mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
chore(deps): update dependency fast-check to v3.21.0 (#7926)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fast-check](https://fast-check.dev/) ([source](https://togithub.com/dubzzz/fast-check/tree/HEAD/packages/fast-check)) | [`3.20.0` -> `3.21.0`](https://renovatebot.com/diffs/npm/fast-check/3.20.0/3.21.0) | [](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>dubzzz/fast-check (fast-check)</summary> ### [`v3.21.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3210) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.20.0...v3.21.0) *Support customisable versions on `uuid`* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.21.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.20.0...v3.21.0)] #### Features - ([PR#5172](https://togithub.com/dubzzz/fast-check/pull/5172)) Support UUID versions \[1-15] on `uuidV` - ([PR#5189](https://togithub.com/dubzzz/fast-check/pull/5189)) Deprecate `uuidV` in favor of `uuid` - ([PR#5188](https://togithub.com/dubzzz/fast-check/pull/5188)) Customize versions directly from `uuid` #### Fixes - ([PR#5190](https://togithub.com/dubzzz/fast-check/pull/5190)) CI: Support npm publish on other tags - ([PR#5124](https://togithub.com/dubzzz/fast-check/pull/5124)) Doc: Publish release note for 3.20.0 - ([PR#5137](https://togithub.com/dubzzz/fast-check/pull/5137)) Doc: Add missing options in the documentation for `float` and `double` - ([PR#5142](https://togithub.com/dubzzz/fast-check/pull/5142)) Doc: Better width for stargazer badge in the documentation - ([PR#5143](https://togithub.com/dubzzz/fast-check/pull/5143)) Doc: Document Faker integration - ([PR#5144](https://togithub.com/dubzzz/fast-check/pull/5144)) Doc: Add support us page in our documentation *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d036451e6
commit
a1fbedf5a2
@ -204,7 +204,7 @@
|
||||
"coveralls": "3.1.1",
|
||||
"del-cli": "5.1.0",
|
||||
"faker": "5.5.3",
|
||||
"fast-check": "3.20.0",
|
||||
"fast-check": "3.21.0",
|
||||
"fetch-mock": "9.11.0",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "29.7.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4372,12 +4372,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-check@npm:3.20.0":
|
||||
version: 3.20.0
|
||||
resolution: "fast-check@npm:3.20.0"
|
||||
"fast-check@npm:3.21.0":
|
||||
version: 3.21.0
|
||||
resolution: "fast-check@npm:3.21.0"
|
||||
dependencies:
|
||||
pure-rand: "npm:^6.1.0"
|
||||
checksum: 10c0/860daef1337c96077ba7f2d0238391eb7de24aced5b0f43c699ad4ba683a1a61044dd8d17b86f914be728b97cbb5bbaf2625c2be4e1c0bf685f09432c29624c9
|
||||
checksum: 10c0/69c31cf27503f19e383fb72e03bdc22c9bc669b55e8e243b3f7ec328ff956787ee49d06239b7ba75250c964c815ff33ff03dfe441bbbf67d97e0f65761efb046
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9903,7 +9903,7 @@ __metadata:
|
||||
express-rate-limit: "npm:^7.3.1"
|
||||
express-session: "npm:^1.17.3"
|
||||
faker: "npm:5.5.3"
|
||||
fast-check: "npm:3.20.0"
|
||||
fast-check: "npm:3.21.0"
|
||||
fast-json-patch: "npm:^3.1.0"
|
||||
fetch-mock: "npm:9.11.0"
|
||||
hash-sum: "npm:^2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user