chore(deps): bump vite-plus to pkg-pr-new PR #1703#21
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates dependencies in package.json and pnpm-workspace.yaml to point to pre-release builds hosted on pkg.pr.new, and configures release age exclusions in the workspace settings. A critical issue was identified in package.json where the vitest dependency alias is missing the npm: prefix, which will cause a package name mismatch error during installation.
| "typescript": "6.0.2", | ||
| "unplugin-vue-markdown": "30.0.0", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20", | ||
| "vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1703", |
There was a problem hiding this comment.
The dependency vitest is an alias to @voidzero-dev/vite-plus-test. When pointing directly to a pkg.pr.new URL, you must retain the npm: alias prefix so that pnpm/npm knows to map the package name correctly. Otherwise, the installation will fail with a mismatched package name error (ERR_PNPM_MISMATCHED_PACKAGE_NAME).
| "vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1703", | |
| "vitest": "npm:@voidzero-dev/vite-plus-test@https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1703", |
e18e dependency analysisNo dependency warnings found. |
Summary
Bump
vite-plusand related packages to the pkg-pr-new prerelease build for upstream PR voidzero-dev/vite-plus#1703 (commit d0b407c).Updated where applicable:
vite-plusvitest(alias to@voidzero-dev/vite-plus-test)vite(alias to@voidzero-dev/vite-plus-core)overrides/resolutions/pnpm.overrides/pnpm-workspace.yamlcatalogsminimumReleaseAgeconfigurationTest plan