chore(deps): update devdependency @codspeed/vitest-plugin to v5 #269
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^3.1.1
->^5.0.0
Release Notes
CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.0.0
Compare Source
🎉 What's Changed
This major release brings support for our Walltime instrument, allowing you to benchmark larger pieces of code more reliably by making use of CodSpeed's Macro Runners.
Support for newer versions of
tinybench
andvitest
have been added. Feel free to visit our node.js documentation for more details.Lastly, we now use our common instrument-hooks implementation to interact with our instruments.
💥 Breaking Changes
🚀 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
Full Changelog: CodSpeedHQ/codspeed-node@v4.0.1...v5.0.0
v4.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: CodSpeedHQ/codspeed-node@v4.0.0...v4.0.1
v4.0.0
Compare Source
🎉 What's Changed
This major release aims to reduce variance in the measurements, by updating the
V8
flags and forcing other optimizations.🚀 Migration Path
This is a breaking change and it will affect your current performance baseline. But updating will improve result stability!
We recommend you create a standalone PR to update the
@codspeed/*
dependencies, acknowledge the potential regressions, and merge it to update the baseline on your default branch.📚 Details
Full Changelog: CodSpeedHQ/codspeed-node@v3.1.1...v4.0.0
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.