From c08fbafbaf257454d8b09327d0eccd4b8d2efcd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:14:30 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.22.0 (#8107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fast-check](https://fast-check.dev/) ([source](https://redirect.github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check)) | [`3.21.0` -> `3.22.0`](https://renovatebot.com/diffs/npm/fast-check/3.21.0/3.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.21.0/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.21.0/3.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dubzzz/fast-check (fast-check) ### [`v3.22.0`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3220) [Compare Source](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0) *Graphemes support on `fc.string`* \[[Code](https://redirect.github.com/dubzzz/fast-check/tree/v3.22.0)]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0)] #### Features - ([PR#5222](https://redirect.github.com/dubzzz/fast-check/pull/5222)) Support for grapheme on `fc.string` - ([PR#5233](https://redirect.github.com/dubzzz/fast-check/pull/5233)) Mark as deprecated most of char and string arbitraries - ([PR#5238](https://redirect.github.com/dubzzz/fast-check/pull/5238)) Deprecate `bigInt`'s alternatives #### Fixes - ([PR#5237](https://redirect.github.com/dubzzz/fast-check/pull/5237)) CI: Drop TypeScript rc release channel - ([PR#5241](https://redirect.github.com/dubzzz/fast-check/pull/5241)) CI: Move to changeset - ([PR#5199](https://redirect.github.com/dubzzz/fast-check/pull/5199)) Doc: Publish release note for 3.21.0 - ([PR#5240](https://redirect.github.com/dubzzz/fast-check/pull/5240)) Doc: Better `string`'s deprecation note in documentation - ([PR#5203](https://redirect.github.com/dubzzz/fast-check/pull/5203)) Refactor: Add missing types on exported ***
--- ### 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://mend.io/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 f8f6d1ecf0..7629d1d0bd 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.21.0", + "fast-check": "3.22.0", "fetch-mock": "9.11.0", "husky": "^9.0.11", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index b700697142..15e2e5bf4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4381,12 +4381,12 @@ __metadata: languageName: node linkType: hard -"fast-check@npm:3.21.0": - version: 3.21.0 - resolution: "fast-check@npm:3.21.0" +"fast-check@npm:3.22.0": + version: 3.22.0 + resolution: "fast-check@npm:3.22.0" dependencies: pure-rand: "npm:^6.1.0" - checksum: 10c0/69c31cf27503f19e383fb72e03bdc22c9bc669b55e8e243b3f7ec328ff956787ee49d06239b7ba75250c964c815ff33ff03dfe441bbbf67d97e0f65761efb046 + checksum: 10c0/15c70f83df655f9bdcec4f8ed7e3207a933bf6e22c220a4fafc7ea17a28a009bc5d0a85588689f5726e3514796745cb5b35e7295ce469ac286992548fd55cc1d languageName: node linkType: hard @@ -9939,7 +9939,7 @@ __metadata: express-rate-limit: "npm:^7.3.1" express-session: "npm:^1.17.3" faker: "npm:5.5.3" - fast-check: "npm:3.21.0" + fast-check: "npm:3.22.0" fast-json-patch: "npm:^3.1.0" fetch-mock: "npm:9.11.0" hash-sum: "npm:^2.0.0"