mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore(deps): update dependency fast-check to v3.22.0 (#8107)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fast-check](https://fast-check.dev/) ([source](https://redirect.github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check)) | [`3.21.0` -> `3.22.0`](https://renovatebot.com/diffs/npm/fast-check/3.21.0/3.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.21.0/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.21.0/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dubzzz/fast-check (fast-check)</summary> ### [`v3.22.0`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3220) [Compare Source](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0) *Graphemes support on `fc.string`* \[[Code](https://redirect.github.com/dubzzz/fast-check/tree/v3.22.0)]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0)] #### Features - ([PR#5222](https://redirect.github.com/dubzzz/fast-check/pull/5222)) Support for grapheme on `fc.string` - ([PR#5233](https://redirect.github.com/dubzzz/fast-check/pull/5233)) Mark as deprecated most of char and string arbitraries - ([PR#5238](https://redirect.github.com/dubzzz/fast-check/pull/5238)) Deprecate `bigInt`'s alternatives #### Fixes - ([PR#5237](https://redirect.github.com/dubzzz/fast-check/pull/5237)) CI: Drop TypeScript rc release channel - ([PR#5241](https://redirect.github.com/dubzzz/fast-check/pull/5241)) CI: Move to changeset - ([PR#5199](https://redirect.github.com/dubzzz/fast-check/pull/5199)) Doc: Publish release note for 3.21.0 - ([PR#5240](https://redirect.github.com/dubzzz/fast-check/pull/5240)) Doc: Better `string`'s deprecation note in documentation - ([PR#5203](https://redirect.github.com/dubzzz/fast-check/pull/5203)) Refactor: Add missing types on exported *** </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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f7a174946
commit
c08fbafbaf
@ -204,7 +204,7 @@
|
||||
"coveralls": "3.1.1",
|
||||
"del-cli": "5.1.0",
|
||||
"faker": "5.5.3",
|
||||
"fast-check": "3.21.0",
|
||||
"fast-check": "3.22.0",
|
||||
"fetch-mock": "9.11.0",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "29.7.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4381,12 +4381,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-check@npm:3.21.0":
|
||||
version: 3.21.0
|
||||
resolution: "fast-check@npm:3.21.0"
|
||||
"fast-check@npm:3.22.0":
|
||||
version: 3.22.0
|
||||
resolution: "fast-check@npm:3.22.0"
|
||||
dependencies:
|
||||
pure-rand: "npm:^6.1.0"
|
||||
checksum: 10c0/69c31cf27503f19e383fb72e03bdc22c9bc669b55e8e243b3f7ec328ff956787ee49d06239b7ba75250c964c815ff33ff03dfe441bbbf67d97e0f65761efb046
|
||||
checksum: 10c0/15c70f83df655f9bdcec4f8ed7e3207a933bf6e22c220a4fafc7ea17a28a009bc5d0a85588689f5726e3514796745cb5b35e7295ce469ac286992548fd55cc1d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9939,7 +9939,7 @@ __metadata:
|
||||
express-rate-limit: "npm:^7.3.1"
|
||||
express-session: "npm:^1.17.3"
|
||||
faker: "npm:5.5.3"
|
||||
fast-check: "npm:3.21.0"
|
||||
fast-check: "npm:3.22.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