chore(deps): update vite-plus to v0.2.9 - #125
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.2.8→0.2.90.2.8→0.2.9Release Notes
voidzero-dev/vite-plus (vite)
v0.2.9: vite-plus v0.2.9: addvp toolchainandvp hooks, and fixvp runinside Codex and Claude Code sandboxesCompare Source
vp toolchainprints the tools, versions, and bundling relationships in the active release.vp hooksmanages the Vite+ dispatcher for Git hooks, and removes the manual setup steps.vp runno longer fails in the default Codex CLI and Claude Code sandboxes. Those sandboxes deny Unix sockets and shared memory, which task IPC and file-access tracking used. The rest of the release makes the install path more reliable. It fixes npm 12 blocked install scripts, Yarn 2+ integrity pins, and baseline Bun builds for older CPUs. It also fixes downloads that stopped on slow connections.Highlights
vp toolchaincommand. It prints the tools, versions, and bundling relationships in the active Vite+ release as a tree. The tree shows vite-plus, core, vite, rolldown, oxc, oxc-resolver, and the compiled Vite Task with its build time and revision. Give a tool name to select part of the tree. Use--jsonfor machine-readable output. Use--globalfor the global release (#2111), by @fengmk2vp hookscommand. It manages the Vite+ dispatcher for Git hooks.enableinstalls or refreshes the dispatcher and setscore.hooksPath.disableremoves the dispatcher and keeps that preference, soprepareandvp configdo not install it again.statusshows the current state. Use--hooks-dirto set a custom directory. Vite+ keeps that directory for later commands. Vite+ does not change project-owned hooks,stagedconfig, orpackage.jsonlifecycle scripts (#2341), by @dennybiasiollivp runnow works in the default Codex CLI and Claude Code sandboxes. Before this release, a cached task failed withFailed to set up task communication: Operation not permitted. The task code never started. Automatic file-access tracking also failed. Task caching and input tracking now work in both default profiles. You do not need extra sandbox permissions (vite-task#569, vite-task#576), by @wan9chiFeatures
vp createnow shows the dependencies whose install scripts npm 12 blocked. Before this release, Vite+ left those dependencies unbuilt and gave no message. To approve them,vp createrunsvp pm approve-buildsand thenvp pm rebuild(#2336), by @fengmk2vp env installandvp migrateimpossible to complete. SetVP_DOWNLOAD_TIMEOUTto a different number of seconds (#2386), by @tarikermis.idea/externalDependencies.xml. The docs now describe the gitignore strategy for.idea(#2204, #2378), by @KTrain5169vpnow shows a warning when it falls back to the global CLI in a project that has no project-localvite-plus. If the project declares the dependency,vptells you to runvp install. If the project does not declare it,vppoints to the migration guide.vp migrateand commands outside a project stay silent (#2362), by @liangmiQwQFixes & Enhancements
corepack usenow verify against the extracted CLI (bin/yarn.js), not the npm tarball.vp installno longer fails on a cold cache.vp runno longer downloads Yarn again on every run (#2227), by @leslieeilselvp devno longer crashes at startup withENOENTwhenexperimental.bundledDevis enabled. The bundled dev client path now points to the packaged layout (#2384), by @lofczvp migratenow rejects a workspace member as its target. Before this release, it migrated the enclosing workspace instead. It now tells you to run the command from the workspace root (#2229), by @leslieeilselVP_NODE_VERSION=22and other partial versions now resolve to an exact Node.js release. This applies to shim-dispatched commands such asvp env exec node -v(#2411), by @jong-kyungbunxshims now dispatch throughbun x.bunx <package>no longer starts a matching package script recursively. This applies to new Bun installations (#2151), by @liangmiQwQVP_HOMEpath that contains spaces or quotes now loads without an error (#2191), by @naokihabavite-plus/test/browser-*type exports now add.jsextensions to relative shim specifiers. Those specifiers now resolve withNodeNextmodule resolution (#2360), by @eai04191vp <command> --helpshows the local themed help. A command with more arguments (vp test --help --coverage,vp test list --help) goes to the bundled tool. Deep help and subcommand help stay complete (#2345), by @liangmiQwQnode_modules(vite-task#539), by @jong-kyungRefactor
vite_*tovp_*(#2335), by @fengmk2utils(#2347), by @jong-kyungcrate::help(#2363), by @jong-kyungDocs
overridesbehavior to match Vite+ (#1942), by @liangmiQwQsetup-vite-plus-actionversion pinning in the CI guide (#2359), by @fengmk2BUNDLING.md(#2334), by @dennybiasiolliChore
d05b1dc(#2339, #2403), by @wan9chi2026-08-02(#2342), by @wan9chibuild:srctask (#2396), by @jong-kyungvpbuilt from the checkout (#2388), by @fengmk2dev_engines_runtime_pnpm11snapshot to the seeded default Node version (#2390), by @fengmk2pnpm testagain as the full gate (#2376), by @jong-kyungBundled Versions
8.2.142161581.2.352dbd190.22.144.1.101.77.07.0.20010.62.0Upgrade
New Contributors
@eai04191, @KTrain5169, @lofcz, @tarikermis, @leslieeilsel
Full Changelog: voidzero-dev/vite-plus@v0.2.8...v0.2.9
Published Packages
@voidzero-dev/vite-plus-core@0.2.9vite-plus@0.2.9Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.Docker:
docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.9 vp buildRun any
vpcommand without installing it; see the Docker guide for more.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.