chore(deps-dev): bump eslint from 9.39.2 to 10.0.2#1529
chore(deps-dev): bump eslint from 9.39.2 to 10.0.2#1529dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "chai-http": "^5.1.2", | ||
| "cross-env": "^10.1.0", | ||
| "eslint": "^9.39.2", | ||
| "eslint": "^10.0.2", |
There was a problem hiding this comment.
@eslint/js v9 not updated for eslint v10 compatibility
High Severity
eslint was bumped to ^10.0.2 but @eslint/js remains at ^9.39.2. In eslint v9, @eslint/js was bundled as a direct dependency of eslint. In v10, it's no longer bundled — the project's own @eslint/js is used directly. The eslint.config.mjs imports @eslint/js and uses js.configs.recommended, which in v9 won't include the new v10 recommended rules (preserve-caught-error, no-useless-assignment, no-unassigned-vars). The @eslint/js package needs to be bumped to v10 to match the eslint major version.
Additional Locations (1)
| "chai-http": "^5.1.2", | ||
| "cross-env": "^10.1.0", | ||
| "eslint": "^9.39.2", | ||
| "eslint": "^10.0.2", |
There was a problem hiding this comment.
@babel/eslint-parser peer dependency excludes eslint v10
High Severity
@babel/eslint-parser v7.28.6 declares peerDependencies of eslint: "^7.5.0 || ^8.0.0 || ^9.0.0", which does not include eslint v10. The project's eslint.config.mjs uses babelParser as its parser. Since eslint v10 removed deprecated SourceCode methods and rule context methods, the parser may break at runtime. This peer dependency needs a compatible update before eslint can be safely bumped to v10.


Bumps eslint from 9.39.2 to 10.0.2.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
55122d610.0.280f1e29Build: changelog update for 10.0.2951223bchore: update dependency@eslint/eslintrcto ^3.3.4 (#20553)13eeedbdocs: link rule type explanation to CLI option --fix-type (#20548)6aa1afechore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)2b72361fix: updateajvto6.14.0to address security vulnerabilities (#20537)98cbf6bdocs: update migration guide per Program range change (#20534)61a2405docs: add missing semicolon in vars-on-top rule example (#20533)0bd549710.0.1ddb80efBuild: changelog update for 10.0.1Dependabot 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
Low Risk
Low risk dev-tooling update; main impact is potential lint/CI behavior changes from ESLint v10 and its updated dependency tree.
Overview
Updates
eslintfrom9.39.2to10.0.2inpackage.json.Regenerates
package-lock.jsonfor the ESLint v10 dependency graph, including updates like newer@eslint/*packages,ajv,espree, andminimatch(and associated adds/removals such as droppinglodash.merge).Written by Cursor Bugbot for commit 9af49d4. This will update automatically on new commits. Configure here.