From c2870b6fc379f9c348df7f87c0a4f7d9f94cd4e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 16:30:48 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.8.2 (#3850) 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.8.1` -> `3.8.2`](https://renovatebot.com/diffs/npm/fast-check/3.8.1/3.8.2) | [![age](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/compatibility-slim/3.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.8.2/confidence-slim/3.8.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dubzzz/fast-check ### [`v3.8.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​382) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.1...v3.8.2) *Rework documentation* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.2)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.1...v3.8.2)] #### Fixes - ([PR#​3780](https://togithub.com/dubzzz/fast-check/pull/3780)) CI: Do not relaunch build on new tag - ([PR#​3792](https://togithub.com/dubzzz/fast-check/pull/3792)) CI: Remove parse5 when checking types - ([PR#​3804](https://togithub.com/dubzzz/fast-check/pull/3804)) CI: Build documentation with LFS enabled - ([PR#​3800](https://togithub.com/dubzzz/fast-check/pull/3800)) Doc: Add "advanced" part of the documentation - ([PR#​3803](https://togithub.com/dubzzz/fast-check/pull/3803)) Doc: Update our-first-property-based-test.md: typo, punctuation - ([PR#​3828](https://togithub.com/dubzzz/fast-check/pull/3828)) Doc: Fix typos in docs - ([PR#​3820](https://togithub.com/dubzzz/fast-check/pull/3820)) Doc: First iteration on race conditions tutorial - ([PR#​3834](https://togithub.com/dubzzz/fast-check/pull/3834)) Doc: Rework intro of race condition tutorial - ([PR#​3836](https://togithub.com/dubzzz/fast-check/pull/3836)) Doc: Merge category and intro for race condition - ([PR#​3837](https://togithub.com/dubzzz/fast-check/pull/3837)) Doc: Replace categories by real pages - ([PR#​3838](https://togithub.com/dubzzz/fast-check/pull/3838)) Doc: Add video explaining race condition in UI - ([PR#​3842](https://togithub.com/dubzzz/fast-check/pull/3842)) Doc: Note about solving race conditions - ([PR#​3843](https://togithub.com/dubzzz/fast-check/pull/3843)) Doc: Better colors for dark theme - ([PR#​3850](https://togithub.com/dubzzz/fast-check/pull/3850)) Doc: Points to projects in our ecosystem - ([PR#​3852](https://togithub.com/dubzzz/fast-check/pull/3852)) Doc: List some bugs found thanks to fast-check - ([PR#​3860](https://togithub.com/dubzzz/fast-check/pull/3860)) Doc: Use GitHub logo instead of label - ([PR#​3858](https://togithub.com/dubzzz/fast-check/pull/3858)) Doc: Rework homepage page of fast-check.dev - ([PR#​3863](https://togithub.com/dubzzz/fast-check/pull/3863)) Doc: Rework display of the homepage for small screens - ([PR#​3864](https://togithub.com/dubzzz/fast-check/pull/3864)) Doc: Properly display the quick nav buttons - ([PR#​3871](https://togithub.com/dubzzz/fast-check/pull/3871)) Doc: Update all links to new documentation - ([PR#​3867](https://togithub.com/dubzzz/fast-check/pull/3867)) Doc: Create proper images in website/ - ([PR#​3872](https://togithub.com/dubzzz/fast-check/pull/3872)) Doc: Reference image from LFS in README - ([PR#​3835](https://togithub.com/dubzzz/fast-check/pull/3835)) Test: Add tests for snippets in the website
--- ### 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 c6cef3c8c0..b7aca5a494 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-regexp": "^1.14.0", "faker": "5.5.3", - "fast-check": "3.8.1", + "fast-check": "3.8.2", "fetch-mock": "9.11.0", "husky": "8.0.3", "jest": "29.5.0", diff --git a/yarn.lock b/yarn.lock index 2e6fdb8fab..b0c064810c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3272,10 +3272,10 @@ faker@5.5.3: resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== -fast-check@3.8.1: - version "3.8.1" - resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.1.tgz#804db0496e16bd0c4a27d3cba23bb2114b512ba3" - integrity sha512-WRll9CUIz6jWKgByFlHT2M/1BY3F7lewKl5BBIz5VHAy7B8y5iklK9rVm922kx+0x1hJqdkffuTs008xfIgytQ== +fast-check@3.8.2: + version "3.8.2" + resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.2.tgz#d0e4dce696e0c5b8b0b7aa3c5d5793bfac0bdfd5" + integrity sha512-XTSDfHc8DO+Ssai70MzTEXAo9pOBXM7SqJ9JiOIFwl4cqmTNKr473j4rBxi/RpXVWlPnXckZR1kXs8lPYTQ4rw== dependencies: pure-rand "^6.0.0"