mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore(deps): update dependency fast-check to v3.10.0 (#3941)
[![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.9.0` -> `3.10.0`](https://renovatebot.com/diffs/npm/fast-check/3.9.0/3.10.0) | [![age](https://badges.renovateapi.com/packages/npm/fast-check/3.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/fast-check/3.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/fast-check/3.10.0/compatibility-slim/3.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/fast-check/3.10.0/confidence-slim/3.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dubzzz/fast-check</summary> ### [`v3.10.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#​3100) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.9.0...v3.10.0) *New arbitrary generating strings matching the provided regex: `stringMatching`* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.10.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.9.0...v3.10.0)] #### Features - ([PR#​3920](https://togithub.com/dubzzz/fast-check/pull/3920)) Prepare tokenizers for `stringMatching` - ([PR#​3921](https://togithub.com/dubzzz/fast-check/pull/3921)) Introduce `stringMatching` - ([PR#​3924](https://togithub.com/dubzzz/fast-check/pull/3924)) Add support for negate regex - ([PR#​3925](https://togithub.com/dubzzz/fast-check/pull/3925)) Explicit ban of unsupported regex flags in `stringMatching` - ([PR#​3926](https://togithub.com/dubzzz/fast-check/pull/3926)) Add support for capturing regexes - ([PR#​3927](https://togithub.com/dubzzz/fast-check/pull/3927)) Add support for disjunctions in regexes - ([PR#​3928](https://togithub.com/dubzzz/fast-check/pull/3928)) Correctly parse ^ and $ in regex - ([PR#​3929](https://togithub.com/dubzzz/fast-check/pull/3929)) Correctly parse numeric backreference - ([PR#​3930](https://togithub.com/dubzzz/fast-check/pull/3930)) Correctly parse look{ahead,behind} in regexes - ([PR#​3932](https://togithub.com/dubzzz/fast-check/pull/3932)) Support empty disjunctions in regexes - ([PR#​3933](https://togithub.com/dubzzz/fast-check/pull/3933)) Add parsing support for \p and \k - ([PR#​3935](https://togithub.com/dubzzz/fast-check/pull/3935)) Support generation of strings not constrained by ^ or $ - ([PR#​3938](https://togithub.com/dubzzz/fast-check/pull/3938)) Support regex flags: d, m and s - ([PR#​3939](https://togithub.com/dubzzz/fast-check/pull/3939)) Support unicode regexes #### Fixes - ([PR#​3909](https://togithub.com/dubzzz/fast-check/pull/3909)) Clean: Drop bundle centric tests - ([PR#​3902](https://togithub.com/dubzzz/fast-check/pull/3902)) Doc: Release note page for 3.9.0 - ([PR#​3904](https://togithub.com/dubzzz/fast-check/pull/3904)) Doc: Fix typo in What's new 3.9.0 - ([PR#​3910](https://togithub.com/dubzzz/fast-check/pull/3910)) Doc: Lazy load image of sponsors - ([PR#​3911](https://togithub.com/dubzzz/fast-check/pull/3911)) Doc: Add alt labels on feature badges - ([PR#​3912](https://togithub.com/dubzzz/fast-check/pull/3912)) Doc: Stop lazy images in critical viewport - ([PR#​3913](https://togithub.com/dubzzz/fast-check/pull/3913)) Doc: Better a11y on feature badges - ([PR#​3898](https://togithub.com/dubzzz/fast-check/pull/3898)) Script: Run publint in strict mode - ([PR#​3903](https://togithub.com/dubzzz/fast-check/pull/3903)) Test: Rework race conditions specs in tutorial - ([PR#​3931](https://togithub.com/dubzzz/fast-check/pull/3931)) Test: Add some more checks on `stringMatching` - ([PR#​3936](https://togithub.com/dubzzz/fast-check/pull/3936)) Test: Test against more regexes in `stringMatching` - ([PR#​3940](https://togithub.com/dubzzz/fast-check/pull/3940)) Test: Add some more known regexes in our test suite *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b53ef7aed
commit
51ade2f830
@ -201,7 +201,7 @@
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-regexp": "^1.14.0",
|
||||
"faker": "5.5.3",
|
||||
"fast-check": "3.9.0",
|
||||
"fast-check": "3.10.0",
|
||||
"fetch-mock": "9.11.0",
|
||||
"husky": "8.0.3",
|
||||
"jest": "29.5.0",
|
||||
|
@ -3314,10 +3314,10 @@ faker@5.5.3:
|
||||
resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e"
|
||||
integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==
|
||||
|
||||
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==
|
||||
fast-check@3.10.0:
|
||||
version "3.10.0"
|
||||
resolved "https://registry.yarnpkg.com/fast-check/-/fast-check-3.10.0.tgz#dccdf925c123f65910754454118ff3d6461b1733"
|
||||
integrity sha512-I2FldZwnCbcY6iL+H0rp9m4D+O3PotuFu9FasWjMCzUedYHMP89/37JbSt6/n7Yq/IZmJDW0B2h30sPYdzrfzw==
|
||||
dependencies:
|
||||
pure-rand "^6.0.0"
|
||||
|
||||
@ -7551,6 +7551,7 @@ word-wrap@^1.2.3:
|
||||
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
|
||||
|
||||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
||||
name wrap-ansi-cjs
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
||||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
||||
|
Loading…
Reference in New Issue
Block a user