chore(deps): update dependency gts to v1#474
Conversation
|
Did you have fix errors manually? Some users are reporting need to run gts twice to get all the errors autofixed. I would be very curious of examples of indicated errors that were not autofixable. |
Codecov Report
@@ Coverage Diff @@
## master #474 +/- ##
=========================================
+ Coverage 72.62% 73.33% +0.7%
=========================================
Files 6 6
Lines 263 270 +7
Branches 54 56 +2
=========================================
+ Hits 191 198 +7
Misses 57 57
Partials 15 15
Continue to review full report at Codecov.
|
|
I did run gts twice, but I don't know that it was because gts needed to be run twice. The first time, it pointed out .deepEqual() was deprecated, and the second time it pointed out .equal() was deprecated. (I had to manually change each of those -- which seems reasonable). It seems likely that I just didn't scroll up enough to see where it logged that .equal() was deprecated. |
Also ran
npm run fix, and fixed indicated errors.