chore: update vite-plus and related packages to 0.1.15-alpha.1#5
chore: update vite-plus and related packages to 0.1.15-alpha.1#5fengmk2 wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new pre-commit hook and updates several dependencies, including vite-plus, vite, and vitest, to an alpha version (0.1.15-alpha.1). The review feedback emphasizes the risks associated with using pre-release versions for core build and testing tools, which could lead to instability across the workspace. Additionally, it is suggested that vite-plus be moved to devDependencies to better reflect its role as a development tool.
| "virtua": "0.48.8", | ||
| "vite-plugin-pwa": "1.2.0", | ||
| "vite-plus": "0.1.12", | ||
| "vite-plus": "0.1.15-alpha.1", |
| sharp: 0.34.5 | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.1.12 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@0.1.12 | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.1.15-alpha.1 |
There was a problem hiding this comment.
| "typescript": "6.0.2", | ||
| "unplugin-vue-markdown": "30.0.0", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.12", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.15-alpha.1", |
| vite: npm:@voidzero-dev/vite-plus-core@0.1.12 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@0.1.12 | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.1.15-alpha.1 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@0.1.15-alpha.1 |
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
🔗 Linked issue
🧭 Context
📚 Description