From 3e424ec20d06f7eabf614c71d0b318f68a8a9fac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:01:32 +0000 Subject: [PATCH] chore(deps): update dependency fast-check to v3.23.1 (#8747) 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.22.0` -> `3.23.1`](https://renovatebot.com/diffs/npm/fast-check/3.22.0/3.23.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-check/3.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-check/3.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-check/3.22.0/3.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-check/3.22.0/3.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dubzzz/fast-check (fast-check) ### [`v3.23.1`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3231) [Compare Source](https://redirect.github.com/dubzzz/fast-check/compare/v3.23.0...v3.23.1) *Faster instantiation of internet-related arbitraries* \[[Code](https://redirect.github.com/dubzzz/fast-check/tree/v3.23.1)]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/v3.23.0...v3.23.1)] #### Fixes - ([PR#5402](https://redirect.github.com/dubzzz/fast-check/pull/5402)) Performance: Faster instantiation of internet-related arbitraries ### [`v3.23.0`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#3230) [Compare Source](https://redirect.github.com/dubzzz/fast-check/compare/v3.22.0...v3.23.0) *Extend usages of string-units and increased performance* \[[Code](https://redirect.github.com/dubzzz/fast-check/tree/v3.23.0)]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/v3.22.0...v3.23.0)] #### Features - ([PR#5366](https://redirect.github.com/dubzzz/fast-check/pull/5366)) Add support for string-`unit` on `object`/`anything` arbitrary - ([PR#5367](https://redirect.github.com/dubzzz/fast-check/pull/5367)) Add support for string-`unit` on `json` arbitrary - ([PR#5390](https://redirect.github.com/dubzzz/fast-check/pull/5390)) Add back strong unmapping capabilities to `string` #### Fixes - ([PR#5327](https://redirect.github.com/dubzzz/fast-check/pull/5327)) Bug: Resist even more to external poisoning for `string` - ([PR#5368](https://redirect.github.com/dubzzz/fast-check/pull/5368)) Bug: Better support for poisoning on `stringMatching` - ([PR#5344](https://redirect.github.com/dubzzz/fast-check/pull/5344)) CI: Adapt some tests for Node v23 - ([PR#5346](https://redirect.github.com/dubzzz/fast-check/pull/5346)) CI: Drop usages of `it.concurrent` due to Node 23 failing - ([PR#5363](https://redirect.github.com/dubzzz/fast-check/pull/5363)) CI: Move to Vitest for `examples/` - ([PR#5391](https://redirect.github.com/dubzzz/fast-check/pull/5391)) CI: Preview builds using `pkg.pr.new` - ([PR#5392](https://redirect.github.com/dubzzz/fast-check/pull/5392)) CI: Connect custom templates to `pkg.pr.new` previews - ([PR#5394](https://redirect.github.com/dubzzz/fast-check/pull/5394)) CI: Install dependencies before building changesets - ([PR#5396](https://redirect.github.com/dubzzz/fast-check/pull/5396)) CI: Proper commit name on changelogs - ([PR#5393](https://redirect.github.com/dubzzz/fast-check/pull/5393)) Clean: Drop unused `examples/jest.setup.js` - ([PR#5249](https://redirect.github.com/dubzzz/fast-check/pull/5249)) Doc: Release note for fast-check 3.22.0 - ([PR#5369](https://redirect.github.com/dubzzz/fast-check/pull/5369)) Doc: Typo fix in model-based-testing.md - ([PR#5370](https://redirect.github.com/dubzzz/fast-check/pull/5370)) Doc: Add new contributor jamesbvaughan - ([PR#5383](https://redirect.github.com/dubzzz/fast-check/pull/5383)) Doc: Properly indent code snippets for the documentation - ([PR#5372](https://redirect.github.com/dubzzz/fast-check/pull/5372)) Performance: Faster `canShrinkWithoutContext` for constants - ([PR#5386](https://redirect.github.com/dubzzz/fast-check/pull/5386)) Performance: Faster generate process for `mapToConstant` - ([PR#5387](https://redirect.github.com/dubzzz/fast-check/pull/5387)) Performance: Faster tokenizer of strings - ([PR#5388](https://redirect.github.com/dubzzz/fast-check/pull/5388)) Performance: Faster initialization of `string` with faster slices - ([PR#5389](https://redirect.github.com/dubzzz/fast-check/pull/5389)) Performance: Faster initialization of `string` with pre-cached slices - ([PR#5371](https://redirect.github.com/dubzzz/fast-check/pull/5371)) Test: Add extra set of tests for `constant*` ***
--- ### 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 is behind base branch, 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 60f1ce89da4e..978c3ad0ca0f 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "coveralls": "3.1.1", "del-cli": "5.1.0", "faker": "5.5.3", - "fast-check": "3.22.0", + "fast-check": "3.23.1", "fetch-mock": "^11.1.3", "husky": "^9.0.11", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index af5756ebcf33..76afa308dc33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4221,12 +4221,12 @@ __metadata: languageName: node linkType: hard -"fast-check@npm:3.22.0": - version: 3.22.0 - resolution: "fast-check@npm:3.22.0" +"fast-check@npm:3.23.1": + version: 3.23.1 + resolution: "fast-check@npm:3.23.1" dependencies: pure-rand: "npm:^6.1.0" - checksum: 10c0/15c70f83df655f9bdcec4f8ed7e3207a933bf6e22c220a4fafc7ea17a28a009bc5d0a85588689f5726e3514796745cb5b35e7295ce469ac286992548fd55cc1d + checksum: 10c0/d61ee4a7a2e1abc5126bf2f1894413f532f686b3d1fc15c67fefb60dcca66024934b69a6454d3eba92e6568ac1abbb9882080e212d255865c3b3bbe52c5bf702 languageName: node linkType: hard @@ -9360,7 +9360,7 @@ __metadata: express-rate-limit: "npm:^7.3.1" express-session: "npm:^1.17.3" faker: "npm:5.5.3" - fast-check: "npm:3.22.0" + fast-check: "npm:3.23.1" fast-json-patch: "npm:^3.1.0" fetch-mock: "npm:^11.1.3" hash-sum: "npm:^2.0.0"