Bump eslint from 8.52.0 to 10.7.0#297
Conversation
|
@dependabot rebase |
4af8fc1 to
4985658
Compare
|
Held off merging this one too. After the rebase, Dependabot re-targeted this from eslint 9.26.0 to 10.7.0, and that breaks
Separately, ESLint 9+ switched to flat config ( Skipping for now (same as #294) — this needs a manual migration PR rather than a straight Dependabot merge. CI has never run on this repo's PRs (0 workflow runs recorded), so neither issue was caught automatically. |
|
@dependabot rebase |
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 10.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.52.0...v10.7.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4985658 to
66a099d
Compare
eslint-plugin-import has no release supporting ESLint 10 (peer range caps at ^9), and ESLint 10 removed legacy .eslintrc.js support entirely. Replace .eslintrc.js/.eslintignore with a flat eslint.config.js and swap eslint-plugin-import for the actively maintained eslint-plugin-import-x fork. Fix issues the migration surfaced: stale import/no-unresolved disable comments (old plugin namespace), missing error causes on rethrown errors and an unused var/binding flagged by new rules in ESLint's expanded recommended set, and a pre-existing test:lint glob bug where `./src/**/*.js` wasn't expanding recursively under sh, silently skipping top-level src files in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps eslint from 8.52.0 to 10.7.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
fabd99b10.7.037c5e75Build: changelog update for 10.7.09489379chore: update dependency@eslint/eslintrcto ^3.3.6 (#21076)81a4774chore: updates for v9.39.5 release3e7bf15fix: applyignoreClassesWithImplementsto class expressions (#21069)9835414chore: enable$ExpectTypeannotations in all TypeScript files (#21071)cf2a9bffeat: add errorClassNames option to preserve-caught-error rule (#21032)c30d808docs: Update READMEf8b873afeat: max-nested-callbacks option for constructor callbacks (#21063)72adf6bchore: restrictmarkdownlint-cli2updates in renovate (#21067)Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.