Update to TypeScript 6.0#7
Draft
Copilot wants to merge 5 commits into
Draft
Conversation
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
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
Co-authored-by: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com> Agent-Logs-Url: https://github.com/MynthAI/ts-handling/sessions/881e5866-45fb-4006-8437-a7939df8a288
Copilot
AI
changed the title
Update to TypeScript 6.0.2
Update to TypeScript 6.0; fix tsconfig deprecations and lint
Mar 25, 2026
…test.ts Co-authored-by: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com> Agent-Logs-Url: https://github.com/MynthAI/ts-handling/sessions/c0cb1f14-1b5b-4ada-845e-00d5391550f6
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TypeScript 5.x deprecated
moduleResolution: "Node"andbaseUrlin favour of thebundlerresolver. This upgrades to TS 6.0.2 and aligns the config accordingly.Changes
package.json— addtypescript@6.0.2dev dependencytsconfig.json— remove deprecatedbaseUrl; switchmoduleResolution: "Node"→"bundler"; fixpathsaliases to use explicit./src/prefixes and add missingerror-parser/tests/tests/*entriesvitest.config.ts— addinclude: ["src/**/*.test.ts"]to prevent vitest from picking up compileddist/tests/*.test.jsfiles during the parallel turbocirun⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.