Commit d5c68ea
authored
chore(deps): update dependency eslint-plugin-jest to v28 (#938)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest)
| [`^27.6.3` ->
`^28.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/27.9.0/28.5.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>jest-community/eslint-plugin-jest
(eslint-plugin-jest)</summary>
###
[`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
([#​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
([#​1574](https://togithub.com/jest-community/eslint-plugin-jest/issues/1574))
([a407098](https://togithub.com/jest-community/eslint-plugin-jest/commit/a40709833cd12a87b746ddf2e26a10af838bca0a))
###
[`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`
</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, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/js-sdk).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 93101db commit d5c68ea
2 files changed
+11
-146
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments