chore(deps): update vite-plus - #921
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/vite-plus
branch
from
September 26, 2026 11:53
b3cf4e0 to
5a95b1d
Compare
commit: |
commit: |
This branch has not been deployed
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:
5.0.1→5.0.21.0.0-rc.0→1.0.0-rc.11.0.0-rc.0→1.0.0-rc.15.0.1→5.0.2Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v5.0.2Compare Source
🐞 Bug Fixes
processin case global is overwritten - by @AriPerkkio in #11343 (0b792)process.stdiohandles - by @AriPerkkio in #11333 (0fd6b)toMatchObjectwith asymmetric matchers - by @ShreeBohara, Claude Opus 5, @hi-ogawa, Hiroshi Ogawa and Codex (GPT-5) in #11100 (42523)RequestwithBlobbody on jsdom 28+ - by @harshit-d3v in #11295 (d1c3e)agentto respect--silent- by @Raj4478 and @AriPerkkio in #11271 (5b95e)createReportcalls - by @7rulnik in #11278 (e8e55)hanging-processto use ESM entrypoint - by @AriPerkkio in #11316 (4e91e)Set.prototype.add- by @fengmk2 in #11299 (a0a93)View changes on GitHub
voidzero-dev/vite-plus (vite)
v1.0.0-rc.1: vite-plus v1.0.0-rc.1: task cache settings move undercacheCompare Source
Task cache settings now live under
cache, andvp migratemoves existing task settings for you.vp lintandvp fmtrun from a package directory now pick the same config as your editor, and pipedvpoutput exits cleanly.Breaking Changes
Task cache settings in
run.tasksnow go insidecache(vite-task#749), by @wan9chi.envcache.envuntrackedEnvcache.untrackedEnvinputcache.inputoutputcache.outputRun
vp migrateto move these fields for you. It updates tasks invite.config.*files. If a task is defined somewhere else, such as a shared module,vp runshows an error listing that task and the fields to move, so you can fix it by hand.cache: trueis the same ascache: {}. See the task cache migration rules and thecachereference.Highlights
vp lintandvp fmtrun from a package directory now use the same config as Oxlint, Oxfmt, and the language server, so results match your editor.vp checkstill applies the workspace-root settings (#2807), by @fengmk2.vpcommands now exit cleanly when piped into a command that closes early, such asvp --version | head -n 1, instead of aborting with exit code 134 (#2785, #2793), by @naokihaba.oils I/O error (main): No such processunder heavy parallel load (vite-task#703), by @lifeiscontent.Features
vite@8.3.0->vite@8.3.1,rolldown@1.2.9->rolldown@1.2.11, andoxlint-tsgolint@7.0.2002->oxlint-tsgolint@7.0.2003(#2805, #2812), by @voidzero-guard[bot].Fixes & Enhancements
defineConfigcallbacks now type-check lint and format options, such as'warn'rule severities, the same way as synchronous callbacks, so configs updated byvp migrateno longer fail withTS2769(#2803), by @TheAlexLichter.vp test --helpnow lists the Vitest 5 options--repeats,--injectCjsGlobals,--fsModuleCache,--fsModuleCachePath, and--sharedViteServer(#2809), by @Marve10s.vp runnow matches environment variable names regardless of letter case (vite-task#747), by @wan9chi.Docs
Chore
vite-pluspackage into its reference home instead of installing the version under release from npm, so it passes before that version is published (#2819), by @wan9chi.vp migrate, so the Vitest 5 migration can read the original Vitest version (#2822), by @wan9chi.vp env doctor(#2790), by @naokihaba.Bundled Versions
8.3.139ddf7c1.2.118df42190.23.05.0.11.85.07.0.20030.70.0Upgrade
New Contributors
@Marve10s, @lifeiscontent
Full Changelog: voidzero-dev/vite-plus@v1.0.0-rc.0...v1.0.0-rc.1
Published Packages
@voidzero-dev/vite-plus-core@1.0.0-rc.1vite-plus@1.0.0-rc.1Installation
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:1.0.0-rc.1 vp buildRun any
vpcommand without installing it; see the Docker guide for more.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.