build(deps): align Vite+ 0.2.8 toolchain - #23
Merged
Merged
Conversation
Upgrade the CLI and core together so Rolldown resolves its matching native binding, and migrate hook control to VP_GIT_HOOKS.
There was a problem hiding this comment.
Pull request overview
Aligns the repository’s Vite+ toolchain by updating the pnpm catalog/lockfile to Vite+ 0.2.8, and updates local/docs/docker guidance to use the new hook-suppression environment variable (VP_GIT_HOOKS) so installs remain non-interactive (e.g., in containers).
Changes:
- Bump the Vite+ CLI (
vite-plus) and core (@voidzero-dev/vite-plus-core) catalog entries to0.2.8. - Regenerate
pnpm-lock.yamlto reflect the updated toolchain and transitive dependency bumps. - Migrate git hook suppression from
VITE_GIT_HOOKStoVP_GIT_HOOKSin docs and Docker builds.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the pnpm catalog and minimum release age exclusions to Vite+ 0.2.8. |
| pnpm-lock.yaml | Regenerated lockfile capturing Vite+ 0.2.8 and related transitive updates. |
| docs/development.md | Updates contributor guidance to disable Vite+ hook installation via VP_GIT_HOOKS=0. |
| Dockerfile | Disables Vite+ hook installation during pnpm install using VP_GIT_HOOKS=0. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Closes #18