-
Notifications
You must be signed in to change notification settings - Fork 727
chore(deps-dev): bump eslint from 8.57.0 to 9.26.0 #3797
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: main
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 |
|---|---|---|
|
|
@@ -160,7 +160,7 @@ | |
| "copyfiles": "2.4.1", | ||
| "cross-env": "7.0.2", | ||
| "deep-object-diff": "^1.1.9", | ||
| "eslint": "^8.12.0", | ||
| "eslint": "^9.26.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. ESLint 9 incompatible with eslint-config-airbnb packagesHigh Severity The 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. ESLint 9 won't find legacy
|
||
| "eslint-config-airbnb-base": "^15.0.0", | ||
| "eslint-config-airbnb-typescript": "^16.1.4", | ||
| "eslint-config-prettier": "^8.5.0", | ||
|
|
||


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.
ESLint 9 requires @typescript-eslint v8, but v5/v6 remain
High Severity
Upgrading
eslintfrom v8 to v9.26.0 without updating@typescript-eslint/eslint-pluginand@typescript-eslint/parsercreates a peer dependency incompatibility. ESLint 9.x requires@typescript-eslint/*v8+, but the packages remain at v5.x (backend, services) and v6.x (github actions). This will cause linting to fail or behave incorrectly since the typescript-eslint packages don't support ESLint 9's APIs and flat config system.Additional Locations (2)
services/package.json#L5-L6.github/actions/node/package.json#L18-L19