deps(extension)(deps-dev): bump eslint from 8.57.1 to 10.0.0 in /chartsmith-extension#211
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...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.
| "@vscode/test-electron": "^2.3.2", | ||
| "@vscode/vsce": "^2.19.0", | ||
| "eslint": "^8.41.0", | ||
| "eslint": "^10.0.0", |
There was a problem hiding this comment.
ESLint 10 removed eslintrc; project uses .eslintrc.json
High Severity
ESLint 10 completely removed eslintrc support (the breaking change feat!: remove eslintrc support), but this project still uses .eslintrc.json for its configuration. The lint script (eslint src --ext ts) will fail or run with no rules applied because ESLint 10 requires flat config (eslint.config.js/eslint.config.mjs). This breaks the entire linting pipeline.
| "@vscode/test-electron": "^2.3.2", | ||
| "@vscode/vsce": "^2.19.0", | ||
| "eslint": "^8.41.0", | ||
| "eslint": "^10.0.0", |
There was a problem hiding this comment.
typescript-eslint v5 incompatible with ESLint 10 peer dependency
High Severity
@typescript-eslint/eslint-plugin v5 and @typescript-eslint/parser v5 declare a peer dependency of eslint: "^6.0.0 || ^7.0.0 || ^8.0.0", which does not include ESLint 10. ESLint 10 also removed deprecated SourceCode methods and rule context methods that typescript-eslint v5 relies on, so these plugins will fail at runtime even if npm installs them.


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