Skip to content

Commit 6a9dbb5

Browse files
chore(deps): update dependency @codspeed/vitest-plugin to v5 (#14215)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codspeed/vitest-plugin](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-node)) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@codspeed%2fvitest-plugin/4.0.1/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@codspeed%2fvitest-plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codspeed%2fvitest-plugin/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codspeed%2fvitest-plugin/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codspeed%2fvitest-plugin/4.0.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>CodSpeedHQ/codspeed-node (@&#8203;codspeed/vitest-plugin)</summary> ### [`v5.0.0`](https://redirect.github.com/CodSpeedHQ/codspeed-node/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-node/compare/v4.0.1...v5.0.0) #### 🎉 What's Changed This major release brings support for our [Walltime instrument](https://codspeed.io/docs/instruments/walltime), allowing you to benchmark larger pieces of code more reliably by making use of CodSpeed's [Macro Runners](https://codspeed.io/docs/features/macro-runners). Support for newer versions of `tinybench` and `vitest` have been added. Feel free to visit our [node.js documentation](https://codspeed.io/docs/benchmarks/nodejs/overview) for more details. Lastly, we now use our common [instrument-hooks](https://redirect.github.com/CodSpeedHQ/instrument-hooks) implementation to interact with our instruments. #### 💥 Breaking Changes - **tinybench**: Support for versions below v4 has been dropped. You must upgrade to tinybench v4 or above. ⚠️ Since tinybench v4 drops support for CJS, ES modules are now required to use the library. #### 🚀 Migration Path This is a **breaking change** because we updated the compatible versions of underlying benchmarking libraries.\ For example, support for tinybench v3 and below has been dropped. We recommend upgrading to tinybench v4 or above. We recommend creating a dedicated PR to update your dependencies, and create a new performance baseline for your code. #### 📚 Details - Bump node, bump tinybench, and add support of walltime runs for tinybench by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;48](https://redirect.github.com/CodSpeedHQ/codspeed-node/pull/48) - Add walltime support for vitest plugin by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;49](https://redirect.github.com/CodSpeedHQ/codspeed-node/pull/49) - chore: bump vitest and rollup dev dependencies by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;52](https://redirect.github.com/CodSpeedHQ/codspeed-node/pull/52) **Full Changelog**: <CodSpeedHQ/codspeed-node@v4.0.1...v5.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61ec0a7 commit 6a9dbb5

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

napi/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@oxc-project/types": "workspace:^"
7474
},
7575
"devDependencies": {
76-
"@codspeed/vitest-plugin": "^4.0.0",
76+
"@codspeed/vitest-plugin": "^5.0.0",
7777
"@napi-rs/wasm-runtime": "catalog:",
7878
"@typescript-eslint/visitor-keys": "^8.44.0",
7979
"@vitest/browser": "3.2.4",

pnpm-lock.yaml

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)