Skip to content

chore: bump eslint and @eslint/js to v10#100

Merged
kjonescertinia merged 1 commit into
mainfrom
chore/eslint-10
Apr 23, 2026
Merged

chore: bump eslint and @eslint/js to v10#100
kjonescertinia merged 1 commit into
mainfrom
chore/eslint-10

Conversation

@kjonescertinia

Copy link
Copy Markdown
Contributor

Summary

Paired bump that resolves the peer-dep mismatch that blocked Dependabot PRs #96 and #97 (those can be closed by Dependabot once this merges):

  • eslint 9.39.4 → 10.2.1
  • @eslint/js 9.39.4 → 10.0.1

The project was already on flat config (eslint.config.js), so ESLint 10's removal of legacy .eslintrc support had no effect here. typescript-eslint@8.59 already covers ESLint 10 via its peer-dep range, so that stays put.

Test plan

  • npm install clean (0 vulnerabilities, no peer-dep warnings)
  • npm run lint clean on ./src
  • npm run build:npm — 76/76 tests pass
  • eslint --version confirms 10.2.1 running
  • CI passes under ESLint 10

The flat config was already in place so no eslint.config.js changes
were needed. typescript-eslint 8.59 already supports eslint 10 via
its peer-dep range. Lint runs clean on ./src with no new warnings.

- eslint 9.39.4 -> 10.2.1
- @eslint/js 9.39.4 -> 10.0.1
@kjonescertinia kjonescertinia merged commit 24df4c1 into main Apr 23, 2026
1 check passed
@kjonescertinia kjonescertinia deleted the chore/eslint-10 branch April 23, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant