Skip to content

chore(deps): update eslint to 10.8.1 - #888

Open
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:update/eslint-10
Open

chore(deps): update eslint to 10.8.1#888
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:update/eslint-10

Conversation

@MikeMcC399

Copy link
Copy Markdown
Contributor

Situation

  • The repo is configured for ESLint 9.22.0
  • ESLint 9.x transitioned into EOL on 2026-08-06
  • Linting config is external through "@yarnpkg/eslint-config": "^3.0.0" pinned to @yarnpkg/eslint-config@3.1.0

Change

Update
eslint to 10.8.1
@yarnpkg/eslint-config to 3.1.1

The script lint is reduced to "lint": "eslint".

https://eslint.org/docs/latest/use/command-line-interface

You can also omit the file arguments and ESLint will use ".".

Verification

corepack yarn install
corepack yarn lint

Other

corepack yarn install causes a peer dependency warning from eslint-plugin-react@7.37.5 which is not compatible with ESLint 10, however since there are no *.jsx React source files in Corepack, linting causes no error.

It is not a barrier to upgrading to the supported version of ESLint (10.x).

Update
@yarnpkg/eslint-config to 3.1.1
@MikeMcC399

Copy link
Copy Markdown
Contributor Author

CI failure is unrelated, and described in issue #868 with proposed resolution in PR #869

@MikeMcC399
MikeMcC399 marked this pull request as ready for review August 9, 2026 14:37
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.

Update to current ESLint 10.x

1 participant