deps(dashboard): bump eslint from 9.39.4 to 10.1.0 in /dashboard#51
deps(dashboard): bump eslint from 9.39.4 to 10.1.0 in /dashboard#51dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.1.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.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.
| "@types/node": "^22.15.27", | ||
| "@types/react": "^19.1.6", | ||
| "eslint": "^9.28.0", | ||
| "eslint": "^10.1.0", |
There was a problem hiding this comment.
ESLint v10 incompatible with eslint-config-next v15
High Severity
Bumping eslint to ^10.1.0 breaks compatibility with eslint-config-next@^15.3.3. ESLint v10 is a major version with breaking changes (notably the complete removal of the eslintrc config system), and the upstream plugins that eslint-config-next depends on (eslint-plugin-import, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-jsx-a11y) do not yet declare ESLint v10 in their peer dependencies. This will cause peer dependency conflicts during install and likely break next lint.


Bumps eslint from 9.39.4 to 10.1.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
8351ec710.1.03270bc1Build: changelog update for 10.1.0a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)1f42bd7chore: updateprettierto 3.8.1 (#20651)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652)cc43f79chore: update dependency c8 to v11 (#20650)2ce4635chore: update dependency@eslint/jsonto v1 (#20649)f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)dbb4c95chore: remove trunk (#20478)ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638)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
Low Risk
Low risk dependency bump limited to dev tooling, but it may introduce new lint rules or behavior changes that could affect CI lint results.
Overview
Updates the dashboard’s dev tooling by bumping
eslintfrom v9 to^10.1.0indashboard/package.json.Written by Cursor Bugbot for commit 310d4f3. This will update automatically on new commits. Configure here.