build(deps-dev): bump eslint from 9.34.0 to 10.0.0#18
build(deps-dev): bump eslint from 9.34.0 to 10.0.0#18dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.34.0...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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "@typescript-eslint/parser": "8.41.0", | ||
| "autoprefixer": "^10.4.21", | ||
| "eslint": "9.34.0", | ||
| "eslint": "10.0.0", |
There was a problem hiding this comment.
ESLint 10 drops .eslintrc.json support, breaking lint config
High Severity
Bumping eslint to 10.0.0 breaks the project's linting setup. ESLint 10 completely removes support for .eslintrc.* files (the legacy eslintrc format), but this project's configuration lives in .eslintrc.json using extends, plugins, and rules in the legacy format. After this bump, ESLint will silently ignore the entire configuration, effectively running with no custom rules — meaning all lint checks (TypeScript rules, Prettier integration, Next.js rules) stop being enforced.


Bumps eslint from 9.34.0 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-version ESLint upgrade may introduce new/changed rules or config expectations that can break
next lint/CI or change lint results, but it doesn’t affect runtime behavior.Overview
Updates the dev dependency
eslintfrom9.34.0to10.0.0inpackage.json.Written by Cursor Bugbot for commit 780f1e6. This will update automatically on new commits. Configure here.