chore: upgrade vite-plus to 0.1.20-alpha.4#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates vite-plus to version 0.1.20-alpha.4 and synchronizes various related dependencies, including @oxc, @oxfmt, and @oxlint packages. The update also involves removing cac and jsonc-parser from the vite-plus dependency tree. Feedback was provided regarding the use of an alpha version for vite-plus, as it may introduce instability into the development environment.
| "vite": "^8.0.1", | ||
| "vite-bundle-analyzer": "^1.2.3", | ||
| "vite-plus": "^0.1.15", | ||
| "vite-plus": "0.1.20-alpha.4", |
There was a problem hiding this comment.
Using an alpha version (0.1.20-alpha.4) for a development dependency like vite-plus can introduce instability to your development environment and build process. Alpha versions are not considered stable and may have bugs or breaking changes. It is recommended to use stable releases, especially on main/production branches, to avoid potential disruptions.
6e75e43 to
cd7eb14
Compare
Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.