Avatar for the oxc-project user
oxc-project
oxc-resolver
BlogDocsChangelog

Performance History

Latest Results

chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
3 days ago
chore(deps): update dependency oxfmt to ^0.41.0 (#1073) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`^0.40.0` → `^0.41.0`](https://renovatebot.com/diffs/npm/oxfmt/0.40.0/0.41.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.41.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxfmt/0.41.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxfmt/0.40.0/0.41.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.40.0/0.41.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxfmt)</summary> ### [`v0.41.0`](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.40.0...oxfmt_v0.41.0) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxfmt_v0.40.0...oxfmt_v0.41.0) </details> --- ### Configuration šŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore(deps): update dependency vite-plus to v0.1.12 (#1072) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [vite-plus](https://viteplus.dev/guide) ([source](https://redirect.github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli)) | [`0.1.11` → `0.1.12`](https://renovatebot.com/diffs/npm/vite-plus/0.1.11/0.1.12) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plus/0.1.12?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plus/0.1.12?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plus/0.1.11/0.1.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plus/0.1.11/0.1.12?slim=true) | --- ### Release Notes <details> <summary>voidzero-dev/vite-plus (vite-plus)</summary> ### [`v0.1.12`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.12): vite-plus v0.1.12 — 14 New Contributors &amp; 40+ Improvements [Compare Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.11...v0.1.12) The first release since the alpha announcement, packed with bug fixes, platform improvements, and contributions from 14 new community members. Thank you to everyone who jumped in! ##### Highlights - **Better Windows support** — symlink fallback to copy/junction ([#&#8203;931](https://redirect.github.com/voidzero-dev/vite-plus/pull/931)), forward-slash normalization in `vp create` - **Shell & environment** — fish snippet install ([#&#8203;837](https://redirect.github.com/voidzero-dev/vite-plus/pull/837)), `ZDOTDIR`/`XDG_CONFIG_HOME` support ([#&#8203;892](https://redirect.github.com/voidzero-dev/vite-plus/pull/892)), tmux hang fix ([#&#8203;945](https://redirect.github.com/voidzero-dev/vite-plus/pull/945)) - **Editor support** — Zed editor in `vp create` ([#&#8203;832](https://redirect.github.com/voidzero-dev/vite-plus/pull/832)), Gemini CLI agent instructions ([#&#8203;891](https://redirect.github.com/voidzero-dev/vite-plus/pull/891)) ##### Features - `vp create`: use degit to download vite:library template from GitHub ([#&#8203;948](https://redirect.github.com/voidzero-dev/vite-plus/pull/948)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - `vp create`: add Zed editor support ([#&#8203;832](https://redirect.github.com/voidzero-dev/vite-plus/pull/832)) — [@&#8203;xingwangzhe](https://redirect.github.com/xingwangzhe) - `vp --version`: show package manager and Node.js version ([#&#8203;918](https://redirect.github.com/voidzero-dev/vite-plus/pull/918)) — [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Install: create a fish snippet instead of modifying config.fish ([#&#8203;837](https://redirect.github.com/voidzero-dev/vite-plus/pull/837)) — [@&#8203;CyanChanges](https://redirect.github.com/CyanChanges) - Add Gemini CLI agent instructions ([#&#8203;891](https://redirect.github.com/voidzero-dev/vite-plus/pull/891)) — [@&#8203;aulikhin](https://redirect.github.com/aulikhin) - Upgrade upstream dependencies: `@vitejs/devtools` 0.0.0-alpha.34 → 0.1.0, `@rolldown/debug` 1.0.0-rc.8 → 1.0.0-rc.9 ([#&#8203;893](https://redirect.github.com/voidzero-dev/vite-plus/pull/893)); `tsdown` 0.21.2 → 0.21.3, `oxlint-tsgolint` 0.16.0 → 0.17.0 ([#&#8203;947](https://redirect.github.com/voidzero-dev/vite-plus/pull/947)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) - Add version override input to release workflow ([#&#8203;913](https://redirect.github.com/voidzero-dev/vite-plus/pull/913)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) ##### Bug Fixes - Avoid symlink EPERM on Windows by falling back to copy/junction ([#&#8203;931](https://redirect.github.com/voidzero-dev/vite-plus/pull/931)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Skip OSC color queries in tmux to prevent hang on launch ([#&#8203;945](https://redirect.github.com/voidzero-dev/vite-plus/pull/945)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) - Respect `ZDOTDIR` and `XDG_CONFIG_HOME` in install, doctor, and implode ([#&#8203;892](https://redirect.github.com/voidzero-dev/vite-plus/pull/892)) — [@&#8203;mst-mkt](https://redirect.github.com/mst-mkt) - Avoid false musl detection on WSL/glibc systems ([#&#8203;823](https://redirect.github.com/voidzero-dev/vite-plus/pull/823)) — [@&#8203;hadronomy](https://redirect.github.com/hadronomy) - Show errors when `vp install` fails and bypass npm & pnpm minimum release age ([#&#8203;834](https://redirect.github.com/voidzero-dev/vite-plus/pull/834)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Dynamically scan root .d.ts files from `@vitest/browser` ([#&#8203;944](https://redirect.github.com/voidzero-dev/vite-plus/pull/944)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Include `aria-role.d.ts` in `@voidzero-dev/vite-plus-test` package ([#&#8203;909](https://redirect.github.com/voidzero-dev/vite-plus/pull/909)) — [@&#8203;kazupon](https://redirect.github.com/kazupon) - Resolve ws CJS named export error with cloudflare preset ([#&#8203;855](https://redirect.github.com/voidzero-dev/vite-plus/pull/855)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Use `create-nitro-app` instead of `create-nitro` for `vp create nitro` ([#&#8203;898](https://redirect.github.com/voidzero-dev/vite-plus/pull/898)) — [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi) - Remove unsupported `catalogMode` for yarn monorepo ([#&#8203;873](https://redirect.github.com/voidzero-dev/vite-plus/pull/873)) — [@&#8203;Salnika](https://redirect.github.com/Salnika) - Suggest `vp run dev` for templates in create summary ([#&#8203;874](https://redirect.github.com/voidzero-dev/vite-plus/pull/874)) — [@&#8203;MahmoodKhalil57](https://redirect.github.com/MahmoodKhalil57) - Check `vpx` shim in `vp env doctor` ([#&#8203;876](https://redirect.github.com/voidzero-dev/vite-plus/pull/876)) — [@&#8203;MahmoodKhalil57](https://redirect.github.com/MahmoodKhalil57) - Strip trailing slash from registry URL in install script ([#&#8203;916](https://redirect.github.com/voidzero-dev/vite-plus/pull/916)) — [@&#8203;zerone0x](https://redirect.github.com/zerone0x) - Skip agent selector when AGENTS.md already exists ([#&#8203;937](https://redirect.github.com/voidzero-dev/vite-plus/pull/937)) — [@&#8203;zerone0x](https://redirect.github.com/zerone0x) - Use `pathToFileURL` for dynamic imports in oxfmt/oxlint bin wrappers ([#&#8203;867](https://redirect.github.com/voidzero-dev/vite-plus/pull/867)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Align OXC formatter config with vite.config.ts ([#&#8203;862](https://redirect.github.com/voidzero-dev/vite-plus/pull/862)) — [@&#8203;GGGLHHH](https://redirect.github.com/GGGLHHH) - Generate comprehensive LICENSE file for npm publish ([#&#8203;936](https://redirect.github.com/voidzero-dev/vite-plus/pull/936)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Fix `vp check` inside GitHub Actions ([#&#8203;914](https://redirect.github.com/voidzero-dev/vite-plus/pull/914)) — [@&#8203;hyoban](https://redirect.github.com/hyoban) - Replace stale `--no-type-check` example in `vp check` help ([#&#8203;875](https://redirect.github.com/voidzero-dev/vite-plus/pull/875)) — [@&#8203;MahmoodKhalil57](https://redirect.github.com/MahmoodKhalil57) - Add repository field to CLI binary package.json for npm provenance ([#&#8203;911](https://redirect.github.com/voidzero-dev/vite-plus/pull/911)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Correct broken doc paths in skill routing table ([#&#8203;856](https://redirect.github.com/voidzero-dev/vite-plus/pull/856)) — [@&#8203;Brooooooklyn](https://redirect.github.com/Brooooooklyn) - Switch from Namespace runners to free GitHub-hosted runners ([#&#8203;817](https://redirect.github.com/voidzero-dev/vite-plus/pull/817)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) ##### Docs - Add a "Why Vite+" section ([#&#8203;813](https://redirect.github.com/voidzero-dev/vite-plus/pull/813)) — [@&#8203;cpojer](https://redirect.github.com/cpojer) - Fix mobile menu dark mode in home ([#&#8203;815](https://redirect.github.com/voidzero-dev/vite-plus/pull/815)) — [@&#8203;mdong1909](https://redirect.github.com/mdong1909) - Fix broken migration doc anchors for tsdown and lint-staged ([#&#8203;821](https://redirect.github.com/voidzero-dev/vite-plus/pull/821)) — [@&#8203;alvarosabu](https://redirect.github.com/alvarosabu) - Fix `vp create` example ([#&#8203;921](https://redirect.github.com/voidzero-dev/vite-plus/pull/921)) — [@&#8203;cpojer](https://redirect.github.com/cpojer) - Update migration docs to include Vitest ([#&#8203;932](https://redirect.github.com/voidzero-dev/vite-plus/pull/932)) — [@&#8203;cpojer](https://redirect.github.com/cpojer) - Render diagram using mermaid ([#&#8203;940](https://redirect.github.com/voidzero-dev/vite-plus/pull/940)) — [@&#8203;branchseer](https://redirect.github.com/branchseer) ##### Chore - Replace deprecated `experimentalSortImports` with `sortImports` ([#&#8203;886](https://redirect.github.com/voidzero-dev/vite-plus/pull/886)) — [@&#8203;wobsoriano](https://redirect.github.com/wobsoriano) - Use `sortPackageJson` instead of `experimentalSortPackageJson` ([#&#8203;917](https://redirect.github.com/voidzero-dev/vite-plus/pull/917)) — [@&#8203;aulikhin](https://redirect.github.com/aulikhin) - Add metadata to publishable package.json files ([#&#8203;895](https://redirect.github.com/voidzero-dev/vite-plus/pull/895)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Run cargo shear --fix and disable unused doctests/tests ([#&#8203;915](https://redirect.github.com/voidzero-dev/vite-plus/pull/915)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Isolate docs from root workspace ([#&#8203;941](https://redirect.github.com/voidzero-dev/vite-plus/pull/941)) — [@&#8203;branchseer](https://redirect.github.com/branchseer) - Speed up Windows CI with Dev Drive ([#&#8203;872](https://redirect.github.com/voidzero-dev/vite-plus/pull/872)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Ignore test fixture package.json files in renovate ([#&#8203;863](https://redirect.github.com/voidzero-dev/vite-plus/pull/863)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Ignore vitest-dev and vite-task crates in renovate ([#&#8203;868](https://redirect.github.com/voidzero-dev/vite-plus/pull/868)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Ignore subtreed directories in renovate ([#&#8203;870](https://redirect.github.com/voidzero-dev/vite-plus/pull/870)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Update crate-ci/typos action to v1.44.0 ([#&#8203;845](https://redirect.github.com/voidzero-dev/vite-plus/pull/845)) ##### Published Packages - `@voidzero-dev/vite-plus-core@0.1.12` - `@voidzero-dev/vite-plus-test@0.1.12` - `vite-plus@0.1.12` ##### Installation **macOS/Linux:** ```bash curl -fsSL https://vite.plus | bash ``` **Windows:** ```powershell irm https://vite.plus/ps1 | iex ``` **Upgrade:** ```bash vp upgrade ``` ##### New Contributors Welcome to all new contributors! :tada: [@&#8203;hadronomy](https://redirect.github.com/hadronomy), [@&#8203;kazupon](https://redirect.github.com/kazupon), [@&#8203;xingwangzhe](https://redirect.github.com/xingwangzhe), [@&#8203;CyanChanges](https://redirect.github.com/CyanChanges), [@&#8203;alvarosabu](https://redirect.github.com/alvarosabu), [@&#8203;GGGLHHH](https://redirect.github.com/GGGLHHH), [@&#8203;Salnika](https://redirect.github.com/Salnika), [@&#8203;MahmoodKhalil57](https://redirect.github.com/MahmoodKhalil57), [@&#8203;nekomoyi](https://redirect.github.com/nekomoyi), [@&#8203;wobsoriano](https://redirect.github.com/wobsoriano), [@&#8203;aulikhin](https://redirect.github.com/aulikhin), [@&#8203;hyoban](https://redirect.github.com/hyoban), [@&#8203;zerone0x](https://redirect.github.com/zerone0x), [@&#8203;mst-mkt](https://redirect.github.com/mst-mkt) **Full Changelog**: <https://github.com/voidzero-dev/vite-plus/compare/v0.1.11...v0.1.12> </details> --- ### Configuration šŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore: release v11.19.2
release-plz-2026-03-02T05-19-13Z
3 days ago

Active Branches

chore: release v11.19.2#1044
last run
3 days ago
CodSpeed Performance Gauge
0%
CodSpeed Performance Gauge
+5%
CodSpeed Performance Gauge
0%
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs