mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 15:26:59 +08:00
chore: bump up tinybench version to v4 (#11340)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tinybench](https://redirect.github.com/tinylibs/tinybench) | [`^3.0.7` -> `^4.0.0`](https://renovatebot.com/diffs/npm/tinybench/3.1.1/4.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tinylibs/tinybench (tinybench)</summary> ### [`v4.0.1`](https://redirect.github.com/tinylibs/tinybench/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/tinylibs/tinybench/compare/v4.0.0...v4.0.1) ##### 🐞 Bug Fixes - Export newly added FnHook type definition - by [@​jerome-benoit](https://redirect.github.com/jerome-benoit) [<samp>(802ff)</samp>](https://redirect.github.com/tinylibs/tinybench/commit/802ffac) ##### [View changes on GitHub](https://redirect.github.com/tinylibs/tinybench/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://redirect.github.com/tinylibs/tinybench/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/tinylibs/tinybench/compare/v3.1.1...v4.0.0) ##### 🚨 Breaking Changes - Esm-only - by [@​43081j](https://redirect.github.com/43081j) and [@​jerome-benoit](https://redirect.github.com/jerome-benoit) in [https://github.com/tinylibs/tinybench/issues/253](https://redirect.github.com/tinylibs/tinybench/issues/253) [<samp>(63e90)</samp>](https://redirect.github.com/tinylibs/tinybench/commit/63e90d8) - Change setup/teardown hook signature by making `task` and `mode` arguments optional ##### 🚀 Features - Add mode to fn hooks - by [@​crimx](https://redirect.github.com/crimx) in [https://github.com/tinylibs/tinybench/issues/259](https://redirect.github.com/tinylibs/tinybench/issues/259) [<samp>(e13f0)</samp>](https://redirect.github.com/tinylibs/tinybench/commit/e13f07a) ##### [View changes on GitHub](https://redirect.github.com/tinylibs/tinybench/compare/v3.1.1...v4.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- 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/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
10
yarn.lock
10
yarn.lock
@@ -852,7 +852,7 @@ __metadata:
|
||||
"@napi-rs/cli": "npm:3.0.0-alpha.76"
|
||||
lib0: "npm:^0.2.99"
|
||||
tiktoken: "npm:^1.0.17"
|
||||
tinybench: "npm:^3.0.7"
|
||||
tinybench: "npm:^4.0.0"
|
||||
yjs: "npm:^13.6.21"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -32535,10 +32535,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tinybench@npm:^3.0.7":
|
||||
version: 3.1.1
|
||||
resolution: "tinybench@npm:3.1.1"
|
||||
checksum: 10/1d97035722dd91fc8a496cb2a97c375a06ce2ec03e57586ee5bf4b861bbc8a3ab52839d285ca5948c094ac61c1529fbdf7f47c9cb7e8dce11daafd4239eb47b0
|
||||
"tinybench@npm:^4.0.0":
|
||||
version: 4.0.1
|
||||
resolution: "tinybench@npm:4.0.1"
|
||||
checksum: 10/d20873cc975fad29c5afe4596dd808b26dd8a5637ddfff89fd5b6b8bf99e50ae1a4c4b2e242990565f094baf7adbfb1bfe0c687f01376b8b0c5c2ba579b7cfa0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user