Skip to content

chore(deps): update vite+ to v0.3.3 - #728

Merged
fengmk2 merged 3 commits into
mainfrom
renovate/vite+
Sep 18, 2026
Merged

fengmk2 merged 3 commits into
mainfrom
renovate/vite+

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 0.3.20.3.3 age adoption passing confidence
vite-plus (source) 0.3.20.3.3 age adoption passing confidence

Release Notes

voidzero-dev/vite-plus (vite)

v0.3.3: vite-plus v0.3.3: Homebrew setup and workspace dependency fixes

Compare Source

This release fixes Homebrew setup, Windows installation, and workspace dependency commands. It also updates Rolldown, Oxlint, and Oxfmt.

Fixes & Enhancements
  • Homebrew installations complete setup once, retain their bundled CLI, and direct upgrades to brew upgrade vite-plus (#​2729), by @​fengmk2.
  • Windows installations decode remote legacy PowerShell scripts correctly (#​2701), by @​james-elicx.
  • vp migrate removes the unsupported React Refresh allowCompoundComponents option and warns about possible lint errors (#​2702), by @​fengmk2.
  • New monorepo packages use the root lint configuration without a conflicting nested configuration (#​2667), by @​semimikoh.
  • Yarn Classic rejects filtered additions and removals instead of changing unintended dependencies (#​2705), by @​jong-kyung.
  • Yarn Berry rejects unsupported filtered updates and respects filters during recursive removal (#​2709, #​2712), by @​jong-kyung.
  • Yarn and Bun warn when a command does not support --workspace-root. Yarn Classic accepts root additions through vp add and vp install <packages> (#​2713), by @​jong-kyung.
  • vp dedupe warns about unsupported check options (#​2717), by @​jong-kyung.
  • Rust command output respects NO_COLOR (#​2716), by @​liangmiQwQ.
  • Windows commands find lowercase shims in directories with case-sensitive file names (#​2727), by @​fengmk2.
Dependency Updates
  • Update rolldown@1.2.8 to rolldown@1.2.9, oxlint@1.82.0 to oxlint@1.83.0, and oxfmt@0.67.0 to oxfmt@0.68.0. The new lint and format versions can flag code that passed before. Run vp fmt after upgrading if CI runs vp check (#​2725), by @​voidzero-guard[bot].
Docs
Chore
Bundled Versions
Tool Version Source
vite 8.3.0 434e8e9
rolldown 1.2.9 5b4746e
tsdown 0.23.0 npm
vitest 4.1.11 npm
oxlint 1.83.0 npm
oxlint-tsgolint 7.0.2001 npm
oxfmt 0.68.0 npm
Upgrade
vp upgrade
New Contributors

@​james-elicx

Full Changelog: voidzero-dev/vite-plus@v0.3.2...v0.3.3

Published Packages
  • @voidzero-dev/vite-plus-core@0.3.3
  • vite-plus@0.3.3
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.

Docker:

docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.3.3 vp build

Run any vp command without installing it; see the Docker guide for more.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@socket-security

socket-security Bot commented Sep 18, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​voidzero-dev/​vite-plus-core@​0.3.2 ⏵ 0.3.398 +110077 +199 +1100
Updatednpm/​vite-plus@​0.3.2 ⏵ 0.3.398 +1100100 +1100 +1100

View full report

@github-actions

github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown

fspy benchmark

linux

dynamic/launch             change  +0.73%  [ -8.47% ..  +9.45%]  overhead  +285.81%
dynamic/access             change  -0.99%  [-12.29% .. +13.76%]  overhead   +14.45%
dynamic/access-relative    change  +2.38%  [ -3.16% .. +24.48%]  overhead   +64.32%
dynamic/access-contended   change  +1.33%  [ -9.85% .. +15.47%]  overhead   +18.68%
static/launch              change  -0.34%  [ -7.18% ..  +5.73%]  overhead  +702.23%
static/access              change  +0.32%  [ -4.85% .. +12.60%]  overhead  +847.61%
static/access-relative     change  -0.18%  [ -1.40% ..  +1.83%]  overhead +1368.31%
static/access-contended    change  -0.55%  [ -1.39% ..  +0.54%]  overhead +3172.07%

macos

dynamic/launch             change  -0.06%  [ -4.55% ..  +4.83%]  overhead  +233.06%
dynamic/access             change  +2.85%  [ -6.89% .. +126.23%]  overhead    +4.35%
dynamic/access-relative    change  +0.62%  [ -5.53% .. +14.09%]  overhead  +262.29%
dynamic/access-contended   change  +0.35%  [ -3.98% ..  +4.41%]  overhead    +2.03%

windows

dynamic/launch             change  +0.32%  [ -5.20% ..  +9.64%]  overhead   +22.47%
dynamic/access             change  -0.18%  [ -3.46% .. +38.29%]  overhead    +1.68%
dynamic/access-relative    change  +0.89%  [ -7.26% .. +34.50%]  overhead    +1.26%
dynamic/access-contended   change  +2.33%  [ -1.66% ..  +4.46%]  overhead    +3.77%

@fengmk2

fengmk2 commented Sep 18, 2026

Copy link
Copy Markdown
Member

@copilot add vite-plus and @voidzero-dev/* to minimumReleaseAgeExclude

Co-authored-by: GPT-5 Codex <codex@openai.com>

Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>

Copilot AI commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

@copilot add vite-plus and @voidzero-dev/* to minimumReleaseAgeExclude

Done in 1b8ef91 — added minimumReleaseAgeExclude entries for vite-plus and @voidzero-dev/* in .github/renovate.json.

@renovate

renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

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 commented Sep 18, 2026

Copy link
Copy Markdown
Member

@copilot should add to pnpm-workspace.yaml not the renovate config

Co-authored-by: GPT-5 Codex <codex@openai.com>

Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>

Copilot AI commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

@copilot should add to pnpm-workspace.yaml not the renovate config

Fixed in 710cd7b — moved minimumReleaseAgeExclude to pnpm-workspace.yaml and removed it from .github/renovate.json.

@fengmk2
fengmk2 merged commit c90dc78 into main Sep 18, 2026
19 checks passed
@fengmk2
fengmk2 deleted the renovate/vite+ branch September 18, 2026 06:41
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