chore(deps): update dependency vite-plus to v0.1.18#2590
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency vite-plus to v0.1.18#2590renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
| 📦 Package | 📋 Versions |
|---|---|
| minimatch | 5 versions
|
| oxc-parser | 5 versions
|
| @oxc-parser/binding-wasm32-wasi | 5 versions
|
| glob | 5 versions
|
| @oxc-project/types | 7 versions
@oxc-project/types@0.123.0
|
| @oxc-parser/binding-android-arm-eabi | 5 versions
|
| @oxc-parser/binding-android-arm64 | 5 versions
|
| @oxc-parser/binding-darwin-arm64 | 5 versions
|
| @oxc-parser/binding-darwin-x64 | 5 versions
|
| @oxc-parser/binding-freebsd-x64 | 5 versions
|
| @oxc-parser/binding-linux-arm-gnueabihf | 5 versions
|
| @oxc-parser/binding-linux-arm-musleabihf | 5 versions
|
| @oxc-parser/binding-linux-arm64-gnu | 5 versions
|
| @oxc-parser/binding-linux-arm64-musl | 5 versions
|
| @oxc-parser/binding-linux-ppc64-gnu | 5 versions
|
| @oxc-parser/binding-linux-riscv64-gnu | 5 versions
|
| @oxc-parser/binding-linux-riscv64-musl | 5 versions
|
| @oxc-parser/binding-linux-s390x-gnu | 5 versions
|
| @oxc-parser/binding-linux-x64-gnu | 5 versions
|
| @oxc-parser/binding-linux-x64-musl | 5 versions
|
| @oxc-parser/binding-openharmony-arm64 | 5 versions
|
| @oxc-parser/binding-win32-arm64-msvc | 5 versions
|
| @oxc-parser/binding-win32-ia32-msvc | 5 versions
|
| @oxc-parser/binding-win32-x64-msvc | 5 versions
|
💡 To find out what depends on a specific package, run: pnpm -r why example-package
📊 Dependency Size Changes
Warning
This PR adds 13.2 MB of new dependencies, which exceeds the threshold of 200 kB.
| 📦 Package | 📏 Size |
|---|---|
| @voidzero-dev/vite-plus-test@0.1.18 | 6.7 MB |
| @voidzero-dev/vite-plus-core@0.1.18 | 5.8 MB |
| @oxlint/binding-linux-x64-gnu@1.58.0 → @oxlint/binding-linux-x64-gnu@1.60.0 | 282.7 kB |
| @oxc-project/runtime@0.124.0 | 235.2 kB |
| @oxc-project/types@0.124.0 | 44.5 kB |
| oxlint@1.58.0 → oxlint@1.60.0 | 25.2 kB |
| @voidzero-dev/vite-plus-linux-x64-gnu@0.1.16 → @voidzero-dev/vite-plus-linux-x64-gnu@0.1.18 | 12.3 kB |
| @oxfmt/binding-linux-x64-gnu@0.43.0 → @oxfmt/binding-linux-x64-gnu@0.45.0 | 8.2 kB |
| oxfmt@0.43.0 → oxfmt@0.45.0 | 7.4 kB |
| vite-plus@0.1.16 → vite-plus@0.1.18 | 3.1 kB |
Total size change: 13.2 MB
b28e298 to
1757656
Compare
1757656 to
31383ff
Compare
31383ff to
aadd6ba
Compare
aadd6ba to
9a2e72a
Compare
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.1.16→0.1.18Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
voidzero-dev/vite-plus (vite-plus)
v0.1.18: vite-plus v0.1.18Compare Source
vite-plus v0.1.18
Published Packages
@voidzero-dev/vite-plus-core@0.1.18@voidzero-dev/vite-plus-test@0.1.18vite-plus@0.1.18Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.What's Changed
--no-error-on-unmatched-patternfor fmt and lint by @fengmk2 in #1354Full Changelog: voidzero-dev/vite-plus@v0.1.17...v0.1.18
v0.1.17: vite-plus v0.1.17 — Windows installer, Nushell, and safer upgradesCompare Source
Broader platform reach with a standalone Windows installer and Nushell shell support.
Highlights
.exeinstaller — standalonevp-setup.exenow shipped as release asset for fully offline-friendly Windows installs (#1293)env.nuwrapper makesvp envwork natively in Nushell (#1312)vpnow blocks execution on incompatible Node.js versions instead of failing opaquely (#1360)vp upgrade— hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#1338, #1369)vp check— task runner now cachesvp checkoutput for faster repeat runs (#1328)Features
.exeinstaller (vp-setup.exe) (#1293) — @fengmk2env.nuwrapper (#1312) — @naokihabanpm.scriptRunnertovpinvp createscaffolds (#1346) — @jong-kyungvpcommands when Node.js version is incompatible (#1360) — @liangmiQwQvp nodeshorthand forvp env exec node(#1359) — @fengmk28.0.8, vitest4.1.4, rolldown1.0.0-rc.15, tsdown0.21.8, oxlint1.60.0, oxfmt0.45.0, oxc0.124.0(#1334, #1341, #1352, #1375) — @BrooooooklynFixes & Enhancements
vp createe2e tests and fix yarn/bun migration bugs (#1317) — @fengmk2bin/oxfmtthe same way asoxlint(#1326) — @leaysgurvp checkin task runner (#1328) — @fengmk2vp upgradeflow (#1338) — @kazuponcore.symlinksis false (#1353) — @T4ko0522env.VP_VERSIONfor oxlint and oxfmt (#946) — @leaysgurpnpm dedupe --checkin CI to handle non-deterministic resolution (#1365) — @fengmk2KeyEventKindon Windows so arrow-key navigation works correctly (#1362) — @fengmk2vitest-devoverride in upgrade script (#1368) — @fengmk2.exefiles after upgrade (#1369) — @fengmk2Refactor
disable_panic_hookfeature for panic hook (#1330) — @fengmk2checkcommand into its own module (#1350) — @fengmk2cli.rsinto focused submodules (#1351) — @fengmk2Docs
vpxcommand (#1303) — @connorsheaChore
vp checkinstead ofvp fmt && vp lintin monorepo template (#1339) — @fengmk2crate-ci/typosaction to v1.45.1 (#1376) — @renovate[bot]Published Packages
@voidzero-dev/vite-plus-core@0.1.17@voidzero-dev/vite-plus-test@0.1.17vite-plus@0.1.17Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@T4ko0522
Full Changelog: voidzero-dev/vite-plus@v0.1.16...v0.1.17
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.