Skip to content

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

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

deps(deps-dev): bump typescript from 5.9.3 to 7.0.2#15
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 3, 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.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:

Commits
Maintainer changes

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


@dependabot dependabot Bot added the dependencies Dependency updates (Dependabot) label Aug 3, 2026
@scttfrdmn

Copy link
Copy Markdown
Contributor

Not mergeable yet — this is genuinely blocked, not just CI noise.

typedoc@0.28.20 (the latest stable release, used by npm run docs / npm run build) declares a peer dependency of typescript: "5.0.x || 5.1.x || ... || 5.9.x || 6.0.x". TypeScript 7.0.2 falls outside that range entirely, so npm ci fails immediately with ERESOLVE:

npm error While resolving: typedoc@0.28.20
npm error Found: typescript@7.0.2
npm error peer typescript@"5.0.x || ... || 5.9.x || 6.0.x" from typedoc@0.28.20

Checked whether a newer typedoc relaxes this: the only typedoc release that accepts typescript >=4.0.0 is an unreleased 1.0.0-dev.4 prerelease (dist-tag beta is still 0.28.0-beta.2, latest is 0.28.20). There's no stable typedoc yet that supports TS7, so this isn't fixable with a trivial config change on our side — it needs either a typedoc major release supporting TS7, or dropping/gating the TypeDoc step, which is a bigger call than a routine dependency bump.

Leaving this open until typedoc ships TS7 support. Not merging.

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 596bf88 to 021173a Compare August 16, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (Dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant