Skip to content

Commit

Permalink
build(deps): update dependency eslint-plugin-jest to v28.6.0 (#9520)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest)
| [`28.3.0` ->
`28.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/28.3.0/28.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/28.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jest/28.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jest/28.3.0/28.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jest/28.3.0/28.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jest-community/eslint-plugin-jest
(eslint-plugin-jest)</summary>

###
[`v28.6.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2860-2024-06-06)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0)

##### Features

- **prefer-jest-mocked:** add new rule
([#&#8203;1599](https://togithub.com/jest-community/eslint-plugin-jest/issues/1599))
([4b6a4f2](https://togithub.com/jest-community/eslint-plugin-jest/commit/4b6a4f29c51ccc2dbb79a2f24d4a5cecd8195a8b))
- **valid-expect:** supporting automatically fixing adding async in some
cases
([#&#8203;1579](https://togithub.com/jest-community/eslint-plugin-jest/issues/1579))
([5b9b47e](https://togithub.com/jest-community/eslint-plugin-jest/commit/5b9b47e3822e7895f8d74d73b0e07e3eff406523))

###
[`v28.5.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2850-2024-05-03)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.4.0...v28.5.0)

##### Features

- allow `@typescript-eslint/utils` v7 as a direct dependency
([#&#8203;1567](https://togithub.com/jest-community/eslint-plugin-jest/issues/1567))
([1476f10](https://togithub.com/jest-community/eslint-plugin-jest/commit/1476f10d39ce78fe5675b8b2c9d7095573eceb6b))

###
[`v28.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2840-2024-05-03)

[Compare
Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.3.0...v28.4.0)

##### Features

- **valid-expect:** supporting automatically fixing missing `await` in
some cases
([#&#8203;1574](https://togithub.com/jest-community/eslint-plugin-jest/issues/1574))
([a407098](https://togithub.com/jest-community/eslint-plugin-jest/commit/a40709833cd12a87b746ddf2e26a10af838bca0a))

</details>

---

- [X] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent de0eb2e commit 26be088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 150 deletions.
154 changes: 5 additions & 149 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 @@ -85,7 +85,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
Expand Down

0 comments on commit 26be088

Please sign in to comment.