From f86d1ff13df75d61b4df2c6f2b807fb5b208d225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 02:15:41 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.8.0 (#3599) 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://togithub.com/dubzzz/fast-check) | [`3.6.3` -> `3.8.0`](https://renovatebot.com/diffs/npm/fast-check/3.6.3/3.8.0) | [![age](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/compatibility-slim/3.6.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.8.0/confidence-slim/3.6.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dubzzz/fast-check ### [`v3.8.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​380) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0) *Introduce new `gen` arbitrary* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.1...v3.8.0)] #### Features - ([PR#​3395](https://togithub.com/dubzzz/fast-check/pull/3395)) Introduce new `gen` arbitrary #### Fixes - ([PR#​3706](https://togithub.com/dubzzz/fast-check/pull/3706)) Doc: Document newly added `fc.gen()` *** ### [`v3.7.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​371) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1) *Safer declaration of types in package.json* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.1)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.7.0...v3.7.1)] #### Fixes - ([PR#​3671](https://togithub.com/dubzzz/fast-check/pull/3671)) Bug: Declare types field first in exports - ([PR#​3646](https://togithub.com/dubzzz/fast-check/pull/3646)) Doc: Fix a typo in Runners.md ### [`v3.7.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​370) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0) *Better error reports without duplicated messages* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.7.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.6.3...v3.7.0)] #### Features - ([PR#​3638](https://togithub.com/dubzzz/fast-check/pull/3638)) Stop repeating the error twice in reports #### Fixes - ([PR#​3637](https://togithub.com/dubzzz/fast-check/pull/3637)) CI: Update ts-jest configuration files ***
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 04aa8f6772..a197f908e9 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-regexp": "^1.14.0", "faker": "5.5.3", - "fast-check": "3.6.3", + "fast-check": "3.8.0", "fetch-mock": "9.11.0", "husky": "8.0.3", "jest": "29.4.3", diff --git a/yarn.lock b/yarn.lock index 24e040b5c4..e5b605336c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3236,10 +3236,10 @@ faker@5.5.3: resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== -fast-check@3.6.3: - version "3.6.3" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.6.3.tgz#9adb8161390c4a6a84c0f3ed333b15e1c7292f8a" - integrity sha512-5+ovrjQLUa+F9RbRcW7A++K+olKy2mNgYNfFmXSzQOAQ/Fuit12F1UI8z5Bic9YgRkUAQqXSkFUAAs7xohbvvg== +fast-check@3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.0.tgz#43a6367db76c2bc1a1976e9898e1e6a4acfbac26" + integrity sha512-Mz6k/+bton0iMXdIaqG/ow81oUCYxIDtmGUvf1Q/9O5QhiLI6T9JaCNEr4Y6LfMOpY/jBUfo8hK+3qd5sGfTfw== dependencies: pure-rand "^6.0.0"