Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 9.39.210.0.0 age confidence

Release Notes

eslint/eslint (eslint)

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 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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 2 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="package.json">

<violation number="1" location="package.json:124">
P2: ESLint v10 requires Node.js v20.19.0+ per the ESLint v10 release notes, but this project declares support for Node >=16. Updating ESLint to v10 will break installs or linting in Node 16/18 environments. Consider staying on ESLint 9.x until the engine range is raised (or update the engine constraints in this PR).</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

"@typescript-eslint/parser": "7.18.0",
"dotenv": "17.2.4",
"eslint": "9.39.2",
"eslint": "10.0.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 7, 2026

Choose a reason for hiding this comment

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

P2: ESLint v10 requires Node.js v20.19.0+ per the ESLint v10 release notes, but this project declares support for Node >=16. Updating ESLint to v10 will break installs or linting in Node 16/18 environments. Consider staying on ESLint 9.x until the engine range is raised (or update the engine constraints in this PR).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 124:

<comment>ESLint v10 requires Node.js v20.19.0+ per the ESLint v10 release notes, but this project declares support for Node >=16. Updating ESLint to v10 will break installs or linting in Node 16/18 environments. Consider staying on ESLint 9.x until the engine range is raised (or update the engine constraints in this PR).</comment>

<file context>
@@ -121,7 +121,7 @@
     "@typescript-eslint/parser": "7.18.0",
     "dotenv": "17.2.4",
-    "eslint": "9.39.2",
+    "eslint": "10.0.0",
     "eslint-config-prettier": "^10.0.0",
     "generate-package-json-webpack-plugin": "2.6.0",
</file context>
Suggested change
"eslint": "10.0.0",
"eslint": "9.39.2",
Fix with Cubic

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.

0 participants