Skip to content

Update dependency typescript to v7 - #255

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x
Open

Update dependency typescript to v7#255
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^6.0.0^7.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from gtbuchanan as a code owner July 11, 2026 20:01
@renovate

renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 13 workspace projects
✓ Lockfile passes supply-chain policies (verified 35s ago)
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 53, reused 0, downloaded 0, added 0
Progress: resolved 265, reused 0, downloaded 0, added 0
Progress: resolved 473, reused 0, downloaded 0, added 0

   ╭──────────────────────────────────────────╮
   │                                          │
   │   Update available! 11.17.0 → 11.18.0.   │
   │   Changelog: https://pnpm.io/v/11.18.0   │
   │     To update, run: pnpm add -g pnpm     │
   │                                          │
   ╰──────────────────────────────────────────╯

Progress: resolved 604, reused 0, downloaded 0, added 0
Progress: resolved 604, reused 0, downloaded 0, added 0, done
[ERR_PNPM_PEER_DEP_ISSUES] Unmet peer dependencies

✕ unmet peer typescript
  Installed: 7.0.2
  Wanted:
    ">=4.8.4 <6.1.0":
      @typescript-eslint/tsconfig-utils@8.65.0
      @typescript-eslint/project-service@8.65.0
      @typescript-eslint/typescript-estree@8.65.0
      @typescript-eslint/utils@8.65.0
      @typescript-eslint/type-utils@8.65.0
      @typescript-eslint/eslint-plugin@8.65.0
hint: To disable failing on peer dependency issues, add the following to pnpm-workspace.yaml in your project root:

  strictPeerDependencies: false

@gtbuchanan

Copy link
Copy Markdown
Owner

TS 7 (the tsgo rewrite) is blocked upstream:

  1. Peer dep wall. @typescript-eslint@8.63.0 and its family pin typescript >=4.8.4 <6.1.0. With strictPeerDependencies: true, pnpm can't resolve a TS 7 tree — the [ERR_PNPM_PEER_DEP_ISSUES] in Renovate's artifact log above, which leaves the lockfile stale and surfaces as ERR_PNPM_LOCKFILE_CONFIG_MISMATCH in CI. Tracked upstream: Enhancement: Use TS 7 (tsgo / typescript-go) for type information typescript-eslint/typescript-eslint#10940.
  2. tsc → tsgo. compile:ts / typecheck:ts shell out to tsc, and TS 7's native tsc isn't a drop-in — the same incompatibility resolved in Fix gtb CLI crash under TypeScript 7 #248 by dropping the typescript import from the CLI's tsconfig-gen.

Unblocks on its own once #10940 lands and the peer range opens up.

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 3 times, most recently from 23fde7a to c9aff9f Compare July 17, 2026 03:44
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 3 times, most recently from 1aab5ab to deaaa83 Compare July 26, 2026 20:17
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from deaaa83 to 8a2c943 Compare July 30, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant