Skip to content

Bump typescript from 5.4.5 to 7.0.2 - #548

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

Bump typescript from 5.4.5 to 7.0.2#548
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 Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.4.5 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

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

... (truncated)

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
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 Sep 1, 2026
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.4.5...v7.0.2)

---
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 c935264 to 4a502a6 Compare September 2, 2026 03:42
cinar added a commit that referenced this pull request Sep 3, 2026
## Summary
Consolidates four of the five currently-open Dependabot PRs into a
single update:

| Package | From | To | Dependabot PR |
|---|---|---|---|
| `jest` | 29.7.0 | 30.5.1 | #545 |
| `@types/jest` | 29.5.12 | 30.0.0 | #545 |
| `ts-jest` | 29.1.2 | 29.4.12 | #567 |
| `@typescript-eslint/eslint-plugin` | 7.6.0 | 8.69.0 | #568 |
| `@typescript-eslint/parser` | 7.6.0 | 8.69.0 | #544 |

**`typescript` is intentionally NOT bumped** (stays `^5.4.5`).
Dependabot PR **#548** (typescript β†’ 7.0.2) is left out and should stay
open: `@typescript-eslint` 8.68/8.69's `peerDependencies` caps
TypeScript support at `>=4.8.4 <6.1.0` β€” it does not support TypeScript
7 at all yet, even at its latest release. Installing both together fails
npm's peer resolution outright, and forcing past that
(`--legacy-peer-deps`) would run type-aware ESLint rules against a
TypeScript version they were never tested against. This should wait for
`@typescript-eslint` to add TS7 support upstream.

## Verification
- `npx tsc --noEmit` β€” clean
- `npm run build` (esbuild ESM+CJS bundles, `tsc --emitDeclarationOnly`)
β€” succeeds
- `npx eslint --resolve-plugins-relative-to .` β€” clean
(`--resolve-plugins-relative-to` needed only because of a
nested-worktree plugin-path ambiguity in my local dev setup, not a real
project issue)
- `npx jest` (full suite) β€” 64 suites / 168 tests pass
- `npm audit` β€” vulnerability count actually *drops* (8 β†’ 4) since jest
30 pulls in fixed transitive deps; the remaining 4 are pre-existing
(ajv/esbuild/js-yaml/picomatch) and unrelated to the packages bumped
here

## Next steps
Once merged, Dependabot PRs #544, #545, #567, #568 can be closed
(superseded by this PR). #548 should stay open until typescript-eslint
supports TS7.

πŸ€– Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_0153qaKFDsDvQsovMzpEvRbi

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

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.

0 participants