Skip to content

Commit 20c448b

Browse files
chore(deps): update dependency @fast-check/jest to v2 (#891)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@fast-check/jest](https://togithub.com/dubzzz/fast-check/tree/main/packages/jest#readme) ([source](https://togithub.com/dubzzz/fast-check/tree/HEAD/packages/jest)) | devDependencies | major | [`1.8.2` -> `2.0.2`](https://renovatebot.com/diffs/npm/@fast-check%2fjest/1.8.2/2.0.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/dubzzz/fast-check/badge)](https://securityscorecards.dev/viewer/?uri=github.com/dubzzz/fast-check) | --- ### Release Notes <details> <summary>dubzzz/fast-check (@&#8203;fast-check/jest)</summary> ### [`v2.0.2`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/jest/CHANGELOG.md#202) *Export missing types* \[[Code](https://togithub.com/dubzzz/fast-check/tree/jest%2Fv2.0.2)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/jest%2Fv2.0.1...jest%2Fv2.0.2)] #### Fixes - ([PR#5201](https://togithub.com/dubzzz/fast-check/pull/5201)) Refactor: Add missing types on exported ### [`v2.0.1`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/jest/CHANGELOG.md#201) *Document minimum requirements of 2.x* \[[Code](https://togithub.com/dubzzz/fast-check/tree/jest%2Fv2.0.1)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/jest%2Fv2.0.0...jest%2Fv2.0.1)] #### Fixes - ([PR#5171](https://togithub.com/dubzzz/fast-check/pull/5171)) Doc: Document minimum requirements of 2.x ### [`v2.0.0`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/jest/CHANGELOG.md#200) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v1.8.2...v2.0.0) *ES Module version by default* \[[Code](https://togithub.com/dubzzz/fast-check/tree/jest%2Fv2.0.0)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/jest%2Fv1.8.2...jest%2Fv2.0.0)] #### Breaking changes - ([PR#5166](https://togithub.com/dubzzz/fast-check/pull/5166)) Drop deprecated `{it,test}Prop` - ([PR#5165](https://togithub.com/dubzzz/fast-check/pull/5165)) CI: Move build chain to ESM #### Fixes - ([PR#5167](https://togithub.com/dubzzz/fast-check/pull/5167)) CI: Migrate jest to esm </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kelektiv/node-cron). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 066612e commit 20c448b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@commitlint/cli": "18.6.1",
31-
"@fast-check/jest": "1.8.2",
31+
"@fast-check/jest": "2.0.2",
3232
"@insurgent/commitlint-config": "19.0.0",
3333
"@insurgent/conventional-changelog-preset": "9.0.1",
3434
"@semantic-release/changelog": "6.0.3",

0 commit comments

Comments
 (0)