Skip to content

Commit 04c8cbb

Browse files
Bump eslint-plugin-jest from 28.8.0 to 28.8.1 in the eslint group (#641)
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.0 to 28.8.1 <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.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a> (2024-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb">307f6a7</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.0...v28.8.1">28.8.1</a> (2024-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb">307f6a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1df45e9dcb16edc4d78b24fe5544a5fa8d3aca3c"><code>1df45e9</code></a> chore(release): 28.8.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb"><code>307f6a7</code></a> fix(prefer-importing-jest-globals): support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/267702dc6a1cb7c0524b53de5498599341d00032"><code>267702d</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f969f92a0a3b72df5f87d898d9e3249474fcf8e5"><code>f969f92</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f5f3e991cbc473133797f1b0697f61518fffa217"><code>f5f3e99</code></a> chore(deps): lock file maintenance</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">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.0&new-version=28.8.1)](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 5e453e5 commit 04c8cbb

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.1",
4949
"eslint": "^8.57.0",
50-
"eslint-plugin-jest": "^28.8.0",
50+
"eslint-plugin-jest": "^28.8.1",
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.0"
841+
eslint-plugin-jest: "npm:^28.8.1"
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.0":
2481-
version: 28.8.0
2482-
resolution: "eslint-plugin-jest@npm:28.8.0"
2480+
"eslint-plugin-jest@npm:^28.8.1":
2481+
version: 28.8.1
2482+
resolution: "eslint-plugin-jest@npm:28.8.1"
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: cb702701c20224d813b7d7515ed3fe4562b92cd4233db356b0948e0765a382a9887ae7dfd13191c2cabecbb4a6cbbd141f309618830b251c8f86a7f950e7f50b
2494+
checksum: 340f5021e7eadfc6f3c1ad9378fafb9b1ead10f07636ba2e9d5ec0abd2f2604b4bc301cbb9658f84534962244958ac6a037bf8a6bd64e341542e3c5dccc2bc95
24952495
languageName: node
24962496
linkType: hard
24972497

0 commit comments

Comments
 (0)