deps(npm)(deps-dev): Bump @eslint/js from 9.39.2 to 10.0.1#29
deps(npm)(deps-dev): Bump @eslint/js from 9.39.2 to 10.0.1#29dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.2 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 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.
|
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.2", | ||
| "@eslint/js": "^10.0.1", |
There was a problem hiding this comment.
Incompatible @eslint/js v10 with eslint v9
High Severity
@eslint/js is bumped to ^10.0.1 while eslint remains at ^9.39.2. These are from different major release lines — @eslint/js v10 is designed for ESLint v10 and declares a peer dependency of eslint: ^10.0.0. The project's eslint.config.js imports js.configs.recommended from the top-level @eslint/js (now v10), which includes new rules like preserve-caught-error and no-useless-assignment that ESLint v9 doesn't recognize. This will cause linting to fail at runtime.
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/js from 9.39.2 to 10.0.1.
Release notes
Sourced from
@eslint/js's releases.... (truncated)
Commits
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
Dependency update includes a major-version bump with stricter Node/ESLint peer requirements, which may break linting/CI in environments that don’t meet the new engine/peer constraints.
Overview
Bumps the dev dependency
@eslint/jsto10.0.1inpackage.json.Regenerates
package-lock.jsonto reflect the new@eslint/jsversion, including updated metadata (peer deps/engines) and lockfile re-resolution/cleanup of a number of optional/peer transitive entries.Written by Cursor Bugbot for commit 0f74399. This will update automatically on new commits. Configure here.