chore(deps): bump vite-plus to 0.1.21-alpha.6#2
Conversation
# Conflicts: # package.json
There was a problem hiding this comment.
Code Review
This pull request updates the vite-plus dependency version in the pnpm-workspace.yaml catalog to 0.1.21-alpha.6. Feedback suggests ensuring that related packages like vite and vitest are also updated or added to the catalog to maintain version consistency across the workspace.
| typescript: ^6.0.3 | ||
| vite: ^8.0.11 | ||
| vite-plus: ^0.1.20 | ||
| vite-plus: 0.1.21-alpha.6 |
There was a problem hiding this comment.
The pull request description mentions that vite (aliased to @voidzero-dev/vite-plus-core) and vitest (aliased to @voidzero-dev/vite-plus-test) were updated where applicable. However, in the catalog section of pnpm-workspace.yaml, vite remains at ^8.0.11 (line 23) and vitest is missing from the catalog entirely. If these packages are part of the 0.1.21-alpha.6 release train, they should be updated or added to the catalog to ensure version consistency across the workspace.
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