Skip to content

Commit c97e70b

Browse files
Bump eslint-plugin-jest from 28.8.2 to 28.8.3 in the eslint group (#648)
Bumps the eslint group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 28.8.2 to 28.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.8.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a> (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> don't add imports in the middle of statements (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0">9c4197c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a> (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> don't add imports in the middle of statements (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0">9c4197c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/497a5008ff6314511c100430bf728a624b694ab4"><code>497a500</code></a> chore(release): 28.8.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9c4197c91fa96d7991acba8eac4fca909f28f8d0"><code>9c4197c</code></a> fix(prefer-importing-jest-globals): don't add imports in the middle of statem...</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.8.2&new-version=28.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
1 parent bc80ab6 commit c97e70b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/lodash": "^4.17.7",
4848
"@types/node": "^22.5.4",
4949
"eslint": "^8.57.0",
50-
"eslint-plugin-jest": "^28.8.2",
50+
"eslint-plugin-jest": "^28.8.3",
5151
"fast-glob": "^3.3.2",
5252
"husky": "^9.1.5",
5353
"jest": "^29.7.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ __metadata:
838838
ajv: "npm:^8.17.1"
839839
ajv-formats: "npm:^3.0.1"
840840
eslint: "npm:^8.57.0"
841-
eslint-plugin-jest: "npm:^28.8.2"
841+
eslint-plugin-jest: "npm:^28.8.3"
842842
fast-glob: "npm:^3.3.2"
843843
husky: "npm:^9.1.5"
844844
jest: "npm:^29.7.0"
@@ -2477,9 +2477,9 @@ __metadata:
24772477
languageName: node
24782478
linkType: hard
24792479

2480-
"eslint-plugin-jest@npm:^28.8.2":
2481-
version: 28.8.2
2482-
resolution: "eslint-plugin-jest@npm:28.8.2"
2480+
"eslint-plugin-jest@npm:^28.8.3":
2481+
version: 28.8.3
2482+
resolution: "eslint-plugin-jest@npm:28.8.3"
24832483
dependencies:
24842484
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
24852485
peerDependencies:
@@ -2491,7 +2491,7 @@ __metadata:
24912491
optional: true
24922492
jest:
24932493
optional: true
2494-
checksum: c3c8e45cf71bbc06e8f93e01db17dd48e53840804e5e6fa41d198ca2652343c06f865559f5e69f2ee26764bf22b27f0ccb85d28b7783c0ea9ee43ce7cc04be83
2494+
checksum: beacf85c2fbb39ef9b9839472a8a837cdbab6549b29abaff8999034ac41021e1f06d1779db3ea9d0f966be52e5daeacfd05c239d686370d8b8cb9c68d60e59b6
24952495
languageName: node
24962496
linkType: hard
24972497

0 commit comments

Comments
 (0)