Skip to content

Update TypeScript to v6#809

Merged
abraham merged 2 commits into
mainfrom
copilot/update-typescript-to-v6
Jun 19, 2026
Merged

Update TypeScript to v6#809
abraham merged 2 commits into
mainfrom
copilot/update-typescript-to-v6

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Upgrades TypeScript from ^5.0.0 to ^6.0.0. TypeScript 6 deprecates the node/node10 moduleResolution strategy, requiring migration.

Changes

  • package.json — Bumps typescript to ^6.0.0; configures ts-jest transform to use a dedicated tsconfig.test.json
  • tsconfig.json — Switches moduleResolution from "node" to "bundler" (appropriate for Rollup-based builds); excludes *.test.ts/*.spec.ts from tsc compilation
  • tsconfig.test.json (new) — Extends tsconfig.json, overrides exclude to include test files, and explicitly sets "types": ["jest"] — required because TypeScript 6 with bundler resolution no longer auto-discovers test-runner globals from @types/jest

Copilot AI changed the title [WIP] Update TypeScript to version 6 Update TypeScript to v6 Jun 19, 2026
Copilot AI requested a review from abraham June 19, 2026 20:26
@abraham abraham marked this pull request as ready for review June 19, 2026 20:30
@abraham abraham merged commit 748ea1f into main Jun 19, 2026
5 checks passed
@abraham abraham deleted the copilot/update-typescript-to-v6 branch June 19, 2026 20:30
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