Skip to content

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

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

chore(dev-deps): bump typescript from 5.9.3 to 7.0.2#206
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-typescript-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 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 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 Pull requests that update a dependency file label Jun 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 3, 2026 14:43
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@haifeng-li-at-salesforce

Copy link
Copy Markdown
Contributor

@dependabot rebase

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: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(dev-deps): bump typescript from 5.9.3 to 6.0.3 chore(dev-deps): bump typescript from 5.9.3 to 7.0.2 Jul 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot-npm_and_yarn-typescript-6.0.3 branch from 863803a to 0e6e7f1 Compare July 21, 2026 02:21
@haifeng-li-at-salesforce

haifeng-li-at-salesforce commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Triaged by mpe-deps sweep — escalated: toolchain not ready. Leaving this open for a maintainer to decide.

Rebased onto current main (head 0e6e7f1) and reproduced locally in an isolated worktree. Two independent blockers, both from shared tooling not yet supporting the new compiler:

  1. Target is now TS 7.0.2, not 6.0.3. The rebase re-resolved to the latest published TypeScript (7.0.2, released 2026-07-08); package.json carries ^7.0.2 even though the title still says 6.0.3.
  2. Test runner crashes on load. ts-node@10.9.2 throws TypeError: Cannot read properties of undefined (reading 'fileExists') under TS 7 — no test runs. ts-node 10.x predates the TS 7 compiler API, and it's pinned via @salesforce/dev-scripts (and @commitlint/*).
  3. tsconfig invalid under TS 7. tsc errors TS5102: Option 'baseUrl' has been removed — inherited from @salesforce/dev-config/tsconfig-strict-esm.

Unblocking requires a toolchain migration (replace the TS test loader, migrate tsconfig off baseUrl) and waiting on @salesforce/dev-config / dev-scripts to ship TS 7 support — beyond a minimal bump fix.

Options: (a) @dependabot ignore this major version to park TS 7 until upstream tooling catches up (6.x patches still flow); (b) hold for the toolchain migration; (c) close if TS 7 isn't wanted.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant