Commit c8c9104
Bump typescript from 6.0.3 to 7.0.2 (#170)
* Bump typescript from 6.0.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 7.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add @typescript/native-preview to fix build with TypeScript 7
TypeScript 7.0.2 is the native Go-based rewrite and no longer ships
lib/typescript.js (the classic JS API). Next.js 16.2.10 looks for
this file to detect TypeScript, causing the build to fail.
Installing @typescript/native-preview signals to Next.js that the
project is using the Go-based TypeScript compiler, allowing the build
to proceed correctly.
Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>1 parent ad6885a commit c8c9104
2 files changed
Lines changed: 749 additions & 218 deletions
0 commit comments