deps(app)(deps-dev): bump eslint from 9.39.2 to 10.0.0 in /chartsmith-app#218
deps(app)(deps-dev): bump eslint from 9.39.2 to 10.0.0 in /chartsmith-app#218dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...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 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "@typescript-eslint/eslint-plugin": "^8.54.0", | ||
| "@typescript-eslint/parser": "^8.54.0", | ||
| "eslint": "^9.22.0", | ||
| "eslint": "^10.0.0", |
There was a problem hiding this comment.
ESLint 10 removed eslintrc support, breaking project config
High Severity
ESLint 10 removed eslintrc support (breaking change feat!: remove eslintrc support), but the project's linting configuration lives in .eslintrc.json using "extends": ["next/core-web-vitals", "next/typescript"]. This config file will no longer be recognized by ESLint 10, causing the next lint --fix command to run without any rules or fail entirely. The project needs to migrate to the flat config format (eslint.config.js) before upgrading to ESLint 10.
| "@typescript-eslint/eslint-plugin": "^8.54.0", | ||
| "@typescript-eslint/parser": "^8.54.0", | ||
| "eslint": "^9.22.0", | ||
| "eslint": "^10.0.0", |
There was a problem hiding this comment.
Multiple ESLint plugins incompatible with ESLint 10 peer
High Severity
eslint-config-next v15.3.0 declares peerDependencies: eslint "^7.23.0 || ^8.0.0 || ^9.0.0", and @typescript-eslint/eslint-plugin and @typescript-eslint/parser v8.54.0 both declare eslint "^8.57.0 || ^9.0.0". None include ^10.0.0. ESLint 10 also removed deprecated SourceCode methods and rule context methods these plugins may rely on, risking runtime failures during linting.


Bumps eslint from 9.39.2 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)