Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades vite-plus to version 0.1.19-alpha.3 and updates several related dependencies in the lockfiles. Feedback highlights potential inconsistencies regarding the local @pdfme/cli package, which saw a version downgrade and the removal of peerDependencies in the lockfiles without corresponding changes to its source package.json. These discrepancies should be addressed to ensure workspace stability.
I am having trouble creating individual review comments. Click here to see my feedback.
package-lock.json (6355)
The version of the local package @pdfme/cli (in packages/cli) has been changed to 0.0.0 from 0.1.0-alpha.0. This appears to be an unintended downgrade or a side effect of a local build process. Since the package.json for packages/cli is not included in this pull request, this change in the lockfile might cause inconsistencies in the workspace.
package-lock.json (6460-6463)
The peerDependencies for @pdfme/cli (including antd and form-render) are being removed in this lockfile update. This change appears unrelated to the vite-plus upgrade. If these dependencies are no longer required by the CLI, the corresponding package.json should be updated and included in the PR to keep the lockfile in sync.
playground/package-lock.json (57-60)
The peerDependencies for the local package ../packages/cli are being removed here as well. This confirms an inconsistency between the lockfiles and the source package.json for the CLI package, which is not included in this PR.
Upgrade vite-plus and related packages to 0.1.19-alpha.3 alpha version.