TypeScript 6.0.2 Major Update
TypeScript has a new major version available: v5.9.3 → v6.0.2
Breaking Changes
This is a major version bump with potential breaking changes. The release notes reference the TypeScript 6.0 announcement blog post for full details.
Impact Assessment
This repo uses TypeScript for the build system and type checking. The current Node.js version requirement is >=22, which should be compatible.
Recommended approach:
- Review the breaking changes in the announcement blog
- Test the build and type checking with v6.0.2
- Update any incompatible TypeScript syntax
- Verify CI passes with the new version
Current Usage
- Build system:
tsup with TypeScript compilation
- Type checking:
tsc --noEmit in scripts
- Target: Node.js >=22 (modern ES features)
TypeScript 6.0.2 release
TypeScript 6.0.2 Major Update
TypeScript has a new major version available: v5.9.3 → v6.0.2
Breaking Changes
This is a major version bump with potential breaking changes. The release notes reference the TypeScript 6.0 announcement blog post for full details.
Impact Assessment
This repo uses TypeScript for the build system and type checking. The current Node.js version requirement is >=22, which should be compatible.
Recommended approach:
Current Usage
tsupwith TypeScript compilationtsc --noEmitin scriptsTypeScript 6.0.2 release