chore(deps): update dependency typescript to v7 - #2071
Conversation
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| @@ -1,5 +1,5 @@ | |||
| catalog: | |||
| typescript: 5.9.3 | |||
| typescript: 7.0.2 | |||
There was a problem hiding this comment.
🔴 downlevel-dts TypeScript pin is stale and inverted
Changing the catalog typescript to 7.0.2 makes the override downlevel-dts>typescript: 'catalog:' resolve to the TS7 native preview that lacks the . export — the exact ERR_PACKAGE_PATH_NOT_EXPORTED failure the comment says to avoid. The override key also no longer matches the dependency, which was renamed to @nbilyk/downlevel-dts (package.json:114), so it applies to nothing.
Prompt for agents
The pnpm override `downlevel-dts>typescript: 'catalog:'` was meant to force the downlevel-dts tool onto a working (non-native-preview) TypeScript, avoiding ERR_PACKAGE_PATH_NOT_EXPORTED. Two problems now: the dependency was renamed to @nbilyk/downlevel-dts in package.json so the override key `downlevel-dts>typescript` matches nothing; and the catalog `typescript` was changed to 7.0.2, which is the TS7 native preview (typescript@7.x on npm, same as @typescript/native) that lacks the `.` export. So the override, even if it matched, would pin to the broken version. Update the override key to `@nbilyk/downlevel-dts>typescript` and point it at a TypeScript that actually exposes the `.` export (e.g. the @typescript/typescript6 alias used for the main `typescript` devDependency), rather than `catalog:` which is now the native preview. Verify @nbilyk/downlevel-dts still exposes a `downlevel-dts` bin used by the build script.
Was this helpful? React with 👍 or 👎 to provide feedback.
size-limit report 📦
|
This PR contains the following updates:
5.9.3→7.0.2Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
v6.0.3: TypeScript 6.0.3Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
v6.0.2: TypeScript 6.0Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.