build(deps-dev): adopt TypeScript 6 bridge release - #136
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
2 times, most recently
from
August 17, 2026 14:22
eac3290 to
f202dd2
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
August 17, 2026 14:40
f202dd2 to
bfa1e65
Compare
SarthakWade
approved these changes
Aug 17, 2026
SarthakWade
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the TypeScript 6 bridge retarget and 7.0-only Dependabot guard. Local validation and the complete CI and release dry-run matrix pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why not TypeScript 7.0
TypeScript 7.0 intentionally ships without a compiler API. Next.js and typescript-eslint require that API, so the original 7.0.2 update failed the web lint job and cannot be made safe through a normal dependency bump.
Validation
pnpm --filter @headless/web lintpnpm --filter @headless/web buildpnpm testpnpm test:runtimegit diff --check