Skip to content

Commit

Permalink
chore(deps): update dependency @fast-check/jest to v2 (#891)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 066612e commit 20c448b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@fast-check/jest": "1.8.2",
"@fast-check/jest": "2.0.2",
"@insurgent/commitlint-config": "19.0.0",
"@insurgent/conventional-changelog-preset": "9.0.1",
"@semantic-release/changelog": "6.0.3",
Expand Down

0 comments on commit 20c448b

Please sign in to comment.