Migrate to TypeScript 7 (tsgo)#1049
Conversation
Bump the typescript devDependency to ^7.0.0. tsc --noEmit is clean on TS 7.0.2 with no code changes needed. pnpm-workspace.yaml gains minimum-release-age exclusions for the freshly released typescript 7 packages so CI can install them.
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
PR Summary by QodoMigrate toolchain to TypeScript 7 (tsgo) and unblock pnpm policy
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
TypeScript 7 (the native Go compiler) went GA this week. This PR moves ueberDB to it.
What changed
typescriptdevDependency:^6.0.3→^7.0.0(+ lockfile)pnpm-workspace.yaml: minimum-release-age exclusions for the freshly releasedtypescript@7.0.2platform packages, so installs pass the supply-chain policy (same pattern as the existingtestcontainersentry)Verification
pnpm exec tsc --noEmiton TS 7.0.2: clean, zero errors — no source changes neededThe config side was generated with ts6to7 (I'm its author) and verified manually. Happy to adjust if you'd rather wait out the release-age window instead of excluding it.