Skip to content

Commit

Permalink
Bump eslint-plugin-jest-dom from 4.0.1 to 5.1.0 (sergiodxa#238)
Browse files Browse the repository at this point in the history
Bumps
[eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom)
from 4.0.1 to 5.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-jest-dom/releases">eslint-plugin-jest-dom's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.2...v5.1.0">5.1.0</a>
(2023-08-26)</h1>
<h3>Features</h3>
<ul>
<li>make <code>@testing-library/dom</code> dependency optional (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/319">#319</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/88e8bb0b64b0c61678cbd7de34b24c5e21766e26">88e8bb0</a>)</li>
</ul>
<h2>v5.0.2</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.1...v5.0.2">5.0.2</a>
(2023-08-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-in-document:</strong> false positive on
.toHaveLength(1) matcher with <em>AllBy</em> query (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/311">#311</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/a7ee93c71c97310dc078470aa3bbd4fb60e9d514">a7ee93c</a>)</li>
</ul>
<h2>v5.0.1</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.0...v5.0.1">5.0.1</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>getQueryNodeFrom:</strong> move <code>Identifier</code> type
checks to <code>getInnerNodeFrom</code> (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/255">#255</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/96c364abfcbd440a673edac407db55f9db0afa31">96c364a</a>)</li>
<li><strong>prefer-to-have-style:</strong> do not offer invalid autofix
for computed accessors (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/306">#306</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/b38b8ea22d331d2ae42bde12c13c4f1ea74c7545">b38b8ea</a>)</li>
</ul>
<h2>v5.0.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.3...v5.0.0">5.0.0</a>
(2023-06-04)</h1>
<h3>Features</h3>
<ul>
<li>make <code>@testing-library/dom</code> a peer dependency (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/304">#304</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/7b34cbf00643f20a228ea0bcb15958405487ae17">7b34cbf</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Requires <code>@​testing-library/dom</code>@^8.0.0 || ^9.0.0</li>
</ul>
<h2>v4.0.3</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.2...v4.0.3">4.0.3</a>
(2022-11-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-in-document:</strong> handle
<code>toHaveLength</code> without any arguments and with trailing commas
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/276">#276</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/5ab24d98407ab024b28a9d618e45569c45ee295a">5ab24d9</a>)</li>
</ul>
<h2>v4.0.2</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.1...v4.0.2">4.0.2</a>
(2022-05-21)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/88e8bb0b64b0c61678cbd7de34b24c5e21766e26"><code>88e8bb0</code></a>
feat: make <code>@testing-library/dom</code> dependency optional (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/319">#319</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/a7ee93c71c97310dc078470aa3bbd4fb60e9d514"><code>a7ee93c</code></a>
fix(prefer-in-document): false positive on .toHaveLength(1) matcher with
*All...</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/c7ccdea27d2c6a3a1900e766f709859fdf643a2f"><code>c7ccdea</code></a>
chore(deps-dev): bump typescript from 4.9.5 to 5.1.3 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/303">#303</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/67385aeab30f7553be4d4c961432c7e6bedf0ae4"><code>67385ae</code></a>
test: remove unneeded arrays (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/307">#307</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/0672f7c42e308c684df9cb4f20ab116fd13de8a9"><code>0672f7c</code></a>
chore: sort peer dependencies (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/308">#308</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/b38b8ea22d331d2ae42bde12c13c4f1ea74c7545"><code>b38b8ea</code></a>
fix(prefer-to-have-style): do not offer invalid autofix for computed
accessor...</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/96c364abfcbd440a673edac407db55f9db0afa31"><code>96c364a</code></a>
fix(getQueryNodeFrom): move <code>Identifier</code> type checks to
<code>getInnerNodeFrom</code> (#...</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/48fce31f8fbb48c0a50e748228055ec3a23b5022"><code>48fce31</code></a>
chore: update <code>@testing-library/dom</code> version in
<code>devDependencies</code></li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/ea827e7fc7693c84423d2c35bb9b7105e039182c"><code>ea827e7</code></a>
chore: add <code>@testing-library/dom</code> to
<code>devDependencies</code> (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/305">#305</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/7b34cbf00643f20a228ea0bcb15958405487ae17"><code>7b34cbf</code></a>
feat: make <code>@testing-library/dom</code> a peer dependency (<a
href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/304">#304</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.1...v5.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest-dom&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=5.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent af60f13 commit 12f1cb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down

0 comments on commit 12f1cb1

Please sign in to comment.