ajv
ajv copied to clipboard
chore: update remaining deps except typescript
What issue does this pull request resolve? Remaining dependency updates. This mainly covers ESLint which needs to deal with some new rules and config.
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.