Releases: voidzero-dev/setup-vp
Releases · voidzero-dev/setup-vp
Release list
v1.14.0
v1
Setup Vite+ (vp) GitHub Action — v1
The first stable release of the official GitHub Action for setting up
Vite+ in CI workflows.
Features
- Install Vite+ globally via official install scripts (Linux, macOS, Windows)
- Node.js version management — set up any Node.js version via
vp env use - Dependency caching — auto-detects lock files (
pnpm-lock.yaml,package-lock.json,
yarn.lock) and caches package manager stores - Automatic
vp install— optionally run install after setup, with support for customcwdand
args - Multi-project support — run install in multiple directories via YAML array config
Usage
steps:
- uses: actions/checkout@v6
- uses: voidzero-dev/setup-vp@v1
with:
node-version: "24"
cache: trueLinks
v1.13.0
What's Changed
- chore(deps): update dependency vite-plus to v0.1.24 by @renovate[bot] in #78
- chore(deps): update vite+ to v0.1.24 by @renovate[bot] in #79
- chore(deps): update github actions to v3.24 by @renovate[bot] in #80
- test: add Node 20 to node-version matrix (expected red until Vite+ supports it) by @fengmk2 in #84
- chore(deps): upgrade vite-plus to 0.2.1 by @fengmk2 in #85
- docs: update shared agent guidance by @jong-kyung in #89
- chore: switch input schemas to zod mini by @jong-kyung in #98
- chore(deps): update dependency @actions/cache to v6.1.0 by @renovate[bot] in #86
- chore(deps): update pnpm to v11.9.0 by @renovate[bot] in #99
- fix: install pkg.pr.new preview builds via VP_PR_VERSION by @fengmk2 in #100
New Contributors
- @jong-kyung made their first contribution in #89
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- chore(deps): update pnpm to v11.4.0 by @renovate[bot] in #77
- chore(deps): update dependency socketdev/sfw-free to v1.12.0 by @renovate[bot] in #76
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- chore: bump pnpm to 11.1.2 by @Boshen in #68
- chore(deps): update dependency yaml to v2.9.0 by @renovate[bot] in #69
- chore(deps): update dependency @actions/cache to v6.0.1 by @renovate[bot] in #71
- feat: add sfw input to wrap vp install with Socket Firewall Free by @fengmk2 in #72
- ci: default tests to latest, add pkg.pr.new dispatch input by @fengmk2 in #74
- fix: demote benign cache reserve-race to info instead of warning by @fengmk2 in #75
Full Changelog: v1.10.0...v1.11.0
v1.10.0
v1.9.0
What's Changed
- chore(deps): update pnpm to v10.33.1 by @renovate[bot] in #53
- chore: add renovate preset by @Boshen in #56
- chore: move renovate config by @Boshen in #57
- chore: ignore @void-sdk/void in renovate by @Boshen in #58
- ci: replace actions/checkout with taiki-e/checkout-action by @Boshen in #59
- feat: export PNPM_CONFIG_USERCONFIG env var for pnpm 11+ by @siketyan in #65
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- fix: surface vp install errors outside collapsed log group by @fengmk2 in #52
- feat: respect project .npmrc without requiring registry-url by @fengmk2 in #54
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- chore: update README with bun support and bump deps by @fengmk2 in #44
- chore(deps): update dependency typescript to v6.0.3 by @renovate[bot] in #45
- chore(deps): update vite-plus to v0.1.19 by @fengmk2 in #46
- feat: retry Vite+ install on transient network failures by @fengmk2 in #47
Full Changelog: v1.6.0...v1.7.0