mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
chore(deps): update dependency fast-check to v3.20.0 (#7764)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.19.0` -> `3.20.0`](https://renovatebot.com/diffs/npm/fast-check/3.19.0/3.20.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.19.0/3.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.19.0/3.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dubzzz/fast-check (fast-check)</summary> ### [`v3.20.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3200) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.19.0...v3.20.0) *New arbitraries to alter shrinking capabilities* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.20.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.19.0...v3.20.0)] #### Features - ([PR#5047](https://togithub.com/dubzzz/fast-check/pull/5047)) Introduce new `fc.noShrink` arbitrary - ([PR#5050](https://togithub.com/dubzzz/fast-check/pull/5050)) Introduce new `fc.noBias` arbitrary - ([PR#5006](https://togithub.com/dubzzz/fast-check/pull/5006)) Add ability to limit shrink path - ([PR#5112](https://togithub.com/dubzzz/fast-check/pull/5112)) Simplify `limitShrink` before releasing #### Fixes - ([PR#5013](https://togithub.com/dubzzz/fast-check/pull/5013)) CI: Drop verbosity flag at unpack step in CI - ([PR#5074](https://togithub.com/dubzzz/fast-check/pull/5074)) CI: Check types with multiple TypeScript - ([PR#5015](https://togithub.com/dubzzz/fast-check/pull/5015)) Doc: Release note for 3.19.0 - ([PR#5016](https://togithub.com/dubzzz/fast-check/pull/5016)) Doc: Fix typo in the PR template - ([PR#4858](https://togithub.com/dubzzz/fast-check/pull/4858)) Doc: Update Getting Started section in docs - ([PR#5035](https://togithub.com/dubzzz/fast-check/pull/5035)) Doc: Remove duplicate paragraph in `your-first-race-condition-test.mdx` - ([PR#5048](https://togithub.com/dubzzz/fast-check/pull/5048)) Doc: Add new contributors cindywu and nmay231 - ([PR#5097](https://togithub.com/dubzzz/fast-check/pull/5097)) Doc: Add warning on `noShrink` - ([PR#5121](https://togithub.com/dubzzz/fast-check/pull/5121)) Doc: Document integration with other test runners *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
51bbd6366b
commit
d33a9729b5
@ -204,7 +204,7 @@
|
||||
"coveralls": "3.1.1",
|
||||
"del-cli": "5.1.0",
|
||||
"faker": "5.5.3",
|
||||
"fast-check": "3.19.0",
|
||||
"fast-check": "3.20.0",
|
||||
"fetch-mock": "9.11.0",
|
||||
"husky": "^9.0.11",
|
||||
"jest": "29.7.0",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4365,12 +4365,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fast-check@npm:3.19.0":
|
||||
version: 3.19.0
|
||||
resolution: "fast-check@npm:3.19.0"
|
||||
"fast-check@npm:3.20.0":
|
||||
version: 3.20.0
|
||||
resolution: "fast-check@npm:3.20.0"
|
||||
dependencies:
|
||||
pure-rand: "npm:^6.1.0"
|
||||
checksum: 10c0/5a15484d380fb5a3e94ec951c97e59b940ac4f2e1f3f7a05578d67851e5cb5283121bcf08c57e3238bc85899ce691b47ab477a6dd481a6f520e2e7ab4952d1ee
|
||||
checksum: 10c0/860daef1337c96077ba7f2d0238391eb7de24aced5b0f43c699ad4ba683a1a61044dd8d17b86f914be728b97cbb5bbaf2625c2be4e1c0bf685f09432c29624c9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9880,7 +9880,7 @@ __metadata:
|
||||
express-rate-limit: "npm:^7.3.1"
|
||||
express-session: "npm:^1.17.3"
|
||||
faker: "npm:5.5.3"
|
||||
fast-check: "npm:3.19.0"
|
||||
fast-check: "npm:3.20.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