Bump typescript from 6.0.3 to 7.0.2 - #1341
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>
|
@copilot Fix the failing checks on this PR (Basic validation + Licensed). Run npm install to refresh the lockfile, resolve all npm audit failures (npm audit fix), then npm run format, npm run build, and npm test. Regenerate licenses with licensed cache and confirm licensed status passes. |
I dug into this and the Basic validation failures aren't fixable with an install/audit refresh — TypeScript 7.0.2 (the native compiler) can't be consumed by this repo's toolchain at all. Every build step breaks, and no released tool versions support TS 7 yet:
These all stem from TS 7 (native, Go port) not exposing the JS compiler API that ncc, ts-jest, and typescript-eslint rely on. I didn't commit anything, since regenerating the lockfile / running How would you like to proceed?
Separately, I can fix the two pre-existing |
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)