Skip to content

Upgrade to TypeScript 6 and ESLint 10 - #88

Open
bkeepers wants to merge 1 commit into
mainfrom
upgrade/ts6-eslint10
Open

Upgrade to TypeScript 6 and ESLint 10#88
bkeepers wants to merge 1 commit into
mainfrom
upgrade/ts6-eslint10

Conversation

@bkeepers

@bkeepers bkeepers commented Jul 8, 2026

Copy link
Copy Markdown
Member

Upgrades the dev tooling to TypeScript 6 and ESLint 10.

Changes

  • typescript 5.9.3 → ^6.0.3
  • eslint 9 → ^10.6.0, @eslint/js 9 → ^10.0.1
  • typescript-eslint 8.46 → ^8.63.0 — the enabling bump. 8.63 is the first release that supports both ESLint 10 and TypeScript 6 (typescript <6.1.0). Dependabot filed the eslint bumps but not this one, so they couldn't pass on their own.

No code changes needed — the repo is already on flat config (eslint.config.mjs).

Verified

  • npm run check (eslint + prettier + tsc -b + publint): passes
  • 43/43 tests pass

Note: ESLint 10 requires Node >=20.19 / 22.13 / 24.

Supersedes #68 (typescript), #81 (eslint), #56 (@eslint/js).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s TypeScript/ESLint developer tooling to versions compatible with TypeScript 6 and ESLint 10.

Changes:

  • Bump typescript to ^6.0.3 and typescript-eslint to ^8.63.0.
  • Bump eslint to ^10.6.0 and @eslint/js to ^10.0.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"typescript": "^6.0.3",
Comment thread package.json
Comment on lines +26 to 28
"typescript-eslint": "^8.63.0",
"vitest": "^4.0.8"
},
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.

2 participants