⬆️ deps: Update Node.js dev dependencies#81
Merged
Conversation
af3abeb to
c3a0c44
Compare
c3a0c44 to
f2031e4
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:
6.0.2→6.0.30.1.16→0.1.204.1.4→4.1.5Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
voidzero-dev/vite-plus (vite-plus)
v0.1.20: vite-plus v0.1.20Compare Source
This release focuses on experience improvements, bug fixes, and dependency updates.
Features
vp create(#1434) — @fengmk2vp create(#1438) — @lyzno1vite-plus/docs(#1440) — @cpojervp check --no-lintfor type-check-only workflow (#1444) — @jong-kyungvp install -gwithout package names (#1472) — @liangmiQwQ.vscode/settings.json(#1491) — @oilaterinputauto-inference (e.g. Android) — tasks still run, but those relying on auto-inference run uncached with a summary noting thatinputmust be configured manually to enable caching (vite-task#352) — @branchseerv8.0.10, vitest4.1.5, rolldownv1.0.0-rc.17, tsdown0.21.10, oxfmt0.46.0, oxlint1.61.0, oxlint-tsgolint0.22.0, oxc toolchain0.127.0,@vitejs/devtools0.1.15,@napi-rs/wasm-runtime^1.1.4,diff^9.0.0(#1435, #1460, #1469, #1479) — @BrooooooklynFixes & Enhancements
AGENTS.mdcontent (#1430) — @cpojervp runno longer aborts withfailed to prepare the command for injection: Invalid argumentwhen the user environment already hasLD_PRELOAD(Linux) orDYLD_INSERT_LIBRARIES(macOS) set; the tracer shim is now appended to any existing value and placed last, preserving user preloads' symbol-interposition precedence (vite-task#349) — @branchseerDocs
vitepress-plugin-group-icons(#1487) — @yuyinwsChore
@ast-grep/napifor arm linux (#1437) — @branchvactions/checkoutwithtaiki-e/checkout-action(#1458) — @Boshend1b8cda(#1461) — @branchseerIncludes upstream housekeeping: disable crate publishing (vite-task#348), add security analysis workflow (vite-task#350), replace
actions/checkoutwithtaiki-e/checkout-action(vite-task#356), pinoxc-project/setup-rustto v1.0.2 (vite-task#355), and replaceserde_ymlwithserde_norway(vite-task#357)crate-ci/typosaction to v1.45.2 (#1492) — @renovate[bot]Published Packages
@voidzero-dev/vite-plus-core@0.1.20@voidzero-dev/vite-plus-test@0.1.20vite-plus@0.1.20Installation
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! 🎉
@branchv, @lyzno1, @yuyinws, @rorychatt, @oilater
Full Changelog: voidzero-dev/vite-plus@v0.1.19...v0.1.20
v0.1.19: vite-plus v0.1.19 — Windows polish, vp rebuild, and lazy plugin loadingCompare Source
A reliability-focused release: terminal handling and file-handle leaks on Windows are fixed, a top-level
vp rebuildalias lands, andlazyPlugins()defers plugin initialization until first use.Highlights
.cmdshims are routed through PowerShell to stop Windows corrupting the terminal (#1407, #1414)vp run devno longer keeps an open handle onpnpm-workspace.yamlfor the life of the session, so pnpm in a second terminal can rewrite the file withoutEPERM(#1400, vite-task#335)vp run test some-filter) were forwarded to tasks pulled in viadependsOn, breaking their execution (vite-task#332)vp rebuildalias — rebuild your monorepo with a single command, norun --wrapping needed (#1383)lazyPlugins()helper defers plugin initialization until first use (#1215)Features
vp rebuildalias (#1383) — @Han5991lazyPlugins()helper for conditional plugin loading (#1215) — @fengmk2vp migrate/vp create(#1411) — @naokihaba--stdin-filepathfor theoxfmtbin (#1429) — @leaysgurv1.0.0-rc.16, oxc0.126.0, tsdown0.21.9, oxlint-tsgolint0.21.1,@vitejs/devtools0.1.14(#1395, #1406, #1415) — @BrooooooklynFixes & Enhancements
.cmdshims through PowerShell to fix Ctrl+C terminal corruption (#1414) — @fengmk2denyWarningsfailsvp check(#1425) — @fengmk2SetGlobalDefaultErrorpanic when rolldown devtools is enabled (#1364) — @fengmk2--to npx-invoked remote templates invp create(#1421) — @jong-kyungdependsOntasks — args after a task name (e.g.vp run test some-filter) are now forwarded only to that task (vite-task#332) — @branchseerbincode(unmaintained) towincode; cache format bumps from v10 → v11, so expect a one-time cache miss on upgrade (vite-task#334) — @branchseerRefactor
Docs
setup.viteplus.dev(#1390) — @fengmk2Chore
@oxc-node/coreto catalog version (0.0.35) (#1000) — @ArthiePublished Packages
@voidzero-dev/vite-plus-core@0.1.19@voidzero-dev/vite-plus-test@0.1.19vite-plus@0.1.19Installation
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! 🎉
@Han5991, @Arthie
Full Changelog: voidzero-dev/vite-plus@v0.1.18...v0.1.19
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
vitest-dev/vitest (vitest)
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ 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.