Skip to content

Comments

Pump @eslint/js and eslint to latest#1396

Merged
minggangw merged 2 commits intoRobotWebTools:developfrom
minggangw:fix-1395
Feb 24, 2026
Merged

Pump @eslint/js and eslint to latest#1396
minggangw merged 2 commits intoRobotWebTools:developfrom
minggangw:fix-1395

Conversation

@minggangw
Copy link
Member

@minggangw minggangw commented Feb 24, 2026

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

Copilot AI review requested due to automatic review settings February 24, 2026 03:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/js from ^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.

Comment on lines 53 to 54
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"@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",

Copilot uses AI. Check for mistakes.
Comment on lines 60 to 61
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.1",
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@minggangw minggangw merged commit 60fef08 into RobotWebTools:develop Feb 24, 2026
18 of 19 checks passed
minggangw added a commit that referenced this pull request Feb 24, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pump @eslint/js and eslint to latest version

1 participant