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 994347d chore: bump eslint-plugin-jest from 29.0.1 to 29.9.0 (#357)
994347d is described below
commit 994347d3f3e88e32e04072a5ffa7289e3cc039bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 09:39:23 2025 +0900
chore: bump eslint-plugin-jest from 29.0.1 to 29.9.0 (#357)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 29.0.1 to 29.9.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>v29.9.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.8.0...v29.9.0">29.9.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>no-unnecessary-assertion:</strong> support
<code>toBeNaN</code> too (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1890">#1890</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1dd5e5d685202177aec147111b728dbf91088330">1dd5e5d</a>)</li>
</ul>
<h2>v29.8.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.7.0...v29.8.0">29.8.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>valid-expect-with-promise</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1888">#1888</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/753e5bb70779f4085cd0d4e41d19c86e251d4779">753e5bb</a>)</li>
</ul>
<h2>v29.7.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.6.1...v29.7.0">29.7.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-error-equal</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1886">#1886</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/930edc4e54a67133ce7070f235eb8900aa0610fb">930edc4</a>)</li>
</ul>
<h2>v29.6.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.6.0...v29.6.1">29.6.1</a>
(2025-12-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-unnecessary-assertion:</strong> ignore
<code>resolve</code> and <code>reject</code> chains (for now) (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1887">#1887</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/64a5f0c90a3fce91921826d8495a548cb44d5e35">64a5f0c</a>)</li>
</ul>
<h2>v29.6.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.5.0...v29.6.0">29.6.0</a>
(2025-12-21)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-unnecessary-assertion</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1882">#1882</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/6a7db490886460e2c853c259cd295746180dec5b">6a7db49</a>)</li>
</ul>
<h2>v29.5.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.1...v29.5.0">29.5.0</a>
(2025-12-14)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-unneeded-async-expect-function</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1863">#1863</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/6b8182d7382b68c4bce14b5a9dcd8c6c0dab5aa6">6b8182d</a>)</li>
</ul>
<h2>v29.4.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.0...v29.4.1">29.4.1</a>
(2025-12-14)</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>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.8.0...v29.9.0">29.9.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>no-unnecessary-assertion:</strong> support
<code>toBeNaN</code> too (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1890">#1890</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1dd5e5d685202177aec147111b728dbf91088330">1dd5e5d</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.7.0...v29.8.0">29.8.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>valid-expect-with-promise</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1888">#1888</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/753e5bb70779f4085cd0d4e41d19c86e251d4779">753e5bb</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.6.1...v29.7.0">29.7.0</a>
(2025-12-22)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-error-equal</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1886">#1886</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/930edc4e54a67133ce7070f235eb8900aa0610fb">930edc4</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.6.0...v29.6.1">29.6.1</a>
(2025-12-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-unnecessary-assertion:</strong> ignore
<code>resolve</code> and <code>reject</code> chains (for now) (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1887">#1887</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/64a5f0c90a3fce91921826d8495a548cb44d5e35">64a5f0c</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.5.0...v29.6.0">29.6.0</a>
(2025-12-21)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-unnecessary-assertion</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1882">#1882</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/6a7db490886460e2c853c259cd295746180dec5b">6a7db49</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.1...v29.5.0">29.5.0</a>
(2025-12-14)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>no-unneeded-async-expect-function</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1863">#1863</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/6b8182d7382b68c4bce14b5a9dcd8c6c0dab5aa6">6b8182d</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.4.0...v29.4.1">29.4.1</a>
(2025-12-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-to-have-been-called-times:</strong> actually check
that current matcher is <code>toHaveLength</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1878">#1878</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/341574473a4151f8182e6d6dd41fdd5de6d88058">3415744</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.3.0...v29.4.0">29.4.0</a>
(2025-12-13)</h1>
<!-- 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/a1fb54c3aaf4134e06e9b2b71e3719dc92bdbf15"><code>a1fb54c</code></a>
chore(release): 29.9.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/1dd5e5d685202177aec147111b728dbf91088330"><code>1dd5e5d</code></a>
feat(no-unnecessary-assertion): support <code>toBeNaN</code> too (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1890">#1890</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/08dc6b831dc74c65c51bce52c4af0dab0136bcdf"><code>08dc6b8</code></a>
refactor: deduplicate TypeScript-based code (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1891">#1891</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/fa86f07bb3f234fb851143e6aa45c8aa2aea3ec6"><code>fa86f07</code></a>
chore(release): 29.8.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/753e5bb70779f4085cd0d4e41d19c86e251d4779"><code>753e5bb</code></a>
feat: create new <code>valid-expect-with-promise</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1888">#1888</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/75b9c32e871c83e6cbc0da521b712c816ac74785"><code>75b9c32</code></a>
chore(release): 29.7.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/930edc4e54a67133ce7070f235eb8900aa0610fb"><code>930edc4</code></a>
feat: create new <code>no-error-equal</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1886">#1886</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/a99bb44f6424a76c837ecbcbe2492df2c0ceedf9"><code>a99bb44</code></a>
chore(release): 29.6.1 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/64a5f0c90a3fce91921826d8495a548cb44d5e35"><code>64a5f0c</code></a>
fix(no-unnecessary-assertion): ignore <code>resolve</code> and
<code>reject</code> chains (for now)...</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/0d1b90c96fa9a0b4e00bbca069f35aefa225a269"><code>0d1b90c</code></a>
chore(release): 29.6.0 [skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.0.1...v29.9.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for eslint-plugin-jest since your current
version.</p>
</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 | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index cc19c89..ecbf08c 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"esbuild": "0.27.0",
"esbuild-plugin-alias": "0.2.1",
"eslint": "9.39.1",
- "eslint-plugin-jest": "29.0.1",
+ "eslint-plugin-jest": "29.9.0",
"eslint-plugin-unicorn": "59.0.1",
"glob": "13.0.0",
"google-closure-compiler": "20251001.0.0",
diff --git a/yarn.lock b/yarn.lock
index 815df74..c9307c9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2878,10 +2878,10 @@ 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 "29.0.1"
- resolved
"https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
- integrity
sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
[email protected]:
+ version "29.9.0"
+ resolved
"https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.9.0.tgz#80c3b4a7ef70927016127b5d67792403d1ddfb4d"
+ integrity
sha512-1H2VNoEkJEO3CzfoSvAIBRaiywXmLU7FesYct/yI4YPnzkM91bNFBMVKqNjT2C7mPGvKAkCQV14oi5rgFCqPdQ==
dependencies:
"@typescript-eslint/utils" "^8.0.0"