Skip to content

Commit

Permalink
bump(deps): update dependency jest-extended to v3.1.0 (#10)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jest-extended](https://togithub.com/jest-community/jest-extended) |
[`3.0.2` ->
`3.1.0`](https://renovatebot.com/diffs/npm/jest-extended/3.0.2/3.1.0) |
[![age](https://badges.renovateapi.com/packages/npm/jest-extended/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/jest-extended/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/jest-extended/3.1.0/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/jest-extended/3.1.0/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jest-community/jest-extended</summary>

###
[`v3.1.0`](https://togithub.com/jest-community/jest-extended/releases/tag/v3.1.0)

[Compare
Source](https://togithub.com/jest-community/jest-extended/compare/v3.0.2...v3.1.0)

#### What's Changed

- Add toHaveBeenCalledOnceWith matcher by
[@&#8203;thibautsabot](https://togithub.com/thibautsabot) in
[jest-community/jest-extended#430
- docs: mention `eslint-plugin-jest-extended` in README by
[@&#8203;G-Rath](https://togithub.com/G-Rath) in
[jest-community/jest-extended#493
- Update jest monorepo to v29 (major) by
[@&#8203;renovate](https://togithub.com/renovate) in
[jest-community/jest-extended#495

#### New Contributors

- [@&#8203;thibautsabot](https://togithub.com/thibautsabot) made their
first contribution in
[jest-community/jest-extended#430

**Full Changelog**:
jest-community/jest-extended@v3.0.2...v3.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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, click
this checkbox.

---

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/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwNC41In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 18, 2022
1 parent e1d88a7 commit c5d8862
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/sticky-jest/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@types/jest": "^28.1.8",
"jest": "28.1.3",
"jest-extended": "3.0.2",
"jest-extended": "3.1.0",
"ts-jest": "28.0.8",
"wait-for-expect": "^3.0.2"
}
Expand Down
48 changes: 42 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit c5d8862

Please sign in to comment.