chore(deps): update dependency eslint to v10#1125
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency eslint to v10#1125renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
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", |
Contributor
There was a problem hiding this comment.
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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.39.2→10.0.0Release Notes
eslint/eslint (eslint)
v10.0.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.