[PR #858] [MERGED] chore(deps): bump vite-plus from 0.1.12 to 0.1.17 #902

Closed
opened 2026-05-06 13:10:45 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/858
Author: @dependabot[bot]
Created: 4/17/2026
Status: Merged
Merged: 4/17/2026
Merged by: @james-elicx

Base: mainHead: dependabot/npm_and_yarn/vite-plus-0.1.17


📝 Commits (3)

📊 Changes

5 files changed (+436 additions, -462 deletions)

View changed files

📝 .github/actions/setup/action.yml (+1 -1)
📝 AGENTS.md (+3 -3)
📝 packages/vinext/src/server/prod-server.ts (+1 -1)
📝 pnpm-lock.yaml (+428 -454)
📝 pnpm-workspace.yaml (+3 -3)

📄 Description

Bumps vite-plus from 0.1.12 to 0.1.17.

Release notes

Sourced from vite-plus's releases.

vite-plus v0.1.17 — Windows installer, Nushell, and safer upgrades

Broader platform reach with a standalone Windows installer and Nushell shell support.

Highlights

  • Windows .exe installer — standalone vp-setup.exe now shipped as release asset for fully offline-friendly Windows installs (#1293)
  • Nushell support — new env.nu wrapper makes vp env work natively in Nushell (#1312)
  • Node.js compatibility guardvp now blocks execution on incompatible Node.js versions instead of failing opaquely (#1360)
  • Safer global install & vp upgrade — hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#1338, #1369)
  • Cached vp check — task runner now caches vp check output for faster repeat runs (#1328)

Features

Fixes & Enhancements

Refactor

Docs

Chore

  • Use vp check instead of vp fmt && vp lint in monorepo template (#1339) — @​fengmk2

... (truncated)

Commits
  • 48e49ca feat(deps): upgrade upstream dependencies (#1375)
  • eb7370a feat(cli): add vp node shorthand for vp env exec node (#1359)
  • 4d9bc46 feat(js-executor): block vp commands when Node.js version is incompatible (#1...
  • bd0e949 fix(cli,bin): Add env.VP_VERSION for oxlint and oxfmt (#946)
  • 18f9f50 refactor: split cli.rs into focused submodules (#1351)
  • 6ebba00 refactor: extract check command into its own module (#1350)
  • e22fc93 feat(create): set npm.scriptRunner to vp in vp create (#1346)
  • 31e90b9 refactor(cli): use rolldown's disable_panic_hook feature for panic hook (#1...
  • 5ab336f fix: more safer Vite+ global install and vp upgrade (#1338)
  • 51def64 fix: Consolidate agent instructions. (#1340)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/858 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vite-plus-0.1.17` --- ### 📝 Commits (3) - [`1cbf543`](https://github.com/cloudflare/vinext/commit/1cbf54374ec3e51964f4affd6c594db01199e08b) chore(deps): bump vite-plus from 0.1.12 to 0.1.17 - [`d406a45`](https://github.com/cloudflare/vinext/commit/d406a458974ec699beddf4974c4f539f4e0ecc85) bump setup-vp - [`746ca06`](https://github.com/cloudflare/vinext/commit/746ca0654eeb851b9fbaf002bc2d48af454defbd) update agents ### 📊 Changes **5 files changed** (+436 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/setup/action.yml` (+1 -1) 📝 `AGENTS.md` (+3 -3) 📝 `packages/vinext/src/server/prod-server.ts` (+1 -1) 📝 `pnpm-lock.yaml` (+428 -454) 📝 `pnpm-workspace.yaml` (+3 -3) </details> ### 📄 Description Bumps [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) from 0.1.12 to 0.1.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/voidzero-dev/vite-plus/releases">vite-plus's releases</a>.</em></p> <blockquote> <h2>vite-plus v0.1.17 — Windows installer, Nushell, and safer upgrades</h2> <p>Broader platform reach with a standalone Windows installer and Nushell shell support.</p> <h3>Highlights</h3> <ul> <li><strong>Windows <code>.exe</code> installer</strong> — standalone <code>vp-setup.exe</code> now shipped as release asset for fully offline-friendly Windows installs (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1293">#1293</a>)</li> <li><strong>Nushell support</strong> — new <code>env.nu</code> wrapper makes <code>vp env</code> work natively in Nushell (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1312">#1312</a>)</li> <li><strong>Node.js compatibility guard</strong> — <code>vp</code> now blocks execution on incompatible Node.js versions instead of failing opaquely (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1360">#1360</a>)</li> <li><strong>Safer global install &amp; <code>vp upgrade</code></strong> — hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1338">#1338</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1369">#1369</a>)</li> <li><strong>Cached <code>vp check</code></strong> — task runner now caches <code>vp check</code> output for faster repeat runs (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1328">#1328</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add standalone Windows <code>.exe</code> installer (<code>vp-setup.exe</code>) (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1293">#1293</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Add Nushell support via <code>env.nu</code> wrapper (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1312">#1312</a>) — <a href="https://github.com/naokihaba"><code>@​naokihaba</code></a></li> <li>Set <code>npm.scriptRunner</code> to <code>vp</code> in <code>vp create</code> scaffolds (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1346">#1346</a>) — <a href="https://github.com/jong-kyung"><code>@​jong-kyung</code></a></li> <li>Block <code>vp</code> commands when Node.js version is incompatible (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1360">#1360</a>) — <a href="https://github.com/liangmiQwQ"><code>@​liangmiQwQ</code></a></li> <li>Add <code>vp node</code> shorthand for <code>vp env exec node</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1359">#1359</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Upgrade upstream toolchain — vite <code>8.0.8</code>, vitest <code>4.1.4</code>, rolldown <code>1.0.0-rc.15</code>, tsdown <code>0.21.8</code>, oxlint <code>1.60.0</code>, oxfmt <code>0.45.0</code>, oxc <code>0.124.0</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1334">#1334</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1341">#1341</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1352">#1352</a>, <a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1375">#1375</a>) — <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a></li> </ul> <h3>Fixes &amp; Enhancements</h3> <ul> <li>Add <code>vp create</code> e2e tests and fix yarn/bun migration bugs (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1317">#1317</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Resolve <code>bin/oxfmt</code> the same way as <code>oxlint</code> (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1326">#1326</a>) — <a href="https://github.com/leaysgur"><code>@​leaysgur</code></a></li> <li>Enable cache support for <code>vp check</code> in task runner (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1328">#1328</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Consolidate agent instructions (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1340">#1340</a>) — <a href="https://github.com/cpojer"><code>@​cpojer</code></a></li> <li>Safer Vite+ global install and <code>vp upgrade</code> flow (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1338">#1338</a>) — <a href="https://github.com/kazupon"><code>@​kazupon</code></a></li> <li>Auto-fix git symlinks when <code>core.symlinks</code> is false (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1353">#1353</a>) — <a href="https://github.com/T4ko0522"><code>@​T4ko0522</code></a></li> <li>Add <code>env.VP_VERSION</code> for oxlint and oxfmt (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/946">#946</a>) — <a href="https://github.com/leaysgur"><code>@​leaysgur</code></a></li> <li>Retry <code>pnpm dedupe --check</code> in CI to handle non-deterministic resolution (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1365">#1365</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Filter <code>KeyEventKind</code> on Windows so arrow-key navigation works correctly (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1362">#1362</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Remove unnecessary quotes from <code>vitest-dev</code> override in upgrade script (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1368">#1368</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Regenerate all trampoline <code>.exe</code> files after upgrade (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1369">#1369</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Reject non-semver package manager versions during install (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1386">#1386</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a>, reported by <a href="https://github.com/Jvr2022"><code>@​Jvr2022</code></a></li> </ul> <h3>Refactor</h3> <ul> <li>Use rolldown's <code>disable_panic_hook</code> feature for panic hook (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1330">#1330</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Clean up footer (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1342">#1342</a>) — <a href="https://github.com/mdong1909"><code>@​mdong1909</code></a></li> <li>Extract <code>check</code> command into its own module (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1350">#1350</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> <li>Split <code>cli.rs</code> into focused submodules (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1351">#1351</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> </ul> <h3>Docs</h3> <ul> <li>Improve docs for <code>vpx</code> command (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1303">#1303</a>) — <a href="https://github.com/connorshea"><code>@​connorshea</code></a></li> <li>Fix dev mode docs (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1343">#1343</a>) — <a href="https://github.com/TheAlexLichter"><code>@​TheAlexLichter</code></a></li> </ul> <h3>Chore</h3> <ul> <li>Use <code>vp check</code> instead of <code>vp fmt &amp;&amp; vp lint</code> in monorepo template (<a href="https://redirect.github.com/voidzero-dev/vite-plus/pull/1339">#1339</a>) — <a href="https://github.com/fengmk2"><code>@​fengmk2</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/48e49ca0c1c062989120c41bcce9ee1db8b172dd"><code>48e49ca</code></a> feat(deps): upgrade upstream dependencies (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1375">#1375</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/eb7370a8be39d3189b141e080baae67b7f4f9a0e"><code>eb7370a</code></a> feat(cli): add vp node shorthand for vp env exec node (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1359">#1359</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/4d9bc46807b93e871f3936cc618d6c63b31515b7"><code>4d9bc46</code></a> feat(js-executor): block vp commands when Node.js version is incompatible (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1">#1</a>...</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/bd0e9496be47e4c000caf8f21f943787bd542c6b"><code>bd0e949</code></a> fix(cli,bin): Add <code>env.VP_VERSION</code> for oxlint and oxfmt (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/946">#946</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/18f9f509c6d21743efd3056f497594e59fc1dc95"><code>18f9f50</code></a> refactor: split cli.rs into focused submodules (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1351">#1351</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/6ebba00959f0c768d776da85ed1fbcb666068e62"><code>6ebba00</code></a> refactor: extract check command into its own module (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1350">#1350</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/e22fc93af012a476208ad3133e2cea782b65fc73"><code>e22fc93</code></a> feat(create): set npm.scriptRunner to vp in <code>vp create</code> (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1346">#1346</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/31e90b9d43ac9c85737efefaa9dba02331d84cf7"><code>31e90b9</code></a> refactor(cli): use rolldown's <code>disable_panic_hook</code> feature for panic hook (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1">#1</a>...</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/5ab336fe41bb12f74191c4fae50df8dd0e9663fa"><code>5ab336f</code></a> fix: more safer Vite+ global install and <code>vp upgrade</code> (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1338">#1338</a>)</li> <li><a href="https://github.com/voidzero-dev/vite-plus/commit/51def64bdd0eb71afb967663deb5ab739bb91f85"><code>51def64</code></a> fix: Consolidate agent instructions. (<a href="https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli/issues/1340">#1340</a>)</li> <li>Additional commits viewable in <a href="https://github.com/voidzero-dev/vite-plus/commits/v0.1.17/packages/cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plus&package-manager=npm_and_yarn&previous-version=0.1.12&new-version=0.1.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cloudflare/vinext/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:45 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#902
No description provided.