Skip to content

Commit 8484acb

Browse files
Bump eslint-plugin-jest from 28.13.5 to 28.14.0 in the eslint group (#798)
Bumps the eslint group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 28.13.5 to 28.14.0 <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.14.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.5...v28.14.0">28.14.0</a> (2025-06-15)</h1> <h3>Features</h3> <ul> <li><strong>unbound-method:</strong> mark <code>docs.recommended</code> and <code>docs.requiresTypeChecking</code> as deprecated (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1762">#1762</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/30440ef7509ee565690507c003da9bccf574b4bf">30440ef</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> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.5...v28.14.0">28.14.0</a> (2025-06-15)</h1> <h3>Features</h3> <ul> <li><strong>unbound-method:</strong> mark <code>docs.recommended</code> and <code>docs.requiresTypeChecking</code> as deprecated (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1762">#1762</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/30440ef7509ee565690507c003da9bccf574b4bf">30440ef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f0b407131b4ef57ac778f286a2ab3432cf940435"><code>f0b4071</code></a> chore(release): 28.14.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/30440ef7509ee565690507c003da9bccf574b4bf"><code>30440ef</code></a> feat(unbound-method): mark <code>docs.recommended</code> and <code>docs.requiresTypeChecking</code>...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/51d39cc82c03a87e36900183337043bc4fd5786f"><code>51d39cc</code></a> chore: use <code>@typescript-eslint</code> v8 in development (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1757">#1757</a>)</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.5...v28.14.0">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.13.5&new-version=28.14.0)](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 a1e5ba8 commit 8484acb

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.17",
4848
"@types/node": "^24.0.1",
4949
"eslint": "^8.57.1",
50-
"eslint-plugin-jest": "^28.13.5",
50+
"eslint-plugin-jest": "^28.14.0",
5151
"fast-glob": "^3.3.3",
5252
"husky": "^9.1.7",
5353
"jest": "^30.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ __metadata:
947947
ajv: "npm:^8.17.1"
948948
ajv-formats: "npm:^3.0.1"
949949
eslint: "npm:^8.57.1"
950-
eslint-plugin-jest: "npm:^28.13.5"
950+
eslint-plugin-jest: "npm:^28.14.0"
951951
fast-glob: "npm:^3.3.3"
952952
husky: "npm:^9.1.7"
953953
jest: "npm:^30.0.0"
@@ -2718,9 +2718,9 @@ __metadata:
27182718
languageName: node
27192719
linkType: hard
27202720

2721-
"eslint-plugin-jest@npm:^28.13.5":
2722-
version: 28.13.5
2723-
resolution: "eslint-plugin-jest@npm:28.13.5"
2721+
"eslint-plugin-jest@npm:^28.14.0":
2722+
version: 28.14.0
2723+
resolution: "eslint-plugin-jest@npm:28.14.0"
27242724
dependencies:
27252725
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
27262726
peerDependencies:
@@ -2732,7 +2732,7 @@ __metadata:
27322732
optional: true
27332733
jest:
27342734
optional: true
2735-
checksum: 7fcf1d73f04e839b54c6803e3b16dd118a85b5cc56fa7338041b27329382887b00218dc3b70dd88de73a86c169d69c56d3fafa4e04379684dc0939303c3e6908
2735+
checksum: da9c99dd8a1a80aa0c126ff4558882451dcee61b7e4c88e2407ac27d0c86fad2951384a4b037748e26f8743890b4628c6917b0760b01b7017c53fb29768584bc
27362736
languageName: node
27372737
linkType: hard
27382738

0 commit comments

Comments
 (0)