Skip to content

chore(deps): update dependency vite-plus to v0.1.20#756

Merged
fengmk2 merged 3 commits intomasterfrom
renovate/vite-plus-0.x-lockfile
Apr 29, 2026
Merged

chore(deps): update dependency vite-plus to v0.1.20#756
fengmk2 merged 3 commits intomasterfrom
renovate/vite-plus-0.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plus (source) 0.1.190.1.20 age confidence

Release Notes

voidzero-dev/vite-plus (vite-plus)

v0.1.20: vite-plus v0.1.20

Compare Source

This release focuses on experience improvements, bug fixes, and dependency updates.

Features
  • Auto-migrate ESLint/Prettier to oxlint/oxfmt in vp create (#​1434) — @​fengmk2
  • Multi-editor selection in vp create (#​1438) — @​lyzno1
  • Ship docs directly at vite-plus/docs (#​1440) — @​cpojer
  • Redefine vp check --no-lint for type-check-only workflow (#​1444) — @​jong-kyung
  • Error on vp install -g without package names (#​1472) — @​liangmiQwQ
  • Add language-specific formatter overrides to .vscode/settings.json (#​1491) — @​oilater
  • Platform support for targets without input auto-inference (e.g. Android) — tasks still run, but those relying on auto-inference run uncached with a summary noting that input must be configured manually to enable caching (vite-task#352) — @​branchseer
  • Upgrade upstream dependencies: vite v8.0.10, vitest 4.1.5, rolldown v1.0.0-rc.17, tsdown 0.21.10, oxfmt 0.46.0, oxlint 1.61.0, oxlint-tsgolint 0.22.0, oxc toolchain 0.127.0, @vitejs/devtools 0.1.15, @napi-rs/wasm-runtime ^1.1.4, diff ^9.0.0 (#​1435, #​1460, #​1469, #​1479) — @​Brooooooklyn
Fixes & Enhancements
  • Condense Vite+ AGENTS.md content (#​1430) — @​cpojer
  • Suppress Vite+ header in non-TTY and git hook contexts (#​1439) — @​fengmk2
  • Avoid truncating lock file to prevent sharing violation on Windows (#​1467) — @​rorychatt
  • Support PowerShell on non-Windows platforms (#​1481) — @​nekomoyi
  • vp run no longer aborts with failed to prepare the command for injection: Invalid argument when the user environment already has LD_PRELOAD (Linux) or DYLD_INSERT_LIBRARIES (macOS) set; the tracer shim is now appended to any existing value and placed last, preserving user preloads' symbol-interposition precedence (vite-task#349) — @​branchseer
Docs
Chore
Published Packages
  • @voidzero-dev/vite-plus-core@0.1.20
  • @voidzero-dev/vite-plus-test@0.1.20
  • vite-plus@0.1.20
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​branchv, @​lyzno1, @​yuyinws, @​rorychatt, @​oilater

Full Changelog: voidzero-dev/vite-plus@v0.1.19...v0.1.20


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 29, 2026

Open in StackBlitz

npm i https://pkg.pr.new/node-modules/urllib@756

commit: d7bae95

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 29, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​voidzero-dev/​vite-plus-test@​0.1.19 ⏵ 0.1.207610077 +199 +1100
Updatedvite-plus@​0.1.19 ⏵ 0.1.2081 +1100100100 +1100

View full report

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.65%. Comparing base (56f61c8) to head (d7bae95).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #756   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files          10       10           
  Lines         730      730           
  Branches      228      228           
=======================================
  Hits          691      691           
  Misses         36       36           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Apr 29, 2026

@copilot fix ci

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

@copilot fix ci

Fixed in c419f9e. Ran pnpm dedupe to refresh the lockfile after the vite-plus 0.1.19 → 0.1.20 upgrade, which resolves the ERR_PNPM_DEDUPE_CHECK_ISSUES CI failure. CLAUDE.md was also updated by vp config (runs via the prepare script).

Copilot AI requested a review from fengmk2 April 29, 2026 07:44
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 29, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@fengmk2 fengmk2 merged commit 96e59f0 into master Apr 29, 2026
18 checks passed
@fengmk2 fengmk2 deleted the renovate/vite-plus-0.x-lockfile branch April 29, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants