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 vite-plus dependency to version 0.1.21-alpha.6 in the project's workspace configuration and template package files. A review comment highlights that other related dependencies mentioned in the pull request description, such as vite and vitest, were not updated, which could lead to version mismatches within the workspace.
| rolldown: ^1.0.0 | ||
| 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 indicates that vite (alias to @voidzero-dev/vite-plus-core), vitest (alias to @voidzero-dev/vite-plus-test), and overrides/resolutions should be updated to version 0.1.21-alpha.6. However, these changes are missing from the current diff. Specifically, vite in the build catalog (line 22) remains at ^8.0.11, and no changes to the root package.json or other related packages are present. This inconsistency may lead to version mismatches within the workspace.
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