chore(deps): Bump typescript from 5.9.2 to 7.0.2 - #109
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
August 17, 2026 11:02
dfe287b to
7cd9435
Compare
Contributor
Author
|
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. |
sebyx07
added a commit
that referenced
this pull request
Aug 17, 2026
… majors behind (#123) * chore(deps): one TypeScript across the monorepo — the apps were three majors behind The root has been on `^7.0.2` since #4. `examples/dummy` pinned `5.9.2` exact and `dummy/social-media-clone` `^6.0.3`, so three TypeScript versions compiled one lockstep monorepo and nothing documented why. Bun installed nested copies, so the tracked apps really were compiling the framework's .d.ts with a compiler the framework never runs. Supersedes #109, which Dependabot could not land: it cannot write `bun.lock`. Lockfile regenerated by hand from merged main. The bump CLOSES a framework error rather than adding any. `examples/dummy`'s typecheck pin named one error leaking through project references — `packages/mcp/src/transport-stdio.ts:35`, `for await` over a `ReadableStream` missing `[Symbol.asyncIterator]`. TS 7 ships that lib declaration, so it is gone and every remaining error is inside the app. Pin re-measured: 137 -> 138, and no new error CLASS — still TS2339/TS2322/TS2345. The ratchet blocks in both directions, so the count and the leak claim had to move with the compiler or the pin would be a documented claim nothing verifies. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RBwWKBJkiogA4mDaJiJf3D * docs(gate): the pin's class breakdown said two and listed three CodeRabbit caught a contradiction introduced by the TS 7 re-measure: 'those same two classes' describes the 136 -> 137 delta, while the appended breakdown lists three. Both were true about different things and the sentence read as neither. Now states the whole file's breakdown with measured counts — TS2339 x68, TS2322 x30, TS2345 x29, tail 11, total 138 — and keeps the delta sentence about the delta. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RBwWKBJkiogA4mDaJiJf3D --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Bumps typescript from 5.9.2 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.