Closed renovate[bot] closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.02%. Comparing base (
e59a842
) to head (fd4a8a0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 28.x
releases. But if you manually upgrade to 28.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
27.9.0
->28.3.0
Release Notes
jest-community/eslint-plugin-jest (eslint-plugin-jest)
### [`v28.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2830-2024-04-27) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.2.0...v28.3.0) ##### Features - prefer importing jest globals for specific types ([#1568](https://togithub.com/jest-community/eslint-plugin-jest/issues/1568)) ([c464ae3](https://togithub.com/jest-community/eslint-plugin-jest/commit/c464ae311b81f005af29df610d4032519125bafa)) ### [`v28.2.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2820-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.1...v28.2.0) ##### Features - support providing aliases for `@jest/globals` package ([#1543](https://togithub.com/jest-community/eslint-plugin-jest/issues/1543)) ([744d4f6](https://togithub.com/jest-community/eslint-plugin-jest/commit/744d4f6fa5685e0c87062cc867ecadbad9b2e06c)) #### [28.1.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1) (2024-04-06) ##### Bug Fixes - **max-expects:** properly reset counter when exiting a test case ([#1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550)) ([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b)) ### [`v28.1.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2811-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.1.0...v28.1.1) ##### Bug Fixes - **max-expects:** properly reset counter when exiting a test case ([#1550](https://togithub.com/jest-community/eslint-plugin-jest/issues/1550)) ([b4b7cbc](https://togithub.com/jest-community/eslint-plugin-jest/commit/b4b7cbc6195b47ba032fcf9ef1443de6b851d42b)) ### [`v28.1.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2810-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.0.0...v28.1.0) ##### Features - add `prefer-importing-jest-globals` rule ([#1490](https://togithub.com/jest-community/eslint-plugin-jest/issues/1490)) ([37478d8](https://togithub.com/jest-community/eslint-plugin-jest/commit/37478d860eb15841f2ab73bb3fb6d94f51841638)), closes [#1101](https://togithub.com/jest-community/eslint-plugin-jest/issues/1101) ### [`v28.0.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2800-2024-04-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.0.0) ##### Bug Fixes - allow ESLint 9 as peer dependency ([#1547](https://togithub.com/jest-community/eslint-plugin-jest/issues/1547)) ([3c5e167](https://togithub.com/jest-community/eslint-plugin-jest/commit/3c5e1673afd02dc2c9b90d259c0452326715ae6c)) - drop support for Node 19 ([#1548](https://togithub.com/jest-community/eslint-plugin-jest/issues/1548)) ([c87e388](https://togithub.com/jest-community/eslint-plugin-jest/commit/c87e3887e736c40d1460af9cdbdffe30f79fdaea)) - **no-large-snapshots:** avoid `instanceof RegExp` check for ESLint v9 compatibility ([#1542](https://togithub.com/jest-community/eslint-plugin-jest/issues/1542)) ([af4a9c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/af4a9c94d624b5db4643c994f5bec96b0cb889b8)) ##### Features - drop support for `@typescript-eslint/eslint-plugin` v5 ([#1530](https://togithub.com/jest-community/eslint-plugin-jest/issues/1530)) ([150e355](https://togithub.com/jest-community/eslint-plugin-jest/commit/150e3558a637b49ddd76d362f88332b30f78dc5c)) - drop support for Node v14 ([#1527](https://togithub.com/jest-community/eslint-plugin-jest/issues/1527)) ([df5e580](https://togithub.com/jest-community/eslint-plugin-jest/commit/df5e58081d1bd15fbed8bd22f6c03d5f350d73b6)) - remove `no-if` rule ([#1528](https://togithub.com/jest-community/eslint-plugin-jest/issues/1528)) ([f976fc8](https://togithub.com/jest-community/eslint-plugin-jest/commit/f976fc8c71fc5e9f55cd5ae09092f15ee277fd2c)) - remove `snapshot` processor and `flat/snapshot` config ([#1532](https://togithub.com/jest-community/eslint-plugin-jest/issues/1532)) ([98087f9](https://togithub.com/jest-community/eslint-plugin-jest/commit/98087f9bb27082f9fbda59a56c65536fb9d8a0dc)) - upgrade `@typescript-eslint/utils` to v6 ([#1508](https://togithub.com/jest-community/eslint-plugin-jest/issues/1508)) ([dc6e8cd](https://togithub.com/jest-community/eslint-plugin-jest/commit/dc6e8cd249817de585b50e473c2146e1542dd146)) ##### BREAKING CHANGES - Node v19 is no longer supported - removed unneeded `snapshot` processor and `flat/snapshot` config - dropped support for `@typescript-eslint/eslint-plugin` v5 - dropped support for Node v14 - removed `no-if` in favor of `no-conditional-in-test`Configuration
📅 Schedule: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» 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.
This PR has been generated by Mend Renovate. View repository job log here.