chore: update remaining deps except typescript #2396
Merged
+12
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What issue does this pull request resolve?
Remaining dependency updates. This mainly covers ESLint which needs to deal with some new rules and config. Still waiting on access to publish
ajv-formats
so I can include3.0.0
in this change too.What changes did you make?
Updated all deps except for TypeScript which will be dealt with separately.
Is there anything that requires more attention while reviewing?
I have tweaked the config ensure we have a good coverage of good practices without having to change any code. The exception was 6 lines where I have added line level rule-disable comments for a couple of rules. In these cases I didn't want to change the code but I did want to retain the rule to pick up future violations.
At some point the disabled lines can be revisited.