| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Sorry, something went wrong.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Sorry, something went wrong.
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.
The `vite` catalog entry is an npm alias for `@voidzero-dev/vite-plus-core`, so it falls into the preset's generic npm-packages group (3-day `minimumReleaseAge`, Monday schedule) while `vite-plus` follows the vite+ rule (0 days, any time). Each Vite+ release then splits across two PRs with mismatched versions: #36 bumps `vite-plus` to 0.2.8 and leaves the alias at 0.2.1, while #37 bumps the alias to 0.2.7 and leaves `vite-plus` at 0.2.1. Add a repo rule so `vite-plus` and `@voidzero-dev/vite-plus-*` share the vite+ group and the same age and schedule. After merging, a Renovate run should fold the alias bump into #36 and drop it from #37.
vite-plus 0.2.8 surfaces tsconfig errors during vp check. The root tsconfig extends .void/tsconfig.json, which lists .void/routes.d.ts in its files field, but that file is gitignored and only written by void prepare. Run void prepare in the prepare script so a fresh install (local or CI) generates it before vp check runs.
|
✅ Staging deployment successful! Preview: https://vp-setup-staging.void.app/ |
Sorry, something went wrong.
vp scaffolds the vite catalog entry as an npm alias for @voidzero-dev/vite-plus-core pinned to the exact vite-plus version. The alias resolves to a different package name, so it misses the vite+ rule and falls under the generic npm rule (3-day minimumReleaseAge, Monday schedule). Renovate then bumps vite-plus immediately but leaves the alias behind, shipping a vite-plus/core version pair that is never released together. Matching @voidzero-dev/vite-plus-* puts the alias in the same group with the same age and schedule, so one release lands as one complete update. See voidzero-dev/vite-plus#2356 for details; real cases in voidzero-dev/setup-vp#119 and voidzero-dev/setup.viteplus.dev#36.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
voidzero-dev/vite-plus (vite)v0.2.8: vite-plus v0.2.8: monorepo target resolution, breaking VP_* environment variable renames, and install fixes
Compare Source
Bare vp dev/build/preview/pack at a monorepo root now resolve a target package instead of silently running against the root, and three Vite+-specific environment variables move to the VP_* prefix without compatibility aliases. Two failures that broke Vite+ before it could run are also fixed: the crash on container images that ship no CA certificates, and the missing Rolldown binding under pnpm's global virtual store.
Breaking Changes
Rename three Vite+-specific environment variables to the VP_* prefix, with no compatibility aliases, so the old names stop working (#2312), by @jong-kyung:
Update any shell profile, CI job, or Dockerfile that sets the old names.
Highlights
Features
Fixes & Enhancements
Refactor
Docs
Chore
Bundled Versions
Upgrade
New Contributors
@jbmusso, @Arcadi4, @dennybiasiolli, @RSS1102
Full Changelog: voidzero-dev/vite-plus@v0.2.7...v0.2.8
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.2.8 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.7: vite-plus v0.2.7: Clearer guidance for built-in commands and scripts
Compare Source
This release points users to vpr <name> when a Vite+ built-in command and package script share a name, adds concurrency control to vp pack, and smooths migrations and package-manager setup.
Highlights
Fixes & Enhancements
Docs
Chore
Bundled Versions
Upgrade
Full Changelog: voidzero-dev/vite-plus@v0.2.6...v0.2.7
Published Packages
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run vp-setup.exe from the assets below.
View the full commit: c17e1c3
Docker:
docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.7 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.6: vite-plus v0.2.6: Stable type-aware linting and more reliable task caching
Compare Source
This release moves Vite+'s type-aware linting to the stable tsgolint 7 engine, updates the bundled build and formatting tools, strengthens vp run caching and workspace discovery, and removes the redundant vp build startup banner.
Highlights
Refactor
Docs
Chore
Bundled Versions
Upgrade
New Contributors
Welcome @charpeni.
Full Changelog: voidzero-dev/vite-plus@v0.2.5...v0.2.6
Published Packages
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run vp-setup.exe from the assets below.
View the full commit: cd064c6
Docker:
docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.6 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.5: vite-plus v0.2.5: Cleaner environments and more reliable workflows
Compare Source
This release adds cleanup and package version commands, supports TypeScript 7 declaration generation, reduces the standalone binary size, and hardens task tracking, CLI output, package-manager routing, Docker workflows, and project scaffolding.
Highlights
Fixes & Enhancements
Docs
Chore
Bundled Versions
Upgrade
New Contributors
Welcome @yukinoshi and @BlankParticle.
Full Changelog: voidzero-dev/vite-plus@v0.2.4...v0.2.5
Published Packages
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run vp-setup.exe from the assets below.
View the full commit: 93dc59a
Docker:
docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.5 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.4: vite-plus v0.2.4: Vitest security hotfix
Compare Source
This hotfix updates the bundled Vitest Browser Mode packages to 4.1.10, which includes the fix for GHSA-p63j-vcc4-9vmv. The advisory is critical and affects @vitest/browser <=4.1.9.
Highlights
Chore
Bundled Versions
Upgrade
New Contributors
No new contributors in this release.
Full Changelog: voidzero-dev/vite-plus@v0.2.3...v0.2.4
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.2.4 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.3: vite-plus v0.2.3: config extraction, create, and vp run reliability fixes
Compare Source
A patch release that fixes static config extraction for vite.config.ts files whose defineConfig comes from a preset or custom wrapper (no longer misread as Vite+'s own), fixes vp create for org templates on registries that strip custom package fields, cleans up terminal output after Ctrl-C during vp run, and updates bundled Vite to 8.1.3.
Highlights
Features
Fixes & Enhancements
Refactor
Docs
Chore
Bundled Versions
Upgrade
New Contributors
@wan-kong and @hiro-daikin made their first contributions.
Full Changelog: voidzero-dev/vite-plus@v0.2.2...v0.2.3
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.2.3 vp buildRun any vp command without installing it; see the Docker guide for more.
v0.2.2: vite-plus v0.2.2: Vite+ Beta
Compare Source
Vite+ is now in Beta: stable and ready for production adoption, fully open source under MIT. Read the announcement to see what Vite+ is about and where it is headed: Announcing Vite+ Beta.
On top of the Beta milestone, this release brings cross-version upgrades via vp migrate, an official Docker toolchain image on GHCR, zero-config runner-aware vp build caching, and PGP-verified managed Node.js downloads.
Highlights
Features
Fixes & Enhancements
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.