This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 714c4e3 chore: bump eslint-plugin-jest from 28.9.0 to 29.0.1 (#178)
714c4e3 is described below
commit 714c4e337050735e97b619eb6d69cfa47dcef48a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 24 10:53:56 2025 +0900
chore: bump eslint-plugin-jest from 28.9.0 to 29.0.1 (#178)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.9.0 to 29.0.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>v29.0.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.0.0...v29.0.1">29.0.1</a>
(2025-06-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update semantic-release config so new v29 major is marked as latest
on <code>npm</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1772">#1772</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/531c8ba10afb993886a49c893d5250c13c329df1">531c8ba</a>)</li>
</ul>
<h2>v29.0.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.0">29.0.0</a>
(2025-06-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove <code>jest/no-alias-methods</code> from <code>styles</code>
config (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/d3bf1dcec9322304a37fe45e6a5cdeee7775c543">d3bf1dc</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v6 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/fe61a409d41ef4e7ab8137b8b3d3f66cee6d40a6">fe61a40</a>)</li>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v7 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/5ca65d3f941e5c0684876c20f251e2d467fc5a15">5ca65d3</a>)</li>
<li>drop support for ESLint v7 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/b06e7d000fd730c24c7eb7a21d34e5cf92b30835">b06e7d0</a>)</li>
<li>drop support for ESLint v8.x prior to v8.57.0 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/d79765af01e67db6646d3416cbf26df6bab414e7">d79765a</a>)</li>
<li>drop support for Node v16 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/aaf62cd0da1ada072101d4d84b6a66a35d82425c">aaf62cd</a>)</li>
<li>drop support for Node v18 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/598880c4cb26eed177d1efdf3f8d4293956b58ac">598880c</a>)</li>
<li>drop support for Node v20.x prior to v20.12.0 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/2f2fb68db315388230fe5bcefbcafcc2716e07e4">2f2fb68</a>)</li>
<li>drop support for Node v21 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/a366393fb38a55c91d0200791315e727fcfe3e90">a366393</a>)</li>
<li>drop support for Node v23 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1fb1a6747ed0f15ce4532624715c2b2a079e18f2">1fb1a67</a>)</li>
<li><strong>unbound-method:</strong> remove
<code>docs.recommended</code> and <code>docs.requiresTypeChecking</code>
properties (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/945651c36c471f424b743f0aae3ccca6271f21ba">945651c</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>dropped support for ESLint v8.x prior to v8.57.0</li>
<li>dropped support for Node v20.x prior to v20.12.0</li>
<li>dropped support for Node v23</li>
<li>dropped support for Node v18</li>
<li><strong>unbound-method:</strong> removed <code>docs.recommend</code>
and <code>docs.requiresTypeChecking</code> from
<code>unbound-method</code></li>
<li>dropped support for <code>@typescript-eslint</code> v7</li>
<li>dropped support for <code>@typescript-eslint</code> v6</li>
<li><code>jest/no-alias-methods</code> has been removed from the
<code>styles</code> config as its already in
the <code>recommended</code> config</li>
<li>dropped support for ESLint v7</li>
<li>dropped support for Node v21</li>
<li>dropped support for Node v16</li>
</ul>
<h2>v28.14.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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/v29.0.0...v29.0.1">29.0.1</a>
(2025-06-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update semantic-release config so new v29 major is marked as latest
on <code>npm</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1772">#1772</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/531c8ba10afb993886a49c893d5250c13c329df1">531c8ba</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.0">29.0.0</a>
(2025-06-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove <code>jest/no-alias-methods</code> from <code>styles</code>
config (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/d3bf1dcec9322304a37fe45e6a5cdeee7775c543">d3bf1dc</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v6 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/fe61a409d41ef4e7ab8137b8b3d3f66cee6d40a6">fe61a40</a>)</li>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v7 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/5ca65d3f941e5c0684876c20f251e2d467fc5a15">5ca65d3</a>)</li>
<li>drop support for ESLint v7 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/b06e7d000fd730c24c7eb7a21d34e5cf92b30835">b06e7d0</a>)</li>
<li>drop support for ESLint v8.x prior to v8.57.0 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/d79765af01e67db6646d3416cbf26df6bab414e7">d79765a</a>)</li>
<li>drop support for Node v16 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/aaf62cd0da1ada072101d4d84b6a66a35d82425c">aaf62cd</a>)</li>
<li>drop support for Node v18 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/598880c4cb26eed177d1efdf3f8d4293956b58ac">598880c</a>)</li>
<li>drop support for Node v20.x prior to v20.12.0 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/2f2fb68db315388230fe5bcefbcafcc2716e07e4">2f2fb68</a>)</li>
<li>drop support for Node v21 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/a366393fb38a55c91d0200791315e727fcfe3e90">a366393</a>)</li>
<li>drop support for Node v23 (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1fb1a6747ed0f15ce4532624715c2b2a079e18f2">1fb1a67</a>)</li>
<li><strong>unbound-method:</strong> remove
<code>docs.recommended</code> and <code>docs.requiresTypeChecking</code>
properties (<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/945651c36c471f424b743f0aae3ccca6271f21ba">945651c</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>dropped support for ESLint v8.x prior to v8.57.0</li>
<li>dropped support for Node v20.x prior to v20.12.0</li>
<li>dropped support for Node v23</li>
<li>dropped support for Node v18</li>
<li><strong>unbound-method:</strong> removed <code>docs.recommend</code>
and <code>docs.requiresTypeChecking</code> from
<code>unbound-method</code></li>
<li>dropped support for <code>@typescript-eslint</code> v7</li>
<li>dropped support for <code>@typescript-eslint</code> v6</li>
<li><code>jest/no-alias-methods</code> has been removed from the
<code>styles</code> config as its already in
the <code>recommended</code> config</li>
<li>dropped support for ESLint v7</li>
<li>dropped support for Node v21</li>
<li>dropped support for Node v16</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/0206a8aaa1f8bc31a5bec051cb6c51d043637566"><code>0206a8a</code></a>
chore(release): 29.0.1 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1a9d310c9d108c9f129b07b32b25ebac0add1725"><code>1a9d310</code></a>
docs: remove duplicate changelog entry (again) (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1774">#1774</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/f3deac14f34d490ef3d048326286f710bc2df97f"><code>f3deac1</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/6eade92f0486a0e8ce5716e58f9537bfe90137a1"><code>6eade92</code></a>
docs: remove duplicate changelog entry (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1773">#1773</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/5b4cb543748d7f074e34d962d7273fa00225af72"><code>5b4cb54</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/531c8ba10afb993886a49c893d5250c13c329df1"><code>531c8ba</code></a>
fix: update semantic-release config so new v29 major is marked as latest
on `...</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/fc41e8d7854bd5e9cebedbdc36cfa425d6bc914b"><code>fc41e8d</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/d4caa67c799ecbadec60e0fa006bbd151d427999"><code>d4caa67</code></a>
refactor: remove ESLint context fallbacks</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/854cef4735520ada9de2e1e3e9a4edbce2332b59"><code>854cef4</code></a>
feat: drop support for ESLint v8.x prior to v8.57.0</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/83c130b7634a30318a32dd968f89e84ea384124b"><code>83c130b</code></a>
feat: drop support for Node v20.x prior to v20.12.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.9.0...v29.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
yarn.lock | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 68 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index da0323a..6e3e745 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"esbuild": "0.25.5",
"esbuild-plugin-alias": "0.2.1",
"eslint": "9.29.0",
- "eslint-plugin-jest": "28.9.0",
+ "eslint-plugin-jest": "29.0.1",
"eslint-plugin-unicorn": "59.0.1",
"glob": "11.0.3",
"google-closure-compiler": "20250619.0.0",
diff --git a/yarn.lock b/yarn.lock
index a5548eb..3b95396 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1481,6 +1481,15 @@
"@typescript-eslint/types" "^8.33.1"
debug "^4.3.4"
+"@typescript-eslint/[email protected]":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b"
+ integrity
sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==
+ dependencies:
+ "@typescript-eslint/tsconfig-utils" "^8.35.0"
+ "@typescript-eslint/types" "^8.35.0"
+ debug "^4.3.4"
+
"@typescript-eslint/[email protected]":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73"
@@ -1489,11 +1498,24 @@
"@typescript-eslint/types" "8.33.1"
"@typescript-eslint/visitor-keys" "8.33.1"
+"@typescript-eslint/[email protected]":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
+ integrity
sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==
+ dependencies:
+ "@typescript-eslint/types" "8.35.0"
+ "@typescript-eslint/visitor-keys" "8.35.0"
+
"@typescript-eslint/[email protected]",
"@typescript-eslint/tsconfig-utils@^8.33.1":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
integrity
sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
+"@typescript-eslint/[email protected]",
"@typescript-eslint/tsconfig-utils@^8.35.0":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
+ integrity
sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
+
"@typescript-eslint/[email protected]":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa"
@@ -1509,6 +1531,11 @@
resolved
"https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
integrity
sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
+"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.35.0":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
+ integrity
sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
+
"@typescript-eslint/[email protected]":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
@@ -1525,7 +1552,23 @@
semver "^7.6.0"
ts-api-utils "^2.1.0"
-"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0
|| ^8.0.0":
+"@typescript-eslint/[email protected]":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
+ integrity
sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==
+ dependencies:
+ "@typescript-eslint/project-service" "8.35.0"
+ "@typescript-eslint/tsconfig-utils" "8.35.0"
+ "@typescript-eslint/types" "8.35.0"
+ "@typescript-eslint/visitor-keys" "8.35.0"
+ debug "^4.3.4"
+ fast-glob "^3.3.2"
+ is-glob "^4.0.3"
+ minimatch "^9.0.4"
+ semver "^7.6.0"
+ ts-api-utils "^2.1.0"
+
+"@typescript-eslint/[email protected]":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96"
integrity
sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ==
@@ -1535,6 +1578,16 @@
"@typescript-eslint/types" "8.33.1"
"@typescript-eslint/typescript-estree" "8.33.1"
+"@typescript-eslint/utils@^8.0.0":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5"
+ integrity
sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==
+ dependencies:
+ "@eslint-community/eslint-utils" "^4.7.0"
+ "@typescript-eslint/scope-manager" "8.35.0"
+ "@typescript-eslint/types" "8.35.0"
+ "@typescript-eslint/typescript-estree" "8.35.0"
+
"@typescript-eslint/[email protected]":
version "8.33.1"
resolved
"https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
@@ -1543,6 +1596,14 @@
"@typescript-eslint/types" "8.33.1"
eslint-visitor-keys "^4.2.0"
+"@typescript-eslint/[email protected]":
+ version "8.35.0"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"
+ integrity
sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==
+ dependencies:
+ "@typescript-eslint/types" "8.35.0"
+ eslint-visitor-keys "^4.2.1"
+
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
version "1.14.1"
resolved
"https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -2966,12 +3027,12 @@ escape-string-regexp@^4.0.0:
resolved
"https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity
sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
[email protected]:
- version "28.9.0"
- resolved
"https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243"
- integrity
sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==
[email protected]:
+ version "29.0.1"
+ resolved
"https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
+ integrity
sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
dependencies:
- "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "@typescript-eslint/utils" "^8.0.0"
[email protected]:
version "59.0.1"