Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): Bump @testing-library/jest-dom from 5.10.0 to 5.10.1 (
Browse files Browse the repository at this point in the history
…#1138)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.10.0 to 5.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases">@testing-library/jest-dom's releases</a>.</em></p>
<blockquote>
<h2>v5.10.1</h2>
<h2><a href="https://github.com/testing-library/jest-dom/compare/v5.10.0...v5.10.1">5.10.1</a> (2020-06-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>element not allowed to be disabled being returned as disabled (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/261">#261</a>) (<a href="https://github.com/testing-library/jest-dom/commit/5e392226d34b2318f21a4f5ffcfd8c9a16d6377b">5e39222</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/testing-library/jest-dom/commit/5e392226d34b2318f21a4f5ffcfd8c9a16d6377b"><code>5e39222</code></a> fix: element not allowed to be disabled being returned as disabled (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/261">#261</a>)</li>
<li><a href="https://github.com/testing-library/jest-dom/commit/f8d3095137f89b654a91683a2c7390695c7d6997"><code>f8d3095</code></a> docs: add missilev as a contributor (<a href="https://github-redirect.dependabot.com/testing-library/jest-dom/issues/260">#260</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v5.10.0...v5.10.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.10.0&new-version=5.10.1)](https://dependabot.com/compatibility-score/?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.10.0&new-version=5.10.1)

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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
kodiakhq[bot] authored Jun 15, 2020
2 parents efeff8e + 59fdab2 commit 6d9dbad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2347,9 +2347,9 @@
pretty-format "^25.5.0"

"@testing-library/jest-dom@^5.0.2":
version "5.10.0"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.10.0.tgz#6fc80de4760995b3b4281d2f3214e6bb95dd0754"
integrity sha512-t6e6Y6cu9cnTRwgNzgGtMn+bluLa/JkQ8j876g0XoZ6QKK/VBPPAIJ2PVWK4pjTD3U/BROP0o29cMwpZHcqltA==
version "5.10.1"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.10.1.tgz#6508a9f007bd74e5d3c0b3135b668027ab663989"
integrity sha512-uv9lLAnEFRzwUTN/y9lVVXVXlEzazDkelJtM5u92PsGkEasmdI+sfzhZHxSDzlhZVTrlLfuMh2safMr8YmzXLg==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"
Expand Down

1 comment on commit 6d9dbad

@vercel
Copy link

@vercel vercel bot commented on 6d9dbad Jun 15, 2020

Please sign in to comment.