Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08ca25631f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| engines: {node: '>=20.19.0'} | ||
| peerDependencies: | ||
| '@ts-macro/tsc': ^0.3.6 | ||
| '@typescript/native-preview': '>=7.0.0-dev.20260325.1' |
There was a problem hiding this comment.
Keep native-preview version within rolldown-plugin-dts peer range
This upgrade pulls rolldown-plugin-dts@0.23.1, which now declares @typescript/native-preview peer >=7.0.0-dev.20260325.1, but the workspace is still pinned to 7.0.0-dev.20260122.2 (see pnpm-workspace.yaml), and the lockfile already resolves that mismatched pair (rolldown-plugin-dts@0.23.1(@typescript/native-preview@7.0.0-dev.20260122.2)). That leaves the dependency graph in a peer-mismatch state, which can fail in strict-peer installs and is risky for dts build paths that rely on native-preview APIs from the newer floor.
Useful? React with 👍 / 👎.
Automated daily upgrade of upstream dependencies:
Build status: success
Note
Low Risk
Low risk since this is limited to dependency/version bumps and lockfile updates, with no application/runtime code changes. Main impact is potential build/lint/typegen behavior differences from upgraded tooling.
Overview
Updates the repo’s tooling dependency set, including
tsdown0.21.5→0.21.6(and@tsdown/css/@tsdown/exepeer + bundled versions),rolldown-plugin-dts0.22.x→0.23.1, andoxlint-tsgolint0.17.4→0.18.1.Regenerates
pnpm-lock.yamlto reflect these bumps and related transitive upgrades (e.g.,@babel/*8.0.0-rc.2→rc.3,get-tsconfig4.13.6→4.13.7,unrun0.2.33→0.2.34).Written by Cursor Bugbot for commit 08ca256. This will update automatically on new commits. Configure here.