Pump @eslint/js and eslint to latest#1396
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates ESLint and @eslint/js to their latest major version 10. The changes upgrade the linting infrastructure from version 9 to version 10 for both packages.
Changes:
- Updated
@eslint/jsfrom ^9.36.0 to ^10.0.1 - Updated eslint from ^9.16.0 to ^10.0.2
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@typescript-eslint/eslint-plugin": "^8.18.0", | ||
| "@typescript-eslint/parser": "^8.18.0", |
There was a problem hiding this comment.
The TypeScript ESLint plugin and parser at version 8.18.0 may not be compatible with ESLint v10. TypeScript ESLint v8 was designed to support ESLint v8 and v9. If ESLint v10 introduces breaking changes, you'll need to update @typescript-eslint/eslint-plugin and @typescript-eslint/parser to a version that explicitly supports ESLint v10. Please verify the peer dependency requirements and test that linting still works correctly after this update.
| "@typescript-eslint/eslint-plugin": "^8.18.0", | |
| "@typescript-eslint/parser": "^8.18.0", | |
| "@typescript-eslint/eslint-plugin": "^9.0.0", | |
| "@typescript-eslint/parser": "^9.0.0", |
| "eslint-config-prettier": "^10.0.2", | ||
| "eslint-plugin-prettier": "^5.2.1", |
There was a problem hiding this comment.
Verify that eslint-config-prettier and eslint-plugin-prettier are compatible with ESLint v10. These plugins may have peer dependency requirements that need to be checked. Test the linting configuration after updating to ensure all plugins work correctly together.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates ESLint and `@eslint/js` to their latest major version 10. The changes upgrade the linting infrastructure from version 9 to version 10 for both packages. **Changes:** - Updated `@eslint/js` from ^9.36.0 to ^10.0.1 - Updated eslint from ^9.16.0 to ^10.0.2 Fix: #1395
This pull request updates ESLint and
@eslint/jsto their latest major version 10. The changes upgrade the linting infrastructure from version 9 to version 10 for both packages.Changes:
@eslint/jsfrom ^9.36.0 to ^10.0.1Fix: #1395