Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint (source) ^9.9.0^10.0.0 age confidence

Release Notes

eslint/eslint (eslint)

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 added the dependencies This pull request updates dependency files label Feb 11, 2026
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 17 times, most recently from 9eef386 to 2f2257c Compare February 18, 2026 13:50
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 7 times, most recently from 4446b13 to 1f8f418 Compare February 26, 2026 10:41
"coveralls": "^3.1.1",
"cross-env": "^10.0.0",
"eslint": "^9.9.0",
"eslint": "^10.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: The update to ESLint v10 is missing the required @eslint/js package in devDependencies, which is imported by the ESLint configuration, causing build and lint failures.
Severity: CRITICAL

Suggested Fix

Add the @eslint/js package to the devDependencies in package.json. The version should align with the eslint version, so "@eslint/js": "^10.0.0" is recommended.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L159

Potential issue: The pull request upgrades `eslint` to version 10 but does not add the
`@eslint/js` package to `devDependencies`. ESLint v10 requires this package to be
installed separately. The project's configuration file, `eslint.config.mjs`, explicitly
imports `@eslint/js`. Consequently, when the CI runs `yarn run eslint` or a developer
runs `yarn start` or `yarn build`, the process will fail with a "module not found" error
because the required dependency is not installed. This will block linting, local
development, and production builds.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch 4 times, most recently from 62b555b to f7e1792 Compare February 26, 2026 15:29
@renovate renovate bot force-pushed the renovate/major-eslint-monorepo branch from f7e1792 to 0d3e067 Compare February 26, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This pull request updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants