Skip to content

chore(deps): update dependency eslint to v10#8

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-eslint-monorepo
Open

chore(deps): update dependency eslint to v10#8
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-eslint-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 9.39.410.0.3 age confidence

Release Notes

eslint/eslint (eslint)

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

v10.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on friday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from MaximSrour as a code owner March 12, 2026 13:34
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: eslint-plugin-import@2.32.0
npm error Found: eslint@10.0.3
npm error node_modules/eslint
npm error   dev eslint@"10.0.3" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.9.1" from @typescript-eslint/utils@8.57.0
npm error     node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"8.57.0" from @typescript-eslint/eslint-plugin@8.57.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"8.57.0" from the root project
npm error         2 more (eslint-plugin-unused-imports, typescript-eslint)
npm error       2 more (@typescript-eslint/type-utils, typescript-eslint)
npm error     @eslint-community/eslint-utils@"^4.8.0" from eslint@10.0.3
npm error   7 more (@typescript-eslint/eslint-plugin, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
npm error node_modules/eslint-plugin-import
npm error   dev eslint-plugin-import@"2.32.0" from the root project
npm error   peerOptional eslint-plugin-import@"*" from eslint-import-resolver-typescript@4.4.4
npm error   node_modules/eslint-import-resolver-typescript
npm error     dev eslint-import-resolver-typescript@"4.4.4" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.39.4
npm error node_modules/eslint
npm error   peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
npm error   node_modules/eslint-plugin-import
npm error     dev eslint-plugin-import@"2.32.0" from the root project
npm error     peerOptional eslint-plugin-import@"*" from eslint-import-resolver-typescript@4.4.4
npm error     node_modules/eslint-import-resolver-typescript
npm error       dev eslint-import-resolver-typescript@"4.4.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-03-13T16_46_07_096Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-13T16_46_07_096Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from 80dd64e to 1811a39 Compare March 12, 2026 13:54
@MaximSrour MaximSrour requested a review from Copilot March 12, 2026 15:06
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

Updates the project’s linting toolchain by bumping ESLint to the new major version, aligning the repo’s dev tooling with ESLint v10.

Changes:

  • Bump eslint devDependency from 9.39.4 to 10.0.3.
Comments suppressed due to low confidence (1)

package.json:84

  • Upgrading to ESLint 10 appears incompatible with the currently pinned plugin versions: eslint-plugin-import@2.32.0 and eslint-plugin-jsdoc@61.7.1 declare peer dependency ranges only up to ESLint 9 in package-lock.json. This upgrade will produce peer dependency warnings (and can break installs in stricter environments). Please bump these plugins (and any other ESLint plugins with <10 peer ranges) to versions that explicitly support ESLint 10, or keep ESLint at v9 until compatible versions are available.
    "eslint": "10.0.3",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsdoc": "61.7.1",
    "eslint-plugin-unused-imports": "4.4.1",

You can also share your feedback on Copilot code review. Take the survey.

"chokidar-cli": "3.0.0",
"cspell": "9.7.0",
"eslint": "9.39.4",
"eslint": "10.0.3",
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

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

package-lock.json is still pinned to eslint@9.39.4, but package.json now requests eslint@10.0.3. Since CI runs npm ci, this mismatch will likely fail installs. Please run npm install (or equivalent) and commit the updated package-lock.json so the lockfile and manifest are in sync.

Suggested change
"eslint": "10.0.3",
"eslint": "9.39.4",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant