Skip to content

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

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

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

Conversation

@MikeMcC399

Copy link
Copy Markdown
Contributor

Situation

eslint@9.35.0 reached end-of-life on 2026-08-06 and is no longer maintained.

Change

Update to supported version eslint@10.8.1.

Checklist
  • npm test passes
  • contribution guidelines followed
    here

@codecov-commenter

codecov-commenter commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.20%. Comparing base (4638628) to head (8c04753).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1125   +/-   ##
=======================================
  Coverage   96.20%   96.20%           
=======================================
  Files          29       29           
  Lines        2213     2213           
=======================================
  Hits         2129     2129           
  Misses         84       84           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MikeMcC399
MikeMcC399 marked this pull request as ready for review August 12, 2026 13:04
Update
@eslint/js to 10.0.1

Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
Comment thread package.json
"scripts": {
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint . --cache",
"lint:eslint": "eslint --cache",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this change needed?

@MikeMcC399 MikeMcC399 Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The change is optional and recommended to bring it in line with the other script definition

"lint:eslint:fix": "npm run eslint -- --fix", which does not specify the file arguments.

Since ESLint 9 you don't need to specify the file arguments if you are using ".".

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

image

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.

3 participants