| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Sorry, something went wrong.
fspy benchmarklinuxdynamic/launch change +1.43% [ -9.33% .. +13.43%] overhead +312.38%
dynamic/access change +1.40% [ -9.10% .. +34.58%] overhead +9.19%
dynamic/access-relative change -0.67% [-31.07% .. +8.76%] overhead +46.98%
dynamic/access-contended change +0.55% [ -7.24% .. +11.18%] overhead +6.02%
static/launch change +0.80% [-10.60% .. +13.00%] overhead +658.04%
static/access change +0.25% [ -6.13% .. +18.76%] overhead +751.83%
static/access-relative change +1.22% [ -5.31% .. +5.91%] overhead +1136.06%
static/access-contended change +0.64% [ -2.88% .. +8.93%] overhead +2118.98%
macosdynamic/launch change +0.35% [ -5.36% .. +6.15%] overhead +240.92%
dynamic/access change -1.69% [-60.87% .. +6.88%] overhead +0.67%
dynamic/access-relative change +0.00% [-22.12% .. +20.84%] overhead +250.53%
dynamic/access-contended change -1.71% [-19.47% .. +13.56%] overhead +2.90%
windowsdynamic/launch change +0.88% [ -7.05% .. +8.18%] overhead +24.34%
dynamic/access change -1.01% [-21.13% .. +16.43%] overhead +2.18%
dynamic/access-relative change +0.00% [-17.82% .. +21.71%] overhead +0.79%
dynamic/access-contended change +1.62% [ -6.72% .. +7.43%] overhead +3.56%
|
Sorry, something went wrong.
Co-authored-by: GPT-5 Codex <codex@openai.com>
Edited/Blocked NotificationRenovate 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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
voidzero-dev/vite-plus (vite)v0.3.0: vite-plus v0.3.0: XDG install layout, tsup project migration, and Bun 1.4 support
Compare Source
Fresh installs now use a split directory layout instead of a single ~/.vite-plus root. Unix follows the XDG base directory specification, and Windows uses the standard %LOCALAPPDATA% and %APPDATA% folders. Existing ~/.vite-plus installs keep their current directory layout. vp migrate also converts tsup projects, and vp now sends Bun 1.4 package-manager commands to bun directly. The published npm package shrank by about half, and the upgrade check no longer delays each command.
Breaking Changes
Fresh installs now use a split directory layout instead of a single root: XDG base directories on Unix, and the standard known folders on Windows. Existing ~/.vite-plus installs keep their current layout, and the installer does not move their files. VP_HOME still selects the single-root layout (#2346), by @forehalo
The installer configures your shell for the new location, and CI that installs through setup-vp keeps the single-root layout automatically. Update each hard-coded ~/.vite-plus/bin path, such as a path in a Dockerfile.
vp upgrade leaves an existing install where it is. To move one to the split layout, remove it and install again:
On Windows, run vp implode, then Remove-Item Env:\VP_HOME, Env:\VP_DATA_DIR, Env:\VP_BIN_DIR, Env:\VP_CACHE_DIR -ErrorAction SilentlyContinue, then irm https://vite.plus/ps1 | iex. Also delete any persistent VP_HOME or VP_*_DIR definition from your shell profile or system environment, because a fresh install still honors them and VP_HOME selects the single-root layout.
vp implode removes every Vite+ managed Node.js runtime, global package, configuration file, and cache. Stay on your current layout if you would rather not rebuild that state. See Move an existing install to the split directory layout.
Highlights
Features
Fixes & Enhancements
Docs
Chore
Bundled Versions
Upgrade
New Contributors
@simulacre7
Full Changelog: voidzero-dev/vite-plus@v0.2.9...v0.3.0
Published Packages
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
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.0 vp buildRun any vp command without installing it; see the Docker guide for more.
vitest-dev/vitest (vitest)v4.1.11
Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.