Bump typescript from 6.0.3 to 7.0.2#111
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
f845f52 to
684fab7
Compare
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@copilot fix the errors |
TypeScript 7 (Go-based rewrite) removed the old compiler API (ts.Extension, ts.TypeFlags, etc.) that @typescript-eslint uses. Since no version of @typescript-eslint currently supports TypeScript 7, add a postinstall script that creates TypeScript 5 symlinks inside eslint-config-next and ts-api-utils so linting tools resolve TypeScript 5 instead of TypeScript 7.
Fixed in commits b5cef84 and 9aa28aa. Root cause: TypeScript 7 is the Go-based rewrite and completely changed its npm package API — the old compiler API ( Fix: Since no version of
This workaround can be removed once |
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.