chore: upgrade vite-plus to 0.1.20-alpha.4#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates vite-plus to version 0.1.20-alpha.4 and upgrades several related dependencies, including @oxc-project and oxlint packages. It also adds libc metadata to various bindings and removes several unused dependencies from the lockfile. Feedback suggests that the version reset of the local @pdfme/cli package and the removal of its peerDependencies in the lockfile appear to be unintended regressions.
| "packages/cli": { | ||
| "name": "@pdfme/cli", | ||
| "version": "0.1.0-alpha.0", | ||
| "version": "0.0.0", |
There was a problem hiding this comment.
The version of the local package @pdfme/cli (in packages/cli) has been reset from 0.1.0-alpha.0 to 0.0.0. Additionally, its peerDependencies (antd, form-render) were removed in this lockfile update. This appears to be an accidental change or a regression, as it is unrelated to the vite-plus upgrade mentioned in the PR description. Please verify if these changes to the local package metadata were intended.
Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.