Skip to content

Commit

Permalink
chore(deps): update dependency fast-check to v3.9.0 (#3884)
Browse files Browse the repository at this point in the history
[![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.2` ->
`3.9.0`](https://renovatebot.com/diffs/npm/fast-check/3.8.2/3.9.0) |
[![age](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/compatibility-slim/3.8.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.9.0/confidence-slim/3.8.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dubzzz/fast-check</summary>

###
[`v3.9.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;390)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.3...v3.9.0)

*Finer definition of `act` to detect race conditions*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.9.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.3...v3.9.0)]

#### Features

- ([PR#&#8203;3889](https://togithub.com/dubzzz/fast-check/pull/3889))
Add ability to customize `act` per call
- ([PR#&#8203;3890](https://togithub.com/dubzzz/fast-check/pull/3890))
Add ability to customize `act` per wait

#### Fixes

- ([PR#&#8203;3892](https://togithub.com/dubzzz/fast-check/pull/3892))
Bug: Cap timeout values to 0x7fff_ffff

***

###
[`v3.8.3`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#&#8203;383)

[Compare
Source](https://togithub.com/dubzzz/fast-check/compare/v3.8.2...v3.8.3)

*Ensure scheduled models can wait everything needed*

\[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.8.3)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.8.2...v3.8.3)]

#### Fixes

- ([PR#&#8203;3887](https://togithub.com/dubzzz/fast-check/pull/3887))
Bug: Always schedule models until the end
- ([PR#&#8203;3880](https://togithub.com/dubzzz/fast-check/pull/3880))
CI: Stabilize tests on `jsonValue`
- ([PR#&#8203;3876](https://togithub.com/dubzzz/fast-check/pull/3876))
Clean: Drop legacy documentation
- ([PR#&#8203;3875](https://togithub.com/dubzzz/fast-check/pull/3875))
Doc: First blog post on docusaurus switch

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 8b91459 commit a4aa262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -200,7 +200,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-regexp": "^1.14.0",
"faker": "5.5.3",
"fast-check": "3.8.2",
"fast-check": "3.9.0",
"fetch-mock": "9.11.0",
"husky": "8.0.3",
"jest": "29.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3288,10 +3288,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.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.8.2.tgz#d0e4dce696e0c5b8b0b7aa3c5d5793bfac0bdfd5"
integrity sha512-XTSDfHc8DO+Ssai70MzTEXAo9pOBXM7SqJ9JiOIFwl4cqmTNKr473j4rBxi/RpXVWlPnXckZR1kXs8lPYTQ4rw==
fast-check@3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.9.0.tgz#5cb36d3b68e906c16691730c88a8cc66a7b9f8bf"
integrity sha512-5vBtAK9lt7eQ/g18iBHETnbRK0jskxISmdlkp0Lz9JghEg+TqDL1q26xiK3jQzW5D27Q0V88NeZwkoIi52Qqcw==
dependencies:
pure-rand "^6.0.0"

Expand Down

0 comments on commit a4aa262

Please sign in to comment.