build(deps-dev): bump typescript from 6.0.3 to 7.0.2#82
Conversation
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>
f5465be to
db9b601
Compare
|
Closing — I can't take this one yet. TypeScript 7.0.2 is the new native (Go) compiler port, and the current toolchain doesn't support it:
Nothing in this repo can fix a crash inside the compiler port, so main stays on TypeScript 6.x (dev-only dep) until Next.js + typescript-eslint support TS 7. Adding a Dependabot ignore for the |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…upports the native port (#83) TypeScript 7 is the native (Go) compiler port; Next.js and typescript-eslint dont support it yet (tsc --noEmit crashes reading 'Cjs', next build fails). Stop Dependabot re-proposing the TS 7 major (see #82) while staying open to minor/patch updates on the 6.x line. Remove once the toolchain supports TS 7.
Bumps typescript from 6.0.3 to 7.0.2.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.