deps(npm)(deps-dev): Bump eslint from 9.39.2 to 10.0.0#28
deps(npm)(deps-dev): Bump eslint from 9.39.2 to 10.0.0#28dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
❌ Deploy Preview for verax-tutorial failed.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| "@typescript-eslint/parser": "^8.55.0", | ||
| "@vitejs/plugin-react": "^5.1.3", | ||
| "eslint": "^9.39.2", | ||
| "eslint": "^10.0.0", |
There was a problem hiding this comment.
Unsupported ESLint major with TypeScript plugin
Medium Severity
Upgrading eslint to ^10.0.0 creates an unsupported toolchain with @typescript-eslint/* 8.55.0, which still declares eslint support only for ^8.57.0 || ^9.0.0. This can make npm dependency resolution unstable and can break npm run lint behavior under the current eslint.config.js setup.
Additional Locations (1)
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps eslint from 9.39.2 to 10.0.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
4e6c4ac10.0.0ddd8a22Build: changelog update for 10.0.0bff9091feat: handleArray.fromAsyncinarray-callback-return(#20457)1ece282chore: ignore/docs/v9.xin link checker (#20452)034e139ci: add type integration test for@html-eslint/eslint-plugin(#20345)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)e978ddadocs: Update README4cecf83docs: Update READMEc79f0abdocs: Update READMEafc0681chore: remove scopeManager.addGlobals patch for typescript-eslint parser (#20...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major ESLint upgrade can introduce breaking lint/runtime behavior changes and now requires newer Node versions, which may impact local dev/CI linting.
Overview
Bumps
eslintinpackage.jsonfrom^9.39.2to^10.0.0.Updates
package-lock.jsonto reflect ESLint v10’s dependency and engine changes (notably newer@eslint/*packages and updatedminimatch/espree/eslint-scopeversions).Written by Cursor Bugbot for commit b1a14fc. This will update automatically on new commits. Configure here.