-
-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Fix for 5 vulnerabilities #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,8 +39,8 @@ | |
| "@types/node": "^16.11.6", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.31.1", | ||
| "eslint": "^7.5.0", | ||
| "jest": "^26.6.3", | ||
| "eslint": "^10.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This upgrade of |
||
| "jest": "^27.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "standard-version": "^9.1.0", | ||
| "ts-jest": "^26.4.4", | ||
| "tslib": "^2.0.3", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading ESLint to version 10.0.0 introduces a breaking compatibility issue with the existing TypeScript ESLint packages. ESLint 10.x requires @typescript-eslint/eslint-plugin version 8.0.0 or higher and @typescript-eslint/parser version 8.0.0 or higher. The current versions (^4.33.0 and ^4.31.1 respectively) are incompatible and will cause the linting process to fail. These TypeScript ESLint packages must also be upgraded to version 8.x or higher for this change to work correctly.