chore: upgrade vite-plus to 0.1.17-alpha.4#4
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the vite-plus ecosystem and its associated dependencies to version 0.1.17-alpha.4. Feedback was provided to include vite-plus in the overrides section of package.json to ensure version consistency and prevent potential conflicts within nested dependencies.
| "vite": "npm:@voidzero-dev/vite-plus-core@0.1.17-alpha.4", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.17-alpha.4" |
There was a problem hiding this comment.
For consistency and to prevent potential version conflicts in nested dependencies, it's a good practice to also include vite-plus in the overrides section, similar to vite and vitest. This ensures that all parts of your project use the same alpha version of the vite-plus ecosystem.
Since you are using an alpha version, pinning it in overrides will prevent other packages from accidentally resolving to a different version.
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.17-alpha.4",
"vite-plus": "0.1.17-alpha.4",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.17-alpha.4"3fc87d7 to
e4dc693
Compare
Upgrade vite-plus and related packages to 0.1.17-alpha.4