| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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. |
Sorry, something went wrong.
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 npm audit fix on top of a TS 7 that can't build/lint/test would still leave every check red (and npm audit fix here actually cascades 2 highs → 22 by pulling in vulnerable glob/minimatch). How would you like to proceed?
Separately, I can fix the two pre-existing npm audit highs (brace-expansion <=5.0.7, fast-xml-parser <5.10.1) via overrides (bumping the nested minimatch/glob/test-exclude so brace-expansion@^5.0.8 stays API-compatible) — that's independent of the TS bump and probably belongs in its own PR. Let me know if you'd like that. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps typescript from 6.0.3 to 7.0.2.
Commits- See full diff in compare view
Maintainer changesThis 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: