Skip to content

chore(deps): update devdependency typescript to v7 - #296

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

chore(deps): update devdependency typescript to v7#296
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ~6.0.3~7.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nuxt-mcp-toolkit-docs Error Error Jul 30, 2026 7:22pm

Request Review

@HugoRCD

HugoRCD commented Jul 29, 2026

Copy link
Copy Markdown
Member

Investigated this one — it can't be merged yet.

TypeScript 7 ships a completely rewritten package layout: the default entry point ("main": "./lib/version.cjs") no longer exposes the classic Compiler API (convertCompilerOptionsFromJson, etc.). That API only exists under new typescript/unstable/* subpaths with a different shape.

@nuxt/module-builder (used by dev:prepare/build:module) still does import { convertCompilerOptionsFromJson } from 'typescript', which now fails at runtime (Named export 'convertCompilerOptionsFromJson' not found). This breaks dev:prepare for every workspace, so build, lint, typecheck, and test all fail in CI — even the latest @nuxt/module-builder@1.0.3 still has this issue.

This isn't something we can safely patch around in this repo (it would mean patching a third-party package that transitively affects most of the JS build tooling ecosystem, not just us). We should wait until @nuxt/module-builder (and likely mkdist/unbuild) ship TS7 support, then retry.

Leaving this PR open for Renovate to keep tracking; not merging for now.

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