Skip to content

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

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

chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#103
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 Jul 13, 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 @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

Copy link
Copy Markdown
Contributor

Tested this locally (rebased onto current main): npm run typecheck fails with 10 errors under TypeScript 7.0.2 — process, node:module, node:dns/promises, and node:net are no longer resolved as ambient/global Node types (TS2591: Cannot find name '...'. Do you need to install type definitions for node?), even with @types/node installed. This looks like a real change in how TS7 resolves ambient Node types under this repo's current tsconfig.json/tsconfig.build.json (likely needs an explicit "types": ["node"] or a lib/module setting change), not a simple drop-in bump.

Given typescript is a devDependency only (no runtime impact), and this needs a deliberate tsconfig migration rather than a routine dependency bump, I'm leaving this PR open rather than merging or closing it — flagging for a maintainer to decide whether to invest in the TS7 migration now or hold off (Dependabot supports ·@·d·ependabot i·gnore t·his major version if the latter). Not blocking anything else in the backlog cleanup from #102.


Generated by Claude Code

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 15d769b to 2864aa8 Compare July 19, 2026 07:12
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