chore(deps): Update to ESLint v9 flat config and TypeScript v5#576
Merged
chore(deps): Update to ESLint v9 flat config and TypeScript v5#576
Conversation
1b03022 to
51dda48
Compare
51dda48 to
751a5a9
Compare
728d2a6 to
4dd4a8e
Compare
bmish
commented
Dec 7, 2024
| JSONSchema4, | ||
| JSONSchema4Type, | ||
| JSONSchema4TypeName, | ||
| } from 'json-schema'; |
Member
Author
There was a problem hiding this comment.
Needed to switch to the types from json-schema, likely because of this PR affecting the typescript-eslint version:
bmish
commented
Dec 7, 2024
| "sort-package-json": "^2.0.0", | ||
| "ts-jest": "^29.2.5", | ||
| "typescript": "^4.8.4" | ||
| "ts-node": "^10.9.2", |
Member
Author
There was a problem hiding this comment.
ts-node enables us to switch to jest.config.ts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a big change because:
Similar PR in another repo:
Follow-up to:
Fixes #545.
Fixes #529.