Skip to content

Commit da70747

Browse files
chore(deps): update voidzero-dev/setup-vp action to v1.17.0 (#43)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [voidzero-dev/setup-vp](https://redirect.github.com/voidzero-dev/setup-vp) | action | minor | `v1.15.0` → `v1.17.0` | --- ### Release Notes <details> <summary>voidzero-dev/setup-vp (voidzero-dev/setup-vp)</summary> ### [`v1.17.0`](https://redirect.github.com/voidzero-dev/setup-vp/releases/tag/v1.17.0) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.16.1...v1.17.0) ##### What's Changed - fix: retry sfw vp install when sfw misreports vp as not found on Windows by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;120](https://redirect.github.com/voidzero-dev/setup-vp/pull/120) - chore: align Renovate release age for the whole vite-plus group by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;121](https://redirect.github.com/voidzero-dev/setup-vp/pull/121) - feat: support disabling Vite+'s Node.js management with node-manager: false by [@&#8203;KTrain5169](https://redirect.github.com/KTrain5169) in [#&#8203;115](https://redirect.github.com/voidzero-dev/setup-vp/pull/115) - ci: re-run bundle rebuild when Renovate pushes to a labeled PR by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;122](https://redirect.github.com/voidzero-dev/setup-vp/pull/122) - chore(deps): update vite-plus to v0.2.8 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;119](https://redirect.github.com/voidzero-dev/setup-vp/pull/119) ##### New Contributors - [@&#8203;KTrain5169](https://redirect.github.com/KTrain5169) made their first contribution in [#&#8203;115](https://redirect.github.com/voidzero-dev/setup-vp/pull/115) **Full Changelog**: <voidzero-dev/setup-vp@v1.16.1...v1.17.0> ### [`v1.16.1`](https://redirect.github.com/voidzero-dev/setup-vp/releases/tag/v1.16.1) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.16.0...v1.16.1) ##### What's Changed - docs: use exact version tags instead of the moving v1 tag by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;116](https://redirect.github.com/voidzero-dev/setup-vp/pull/116) - fix: stop defaulting setup-ref/setupRef to the frozen v1 tag by [@&#8203;fengmk2](https://redirect.github.com/fengmk2) in [#&#8203;117](https://redirect.github.com/voidzero-dev/setup-vp/pull/117) **Full Changelog**: <voidzero-dev/setup-vp@v1.16.0...v1.16.1> ### [`v1.16.0`](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.15.0...v1.16.0) [Compare Source](https://redirect.github.com/voidzero-dev/setup-vp/compare/v1.15.0...v1.16.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/voidzero-dev/setup.viteplus.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffe45d1 commit da70747

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
17-
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
17+
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
1818
with:
1919
cache: true
2020
- run: vp check
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
30-
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
30+
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
3131
with:
3232
cache: true
3333
- run: vpx void deploy

.github/workflows/void-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
30-
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
30+
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
3131
with:
3232
cache: true
3333
- name: Deploy

0 commit comments

Comments
 (0)