chore(deps): bump vite-plus to 0.1.21-alpha.6#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the versions for vite, vitest, and vite-plus in the pnpm-workspace.yaml catalog from latest to a specific alpha version (0.1.21-alpha.6). The reviewer suggests adding vitest to the overrides section to ensure consistency with the vite configuration and to prevent potential compatibility issues with transitive dependencies.
| vitest: npm:@voidzero-dev/vite-plus-test@latest | ||
| vite-plus: latest | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.6 |
There was a problem hiding this comment.
Since vitest is being updated in the catalog as an alias to @voidzero-dev/vite-plus-test, it should also be added to the overrides section (similar to vite on line 24). This ensures that any transitive dependencies on vitest across the workspace are forced to use the vite-plus test runner, preventing potential compatibility issues between the standard vitest and the vite-plus core.
commit: |
Summary
Bump
vite-plusand related packages to alpha 0.1.21-alpha.6.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.yamlcatalogsTest plan