Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #9

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

chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#9
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 7, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.9.3 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 Beta

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.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
@jensbierkandt

Copy link
Copy Markdown
Contributor

Holding this one back for now. TypeScript 7.0 breaks the tsup dts build and typescript-eslint 8 cannot load it, so it needs a coordinated typescript-eslint upgrade rather than a standalone bump. The rest of the dev toolchain moved to vitest 4 / eslint 10 / @types/node 26 in b7338b0.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 4fbf8b6 to 765b857 Compare August 7, 2026 12:59
@jensbierkandt

Copy link
Copy Markdown
Contributor

Closing — blocked on upstream, not on this repo.

TypeScript 7 is the native (Go) compiler port. typescript@7.0.2 ships no JS compiler of its own: it is a wrapper over 20 per-platform native binaries, main is null, and the former lib/typescript.js API is replaced by an ./unstable/* exports map.

Everything that loads the compiler API therefore breaks:

  • tsup's dts build (via rollup-plugin-dts) fails at module load
  • typescript-eslint cannot load it — the current release (8.66.0) declares typescript: >=4.8.4 <6.1.0, so no version supports TS 7 yet

There is no upgrade we can perform here. TypeScript 6.0 (currently beta) keeps lib/typescript.js and is the intended migration path for API consumers; TS 7 becomes viable once tsup and typescript-eslint adopt the native compiler. The repo stays on 5.9.3 until then.

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 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.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch August 7, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant