ITADN

chore(deps-dev): bump tinybench from 4.1.0 to 5.0.1

#33Pull Requestdependabot[bot] 创建于 2025-08-26
dependenciesjavascript
D
dependabot[bot]commented
Bumps [tinybench](https://github.com/tinylibs/tinybench) from 4.1.0 to 5.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tinylibs/tinybench/releases">tinybench's releases</a>.</em></p> <blockquote> <h2>v5.0.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Ensure median() implementation does not sort array in place  -  by <a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a> <a href="https://github.com/tinylibs/tinybench/commit/943db24"><!-- raw HTML omitted -->(943db)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/tinylibs/tinybench/compare/v5.0.0...v5.0.1">View changes on GitHub</a></h5> <h2>v5.0.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Drop EOLed node 18.x support  -  by <a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a> in <a href="https://redirect.github.com/tinylibs/tinybench/issues/287">tinylibs/tinybench#287</a> <a href="https://github.com/tinylibs/tinybench/commit/f881fcc"><!-- raw HTML omitted -->(f881f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Ensure RME is positive  -  by <a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a> <a href="https://github.com/tinylibs/tinybench/commit/d973942"><!-- raw HTML omitted -->(d9739)<!-- raw HTML omitted --></a></li> <li>Properly handle abortion at task level and benchmark fn error  -  by <a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a> <a href="https://github.com/tinylibs/tinybench/commit/fbf91ae"><!-- raw HTML omitted -->(fbf91)<!-- raw HTML omitted --></a></li> <li>Do not alter async resource detection semantic  -  by <a href="https://github.com/jerome-benoit"><code>@​jerome-benoit</code></a> <a href="https://github.com/tinylibs/tinybench/commit/92b1d81"><!-- raw HTML omitted -->(92b1d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/tinylibs/tinybench/compare/v4.1.0...v5.0.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tinylibs/tinybench/commit/5c67446781a344b69004ae4766c9553fa408c620"><code>5c67446</code></a> chore: release v5.0.1</li> <li><a href="https://github.com/tinylibs/tinybench/commit/b9c83776fdad4e40315d12071c60fa29a648cba4"><code>b9c8377</code></a> chore(deps-dev): apply updates</li> <li><a href="https://github.com/tinylibs/tinybench/commit/194054293683eaffddd671899270fef674e8e5ea"><code>1940542</code></a> refactor: avoid scientific notation in number formatting</li> <li><a href="https://github.com/tinylibs/tinybench/commit/943db2443023bac1ee148de97de7a2069aa4999c"><code>943db24</code></a> fix: ensure median() implementation does not sort array in place</li> <li><a href="https://github.com/tinylibs/tinybench/commit/7f6e5d972928d22b96726beda3c30cc4d6687697"><code>7f6e5d9</code></a> chore(deps-dev): apply updates</li> <li><a href="https://github.com/tinylibs/tinybench/commit/eb9de08fe10b4bb814753e3dd6897ce746836713"><code>eb9de08</code></a> chore(deps): apply updates</li> <li><a href="https://github.com/tinylibs/tinybench/commit/6886feea7aebaa809efb6264516ca08712a3d7f7"><code>6886fee</code></a> chore(deps-dev): apply updates</li> <li><a href="https://github.com/tinylibs/tinybench/commit/79706b6cefe49f6e4af29aa2025ee883ec57d245"><code>79706b6</code></a> docs: publish documentation</li> <li><a href="https://github.com/tinylibs/tinybench/commit/1c76abefb4a7ac8492d4d1ba843d559c91e2c072"><code>1c76abe</code></a> chore: release v5.0.0</li> <li><a href="https://github.com/tinylibs/tinybench/commit/92b1d81cba88f9dfc6789f9b9964cc42f626834b"><code>92b1d81</code></a> fix: do not alter async resource detection semantic</li> <li>Additional commits viewable in <a href="https://github.com/tinylibs/tinybench/compare/v4.1.0...v5.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tinybench&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
合并状态:未合并 关闭于 2025-08-28 1 条评论