Commit e8224fc
authored
MINOR: [JS] Bump eslint-plugin-jest from 28.5.0 to 28.9.0 in /js (#44837)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.5.0 to 28.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>v28.9.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0">28.9.0</a> (2024-11-05)</h1>
<h3>Features</h3>
<ul>
<li>add TypeScript types (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1ce12588e7081558bd727dfe10428aed08080167">1ce1258</a>)</li>
</ul>
<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>
<h2>v28.8.2</h2>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a> (2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting import specifiers for no reason (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8">0660242</a>)</li>
</ul>
<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>
<h2>v28.8.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a> (2024-08-07)</h1>
<h3>Features</h3>
<ul>
<li>import formatting rules from <code>eslint-plugin-jest-formatting</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74">74078ee</a>)</li>
</ul>
<h2>v28.7.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1>
<h3>Features</h3>
<ul>
<li>allow <code>[@ typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li>
</ul>
<h2>v28.6.0</h2>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0">28.6.0</a> (2024-06-06)</h1>
</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/v28.8.3...v28.9.0">28.9.0</a> (2024-11-05)</h1>
<h3>Features</h3>
<ul>
<li>add TypeScript types (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1ce12588e7081558bd727dfe10428aed08080167">1ce1258</a>)</li>
</ul>
<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>
<h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a> (2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting import specifiers for no reason (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8">0660242</a>)</li>
</ul>
<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>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a> (2024-08-07)</h1>
<h3>Features</h3>
<ul>
<li>import formatting rules from <code>eslint-plugin-jest-formatting</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/74078ee13dd7c7d257d514809dadc5593a214e74">74078ee</a>)</li>
</ul>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a> (2024-08-03)</h1>
<h3>Features</h3>
<ul>
<li>allow <code>[@ typescript-eslint](https://github.com/typescript-eslint)</code> v8 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/fb43171a150922524744194e023841af12b3f76b">fb43171</a>)</li>
</ul>
<h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0">28.6.0</a> (2024-06-06)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-jest-mocked:</strong> add new rule (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1599">#1599</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4b6a4f29c51ccc2dbb79a2f24d4a5cecd8195a8b">4b6a4f2</a>)</li>
<li><strong>valid-expect:</strong> supporting automatically fixing adding async in some cases (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1579">#1579</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/5b9b47e3822e7895f8d74d73b0e07e3eff406523">5b9b47e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/49f307967a273b755fdb72ab75ee043be215bc08"><code>49f3079</code></a> chore(release): 28.9.0 [skip ci]</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1ce12588e7081558bd727dfe10428aed08080167"><code>1ce1258</code></a> feat: add TypeScript types (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6f8ff4db73137a5505589246876c295a50da4a9d"><code>6f8ff4d</code></a> chore: switch to v16 of <code>@ types/node</code> (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1668">#1668</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2a121743f52813b0bbd41e0b8ab2b5e7d71bd2b3"><code>2a12174</code></a> chore(deps): lock file maintenance</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/04044b96b4040bcfc674652d6196e15f0cd150e8"><code>04044b9</code></a> docs: include both flat and legacy config examples in usage section (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1664">#1664</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d93221073311521d12933d3d52187b85bfccc7f0"><code>d932210</code></a> chore(deps): lock file maintenance</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/28c0f6de7ccdb6ec9a9ff850bc347453d83a6685"><code>28c0f6d</code></a> chore(deps): update yarn to v3.8.6 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1657">#1657</a>)</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/89c39e0dd1d2529f6a7a1d8d06423ed448d3f67d"><code>89c39e0</code></a> chore(deps): lock file maintenance</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0ff404c7349ca44f64973830742f4cded3e2c609"><code>0ff404c</code></a> chore(deps): lock file maintenance</li>
<li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3888beea7b0db48e017d3e696fca8b8aef988dea"><code>3888bee</code></a> chore(deps): lock file maintenance</li>
<li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.9.0">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>
Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>1 parent 8d85d38 commit e8224fc
2 files changed
+58
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1473 | 1473 | | |
1474 | 1474 | | |
1475 | 1475 | | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
1476 | 1484 | | |
1477 | 1485 | | |
1478 | 1486 | | |
| |||
1493 | 1501 | | |
1494 | 1502 | | |
1495 | 1503 | | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
1496 | 1509 | | |
1497 | 1510 | | |
1498 | 1511 | | |
| |||
1521 | 1534 | | |
1522 | 1535 | | |
1523 | 1536 | | |
1524 | | - | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
1525 | 1552 | | |
1526 | 1553 | | |
1527 | 1554 | | |
| |||
1531 | 1558 | | |
1532 | 1559 | | |
1533 | 1560 | | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
1534 | 1571 | | |
1535 | 1572 | | |
1536 | 1573 | | |
| |||
1547 | 1584 | | |
1548 | 1585 | | |
1549 | 1586 | | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
1550 | 1595 | | |
1551 | 1596 | | |
1552 | 1597 | | |
| |||
3028 | 3073 | | |
3029 | 3074 | | |
3030 | 3075 | | |
3031 | | - | |
3032 | | - | |
3033 | | - | |
3034 | | - | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
3035 | 3080 | | |
3036 | | - | |
| 3081 | + | |
3037 | 3082 | | |
3038 | 3083 | | |
3039 | 3084 | | |
| |||
3078 | 3123 | | |
3079 | 3124 | | |
3080 | 3125 | | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
3081 | 3131 | | |
3082 | 3132 | | |
3083 | 3133 | | |
| |||
3312 | 3362 | | |
3313 | 3363 | | |
3314 | 3364 | | |
3315 | | - | |
| 3365 | + | |
3316 | 3366 | | |
3317 | 3367 | | |
3318 | 3368 | | |
| |||
0 commit comments