chore(deps): update dependency vite-plus to v0.1.18 - autoclosed#678
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency vite-plus to v0.1.18 - autoclosed#678renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
commit: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #678 +/- ##
=======================================
Coverage 94.60% 94.60%
=======================================
Files 10 10
Lines 723 723
Branches 226 226
=======================================
Hits 684 684
Misses 36 36
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
89e30b8 to
e7f8bfc
Compare
e7f8bfc to
b626dce
Compare
b626dce to
8308489
Compare
8308489 to
ea872f6
Compare
ea872f6 to
de2b8e5
Compare
de2b8e5 to
24630e2
Compare
24630e2 to
b1f0e3f
Compare
8b3bb78 to
0d6a685
Compare
0d6a685 to
dea2186
Compare
b0802cc to
34bf275
Compare
909cca6 to
cd41313
Compare
cd41313 to
94f82ca
Compare
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:
0.1.15→0.1.18Release Notes
voidzero-dev/vite-plus (vite-plus)
v0.1.18: vite-plus v0.1.18Compare Source
vite-plus v0.1.18
Published Packages
@voidzero-dev/vite-plus-core@0.1.18@voidzero-dev/vite-plus-test@0.1.18vite-plus@0.1.18Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.What's Changed
--no-error-on-unmatched-patternfor fmt and lint by @fengmk2 in #1354Full Changelog: voidzero-dev/vite-plus@v0.1.17...v0.1.18
v0.1.17: vite-plus v0.1.17 — Windows installer, Nushell, and safer upgradesCompare Source
Broader platform reach with a standalone Windows installer and Nushell shell support.
Highlights
.exeinstaller — standalonevp-setup.exenow shipped as release asset for fully offline-friendly Windows installs (#1293)env.nuwrapper makesvp envwork natively in Nushell (#1312)vpnow blocks execution on incompatible Node.js versions instead of failing opaquely (#1360)vp upgrade— hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#1338, #1369)vp check— task runner now cachesvp checkoutput for faster repeat runs (#1328)Features
.exeinstaller (vp-setup.exe) (#1293) — @fengmk2env.nuwrapper (#1312) — @naokihabanpm.scriptRunnertovpinvp createscaffolds (#1346) — @jong-kyungvpcommands when Node.js version is incompatible (#1360) — @liangmiQwQvp nodeshorthand forvp env exec node(#1359) — @fengmk28.0.8, vitest4.1.4, rolldown1.0.0-rc.15, tsdown0.21.8, oxlint1.60.0, oxfmt0.45.0, oxc0.124.0(#1334, #1341, #1352, #1375) — @BrooooooklynFixes & Enhancements
vp createe2e tests and fix yarn/bun migration bugs (#1317) — @fengmk2bin/oxfmtthe same way asoxlint(#1326) — @leaysgurvp checkin task runner (#1328) — @fengmk2vp upgradeflow (#1338) — @kazuponcore.symlinksis false (#1353) — @T4ko0522env.VP_VERSIONfor oxlint and oxfmt (#946) — @leaysgurpnpm dedupe --checkin CI to handle non-deterministic resolution (#1365) — @fengmk2KeyEventKindon Windows so arrow-key navigation works correctly (#1362) — @fengmk2vitest-devoverride in upgrade script (#1368) — @fengmk2.exefiles after upgrade (#1369) — @fengmk2Refactor
disable_panic_hookfeature for panic hook (#1330) — @fengmk2checkcommand into its own module (#1350) — @fengmk2cli.rsinto focused submodules (#1351) — @fengmk2Docs
vpxcommand (#1303) — @connorsheaChore
vp checkinstead ofvp fmt && vp lintin monorepo template (#1339) — @fengmk2crate-ci/typosaction to v1.45.1 (#1376) — @renovate[bot]Published Packages
@voidzero-dev/vite-plus-core@0.1.17@voidzero-dev/vite-plus-test@0.1.17vite-plus@0.1.17Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@T4ko0522
Full Changelog: voidzero-dev/vite-plus@v0.1.16...v0.1.17
v0.1.16: vite-plus v0.1.16 — Security patches, Volta migration and Windows fixesCompare Source
A broad release focused on security and ecosystem compatibility: 3 Vite dev server security fixes, Volta migration support, Bun object-form workspaces, JFrog registry support, and a wave of Windows and shell fixes.
Highlights
server.fs.denybypass with query parameters (CVE-2026-39364, High — vite#22160), and path traversal in optimized deps.maphandling (CVE-2026-39365, Moderate — vite#22161)vp migratenow migrates Volta-managed Node.js versions to.node-version(#1201)vp env offdisables Node.js management globally — Disables Node.js management for all vp commands, not just the current shell (#1255)Features
.node-version(#1201) — @naokihabavp env offdisable Node.js management for all vp commands (#1255) — @fengmk2vp run --cachenow supports running without a task specifier and opens the interactive task selector (vite-task#313) — @HaasStefanFixes & Enhancements
latestto absolute latest Node.js version (#1253) — @fengmk2@tanstack/create-startwith@tanstack/cli(#1259) — @jong-kyunglint-staged(#1263) — @poradavp upgrade(#1272) — @kazuponRefactor
Replaces the split build strategy (tsc for local CLI code + rolldown for global modules) with a unified tsdown configuration. All third-party deps are now inlined at build time, eliminating the
rolldown.config.tsand its manual external/path-rewriting plugins. Runtime dependencies dropped from 10 → 6:dependenciescac,cross-spawn,jsonc-parser,picocolorsDocs
VITE_NODE_DIST_MIRRORtoVP_NODE_DIST_MIRROR(#1254) — @kazuponChore
076cef4(#1320) — @fengmk2matchDepNamesfor vite-task crates in renovate config (#1217) — @fengmk2Published Packages
@voidzero-dev/vite-plus-core@0.1.16@voidzero-dev/vite-plus-test@0.1.16vite-plus@0.1.16Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@porada, @hakshu25, @shaneturner, @rChaoz, @FleetAdmiralJakob
Full Changelog: voidzero-dev/vite-plus@v0.1.15...v0.1.16
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.