From d33a9729b51c8385e5c440f4562e01030e895f63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:13:08 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.20.0 (#7764) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
dubzzz/fast-check (fast-check) ### [`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 ***
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 120119a6ad..2cabf2a0d3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 7810714b23..3a4e63f2cc 100644 --- a/yarn.lock +++ b/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"