Skip to content

Update to TypeScript 6.0#7

Draft
Copilot wants to merge 5 commits into
mainfrom
copilot/update-typescript-version
Draft

Update to TypeScript 6.0#7
Copilot wants to merge 5 commits into
mainfrom
copilot/update-typescript-version

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 25, 2026

TypeScript 5.x deprecated moduleResolution: "Node" and baseUrl in favour of the bundler resolver. This upgrades to TS 6.0.2 and aligns the config accordingly.

Changes

  • package.json — add typescript@6.0.2 dev dependency
  • tsconfig.json — remove deprecated baseUrl; switch moduleResolution: "Node""bundler"; fix paths aliases to use explicit ./src/ prefixes and add missing error-parser / tests / tests/* entries
  • vitest.config.ts — add include: ["src/**/*.test.ts"] to prevent vitest from picking up compiled dist/tests/*.test.js files during the parallel turbo ci run

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Copilot AI and others added 2 commits March 25, 2026 21:40
Co-authored-by: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MynthAI/ts-handling/sessions/bdd4c4fc-ef87-4f82-9f11-32803dd43bcf
Copilot AI changed the title [WIP] Update to latest version of TypeScript and resolve issues Update to TypeScript 6.0.2 Mar 25, 2026
Copilot AI requested a review from SynthLuvr March 25, 2026 21:42
Copilot AI changed the title Update to TypeScript 6.0.2 Update to TypeScript 6.0; fix tsconfig deprecations and lint Mar 25, 2026
Copilot AI changed the title Update to TypeScript 6.0; fix tsconfig deprecations and lint Fix CI: vitest picking up compiled dist/tests files during parallel turbo run Mar 25, 2026
Copilot AI changed the title Fix CI: vitest picking up compiled dist/tests files during parallel turbo run Update to TypeScript 6.0 Mar 25, 2026
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