chore(deps-dev): bump eslint from 9.39.1 to 10.6.0#13936
chore(deps-dev): bump eslint from 9.39.1 to 10.6.0#13936dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.1 to 10.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v10.6.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
dj4oC
left a comment
There was a problem hiding this comment.
Bumps eslint from 9.39.1 to 10.6.0 (major).
Findings
- Stability (blocking):
pnpm lintfails immediately:TypeError: Error while loading rule 'vuejs-accessibility/label-has-for': context.getFilename is not a function. ESLint 10 removed the deprecatedcontext.getFilename()API that the currently-pinnedeslint-plugin-vuejs-accessibility@2.4.1still relies on. PR #13935's dependency set already bumps that plugin to^2.5.0— this PR needs the same plugin bump bundled in, otherwisepnpm lintbreaks repo-wide once merged. - Security: Snyk/CLA checks passed; no CVEs indicated for this bump.
- Performance: Dev-tooling only, no runtime impact.
- Coverage: N/A.
Verdict
Changes requested — do not merge ESLint 10 without also bumping eslint-plugin-vuejs-accessibility to a version compatible with the new rule-context API (^2.5.0+).
🤖 Automated review by Claude Code (security · stability · performance · coverage)
Generated by Claude Code
|
Holding: CI is failing (not a rebase conflict). Failing: build / build, check-tests-passed. A rebase won't fix this — needs a human/upstream fix. |



Bumps eslint from 9.39.1 to 10.6.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)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)