Skip to content

chore(deps): Bump typescript from 5.9.2 to 7.0.2 - #109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

chore(deps): Bump typescript from 5.9.2 to 7.0.2#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.2 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0.1 RC

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.



View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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 @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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>
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch August 17, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant