chore(deps): update github actions#2055
Merged
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
Contributor
|
✅ Staging deployment successful! Preview: https://viteplus-staging.void.app/ |
2f3ea51 to
340d4ef
Compare
340d4ef to
51529c4
Compare
fengmk2
approved these changes
Jul 7, 2026
wan9chi
added a commit
that referenced
this pull request
Jul 7, 2026
…xes (#2081) Release vite-plus v0.2.3: config extraction, create, and `vp run` reliability fixes. A patch release that restores static config extraction for projects importing `defineConfig` from `vite`, fixes `vp create` for org templates on registries that strip custom package fields, cleans up terminal output after Ctrl-C during `vp run`, and updates bundled Vite to 8.1.3. ### Highlights - **Custom `VP_HOME` is honored on every run**: the global `vp` now respects a user-set `VP_HOME` for its home directory instead of falling back to `~/.vite-plus`, and persists it in the generated env files, so a custom install location no longer produces multiple instances or unusable packages ([#2029](#2029)), by @liangmiQwQ ### Features - Upgrade bundled Vite from `8.1.2` to `8.1.3` (inlined CSS after the shebang line, CSS preload for nested dynamic imports, SSR stacktrace column fix) ([#2042](#2042)), by @voidzero-guard[bot] ### Fixes & Enhancements - `vp run` no longer misreads a `vite.config.ts` when its `defineConfig` comes from a preset or a custom wrapper instead of `vite-plus` or `vite`. Such configs are now evaluated at runtime rather than assumed to be Vite+'s own, so projects that use them no longer wrongly report `Task "build" not found` ([#2060](#2060), [#2075](#2075)), by @liangmiQwQ and @fengmk2 - Killing a `vp run` task with Ctrl-C no longer leaves odd OSC escape sequences in the terminal; `vp` defers its own Ctrl-C handling until the child process exits ([#2079](#2079)), by @forehalo - `vp migrate`: rewriting a `package.json` prettier script now emits a single `--check`, so scripts that combined `--check` with `--list-different` / `-l` / `-c` no longer produce a duplicated `vp fmt --check --check` ([#2044](#2044)), by @shulaoda - `vp create @org:name`: read the org template catalog (`createConfig`) from the published tarball when the registry (e.g. GitHub Packages) strips custom fields from packument metadata ([#2063](#2063)), by @hiro-daikin - `vp run`: missing env vars requested through `@voidzero-dev/vite-task-client` now return `undefined` instead of `null`, preserving Vite production `NODE_ENV` semantics when builds run through `vp run` ([vite-task#508](voidzero-dev/vite-task#508), via [#2076](#2076)), by @wan9chi ### Refactor - `static_config`: drop the unreachable `vite.config.json` branch ([#2045](#2045)), and remove unused exported CLI helpers ([#2046](#2046)), by @shulaoda ### Docs - Update the announcement links and callout for the beta release ([#2027](#2027)), remove the stale `Dockerfile.alpine` comment ([#2068](#2068)), by @fengmk2 - Add the missing `pnpm-workspace.yaml` to the docs Dockerfile ([#2059](#2059)), by @wan-kong - Refresh the root agent guide ([#2072](#2072)), by @jong-kyung ### Chore - Cross-compile Windows tests and CLI binaries on Linux with cargo-xwin ([#1824](#1824)), install local vite-plus builds through a local npm registry ([#2021](#2021)), fast docs format check for docs-only PRs ([#2028](#2028)), pack local dirs for the registry bridge instead of pkg.pr.new ([#2038](#2038)), remove the stale create workflow updater ([#2061](#2061)), and add PTY-based interactive CLI snapshot tests ([#2052](#2052)), by @fengmk2 - Cache `vp run` output for docs builds ([#2006](#2006)), by @wan9chi - Remove legacy completion cleanup ([#2050](#2050)), by @nekomoyi - Update the crate-ci/typos action ([#2039](#2039)) and GitHub Actions ([#2055](#2055), [#1905](#1905)), by @renovate[bot] - Refresh the Node.js release keyring ([#2058](#2058)) and the docs trusted-stack stats ([#2064](#2064)), by @voidzero-guard[bot] ### Bundled Versions | Tool | Version | Source | | --- | --- | --- | | vite | `8.1.3` | [`578ffb8`](vitejs/vite@578ffb8) | | rolldown | `1.1.4` | [`6cbd233`](rolldown/rolldown@6cbd233) | | tsdown | `0.22.3` | [npm](https://npmx.dev/package/tsdown/v/0.22.3) | | vitest | `4.1.9` | [npm](https://npmx.dev/package/vitest/v/4.1.9) | | oxlint | `1.72.0` | [npm](https://npmx.dev/package/oxlint/v/1.72.0) | | oxlint-tsgolint | `0.24.0` | [npm](https://npmx.dev/package/oxlint-tsgolint/v/0.24.0) | | oxfmt | `0.57.0` | [npm](https://npmx.dev/package/oxfmt/v/0.57.0) | ### Upgrade ```bash vp upgrade ``` ### New Contributors @wan-kong and @hiro-daikin made their first contributions. **Full Changelog**: v0.2.2...v0.2.3 --- Merging this PR will trigger the release workflow. --------- Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com> Co-authored-by: wan9chi <dk4rest@gmail.com>
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.
This PR contains the following updates:
v6→v6.1.0v5.0.5→v5.1.0v1.0.158→v1.0.165v1.0.166v7.2.0→v7.3.0v4.2.0→v4.4.0v6.1.0→v6.2.0v4.1.0→v4.2.0v4.1.0→v4.2.0v4.0.1→v4.0.2v2.81.10→v2.82.8v2.82.10(+1)711e22a→65c815713e7afb→250f29cv1.13.0→v1.14.0v1.15.0Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.165Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.165
v1.0.164Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.164
v1.0.163Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.163
v1.0.162Compare Source
v1.0.161Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.161
v1.0.160Compare Source
v1.0.159Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.159
docker/build-push-action (docker/build-push-action)
v7.3.0Compare Source
docker/login-action (docker/login-action)
v4.4.0Compare Source
v4.3.0Compare Source
Full Changelog: docker/login-action@v4.2.0...v4.3.0
docker/metadata-action (docker/metadata-action)
v6.2.0Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v4.2.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0
docker/setup-qemu-action (docker/setup-qemu-action)
v4.2.0Compare Source
dorny/paths-filter (dorny/paths-filter)
v4.0.2Compare Source
taiki-e/install-action (taiki-e/install-action)
v2.82.8: 2.82.8Compare Source
Update
vacuum@latestto 0.29.8.Update
uv@latestto 0.11.26.Update
typos@latestto 1.48.0.Update
trivy@latestto 0.72.0.Update
tombi@latestto 1.1.7.Update
prek@latestto 0.4.6.Update
mise@latestto 2026.7.0.Update
just@latestto 1.55.1.Update
biome@latestto 2.5.2.v2.82.7: 2.82.7Compare Source
Update
tombi@latestto 1.1.6.Update
kingfisher@latestto 1.105.0.Update
gungraun-runner@latestto 0.19.3.Update
editorconfig-checker@latestto 3.8.0.Update
dprint@latestto 0.55.1.Update
cargo-tarpaulin@latestto 0.36.0.v2.82.6: 2.82.6Compare Source
Update
vacuum@latestto 0.29.7.Update
uv@latestto 0.11.25.Update
syft@latestto 1.46.0.Update
dprint@latestto 0.55.0.Update
cargo-auditable@latestto 0.7.5.v2.82.5: 2.82.5Compare Source
Update
wasmtime@latestto 46.0.1.Update
wasm-bindgen@latestto 0.2.126.Update
vacuum@latestto 0.29.6.Update
mise@latestto 2026.6.14.Update
cargo-rdme@latestto 2.1.0.v2.82.4: 2.82.4Compare Source
Update
uv@latestto 0.11.24.Update
mise@latestto 2026.6.13.Update
just@latestto 1.54.0.Update
biome@latestto 2.5.1.v2.82.3: 2.82.3Compare Source
Update
zizmor@latestto 1.26.1.Update
wasmtime@latestto 46.0.0.Update
tombi@latestto 1.1.5.Update
mise@latestto 2026.6.12.Update
kingfisher@latestto 1.104.0.Update
cargo-tarpaulin@latestto 0.35.5.Update
cargo-nextest@latestto 0.9.138.Update
cargo-crap@latestto 0.3.0.Update
cargo-binstall@latestto 1.20.1.Update
cargo-rdme@latestto 2.0.1.v2.82.2: 2.82.2Compare Source
Update
xh@latestto 0.26.1.Update
uv@latestto 0.11.23.Update
trivy@latestto 0.71.2.Update
sccache@latestto 0.16.0.v2.82.1: 2.82.1Compare Source
Update
vacuum@latestto 0.29.4.Update
uv@latestto 0.11.22.Update
osv-scanner@latestto 2.4.0.Update
mise@latestto 2026.6.11.Update
martin@latestto 1.11.0.Update
just@latestto 1.53.0.Update
cargo-zigbuild@latestto 0.23.0.v2.82.0: 2.82.0Compare Source
Support
cargo-vet. (#1908, thanks @jakewimmer)Support
cargo-crap. (#1905, thanks @BartoszCiesla)Support
cargo-leptos. (#1903, thanks @404Simon)Update
kingfisher@latestto 1.103.0.Update
cargo-xwin@latestto 0.23.0.Update
wasmtime@latestto 45.0.2.Update
cargo-deny@latestto 0.19.9.Update
prek@latestto 0.4.5.Update
trivy@latestto 0.71.1.Update
mise@latestto 2026.6.10.v2.81.11: 2.81.11Compare Source
Update
wasm-tools@latestto 1.252.0.Update
wasm-bindgen@latestto 0.2.125.Update
uv@latestto 0.11.21.Update
protoc@latestto 3.35.1.Update
mise@latestto 2026.6.9.Update
jaq@latestto 3.1.0.Update
cargo-insta@latestto 1.48.0.Update
biome@latestto 2.5.0.voidzero-dev/setup-vp (voidzero-dev/setup-vp)
v1.14.0Compare Source
What's Changed
Full Changelog: voidzero-dev/setup-vp@v1.13.0...v1.14.0
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.