-
Notifications
You must be signed in to change notification settings - Fork 14
Update npm package @eslint/js to v10
#133
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 |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ | |
| "zod": "^4.3.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.2", | ||
| "@eslint/js": "^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. Lock files not updated for two appsHigh Severity The Additional Locations (1)Reviewed by Cursor Bugbot for commit 6554009. Configure here. 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 v9 incompatible with @eslint/js v10 peerMedium Severity
Additional Locations (1)Reviewed by Cursor Bugbot for commit 6554009. Configure here. |
||
| "@tsconfig/node18": "^18.2.4", | ||
| "@tsconfig/strictest": "^2.0.8", | ||
| "@types/node": "^25.3.0", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


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/js@^10declares Node engine support^20.19.0 || ^22.13.0 || >=24and a (optional) peer oneslint@^10, but this package still advertisesengines.node: >=18and pinseslint@^9.39.2, so installs/linting may break under Node 18 / ESLint 9 (also applies to the other updated package.json files).Severity: medium
Other Locations
apps/clones-cli/package.json:58apps/vsix-bridge-cli/package.json:54⏳ Generating Fix in Augment link...
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.