Skip to content

Commit c9b3810

Browse files
chore(deps): update dependency eslint-plugin-jest to v28.12.0 (#789)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://redirect.github.com/jest-community/eslint-plugin-jest) | [`28.11.0` -> `28.12.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/28.11.0/28.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jest/28.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jest/28.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jest/28.11.0/28.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jest/28.11.0/28.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jest-community/eslint-plugin-jest (eslint-plugin-jest)</summary> ### [`v28.12.0`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#28120-2025-05-29) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.11.2...v28.12.0) ##### Features - **no-disabled-tests:** improve error message and simplify rule ([#&#8203;1739](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1739)) ([1fb5a4a](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/1fb5a4acf04de3d8829125593279ee8705f358c7)) #### [28.11.2](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.11.1...v28.11.2) (2025-05-29) ##### Bug Fixes - **no-commented-out-tests:** make message less ambiguous ([#&#8203;1740](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1740)) ([14c27ab](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/14c27ab73fba6ea2b6509d4ede88ecab8a40e2db)) #### [28.11.1](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.11.0...v28.11.1) (2025-05-27) ##### Bug Fixes - **no-large-snapshots:** use a far better message for when an unexpected snapshot is found ([#&#8203;1736](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1736)) ([0f5b873](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/0f5b873edcce08988d1ce51e17eb67c21ddf102d)) ### [`v28.11.2`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#28112-2025-05-29) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.11.1...v28.11.2) ##### Bug Fixes - **no-commented-out-tests:** make message less ambiguous ([#&#8203;1740](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1740)) ([14c27ab](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/14c27ab73fba6ea2b6509d4ede88ecab8a40e2db)) ### [`v28.11.1`](https://redirect.github.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#28111-2025-05-27) [Compare Source](https://redirect.github.com/jest-community/eslint-plugin-jest/compare/v28.11.0...v28.11.1) ##### Bug Fixes - **no-large-snapshots:** use a far better message for when an unexpected snapshot is found ([#&#8203;1736](https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1736)) ([0f5b873](https://redirect.github.com/jest-community/eslint-plugin-jest/commit/0f5b873edcce08988d1ce51e17eb67c21ddf102d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/ScaleLeap/amazon-marketplaces). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 754a4c8 commit c9b3810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-prettier": "10.1.5",
4444
"eslint-import-resolver-typescript": "3.10.1",
4545
"eslint-plugin-eslint-comments": "3.2.0",
46-
"eslint-plugin-jest": "28.11.0",
46+
"eslint-plugin-jest": "28.12.0",
4747
"eslint-plugin-jest-formatting": "3.1.0",
4848
"eslint-plugin-prettier": "5.4.0",
4949
"eslint-plugin-simple-import-sort": "12.1.1",

0 commit comments

Comments
 (0)