chore(deps): bump vite-plus to 0.1.21-alpha.7#10
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the vite, vite-plus, and vitest dependencies to version 0.1.21-alpha.7 across several package.json files in the monorepo. The reviewer identified that while vite and vitest were added to the overrides section in the root package.json, vite-plus was omitted; they suggested adding it to ensure consistency and uniform versioning for transitive dependencies.
| "vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7" |
There was a problem hiding this comment.
The vite-plus package is updated in devDependencies but is missing from the overrides section. For consistency and to ensure that all transitive dependencies across the monorepo use the same alpha version, vite-plus should be included in the overrides as well, similar to vite and vitest.
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7",
"vite-plus": "0.1.21-alpha.7",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7"
Summary
Bump
vite-plusand related packages to alpha 0.1.21-alpha.7.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.yamlcatalogsminimumReleaseAgeExclude/minimumReleaseAgeExcludesconfigured for pnpm + bunTest plan