chore(deps): bump vite-plus to pkg-pr-new PR #1703#6
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates pnpm-workspace.yaml to use preview packages from pkg.pr.new for vite and vite-plus in the catalog, overrides several @voidzero-dev sub-dependencies with specific commit hashes, and configures release age exclusions. A review comment points out a mismatch between the PR-based version specifiers in the catalog and the commit-hash-based specifiers in the overrides, recommending alignment to prevent resolution conflicts.
| vite: "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1703" | ||
| vite-plus: "https://pkg.pr.new/voidzero-dev/vite-plus@1703" |
There was a problem hiding this comment.
There is a mismatch between the version specifiers used in the catalog and the overrides. The catalog entries for vite and vite-plus use the PR number (@1703), while the overrides use the specific commit hash (@d0b407c85b560c2470395176c9f1c838b5ca8af8).\n\nTo avoid potential resolution conflicts, duplicate package downloads, or cache issues, it is highly recommended to use the exact same commit hash specifier for both the catalog and the overrides.
vite: "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@d0b407c85b560c2470395176c9f1c838b5ca8af8"
vite-plus: "https://pkg.pr.new/voidzero-dev/vite-plus@d0b407c85b560c2470395176c9f1c838b5ca8af8"
Summary
Bump vite-plus and related packages to the pkg-pr-new prerelease build for upstream PR voidzero-dev/vite-plus#1703 (commit d0b407c).
Test plan