chore: upgrade vite-plus to 0.1.16-alpha.4#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates vite, vite-plus, and vitest to a pinned alpha version (0.1.16-alpha.4) and synchronizes the lockfile, which includes updating several @oxc-project, @oxfmt, and @oxlint dependencies while removing esbuild and cac. Feedback suggests that using pre-release versions can introduce instability and that stable releases are generally recommended for production environments.
| "vite": "npm:@voidzero-dev/vite-plus-core@0.1.16-alpha.4", | ||
| "vite-plus": "0.1.16-alpha.4", | ||
| "vitepress": "^1.6.3", | ||
| "vitepress-plugin-llms": "^1.11.0", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.11", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16-alpha.4", |
There was a problem hiding this comment.
This change updates vite, vite-plus, and vitest to a pinned alpha version (0.1.16-alpha.4). While this might be intentional for testing new features, using pre-release versions can introduce instability and breaking changes. It is generally recommended to use stable releases, especially for production environments, to avoid potential risks.
Upgrade vite-plus and related packages to 0.1.16-alpha.4 alpha version.