Skip to content

chore: upgrade to TypeScript 7#27

Merged
corwinm merged 1 commit into
mainfrom
chore/typescript-7
Jul 11, 2026
Merged

chore: upgrade to TypeScript 7#27
corwinm merged 1 commit into
mainfrom
chore/typescript-7

Conversation

@corwinm

@corwinm corwinm commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • upgrade the TypeScript dev dependency from ^5.9.3 to stable ^7.0.2
  • refresh the npm lockfile for TypeScript 7's platform-specific compiler packages
  • keep source and compiler configuration unchanged

Validation

  • npm ci
  • npm run ci
    • npm run typecheck
    • npm run test (7 files, 58 tests passed)
    • npm run pack:all (clean build plus dry-run packs for all 4 workspaces)
  • npm audit --omit=dev (0 production vulnerabilities)
  • compared TypeScript 5.9.3 and 7.0.2 declaration output
    • all declaration maps and all but one declaration file were byte-identical
    • the sole difference only reorders properties in inferred union members in pi-copy-code-block; exported types and package contents are otherwise unchanged
  • rebuilt all packages with the installed TypeScript 7.0.2 compiler after the comparison

@corwinm
corwinm merged commit a83f7aa into main Jul 11, 2026
2 checks passed
@corwinm
corwinm deleted the chore/typescript-7 branch July 11, 2026 02:11
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.

1 participant