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/react from 10.4.2 to 10.4.3 (#…
Browse files Browse the repository at this point in the history
…1175)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.2 to 10.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases">@testing-library/react's releases</a>.</em></p>
<blockquote>
<h2>v10.4.3</h2>
<h2><a href="https://github.com/testing-library/react-testing-library/compare/v10.4.2...v10.4.3">10.4.3</a> (2020-06-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cleanup:</strong> Cleanup should flush microtask queue after unmount (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/632">#632</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/aac2e44fc8b970deed16248913582459cf044c64">aac2e44</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/testing-library/react-testing-library/commit/aac2e44fc8b970deed16248913582459cf044c64"><code>aac2e44</code></a> fix(cleanup): Cleanup should flush microtask queue after unmount (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/632">#632</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v10.4.2...v10.4.3">compare view</a></li>
</ul>
</details>
<br />


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

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 25, 2020
2 parents 0b0b41c + 7962cba commit d36001a
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 @@ -2555,9 +2555,9 @@
redent "^3.0.0"

"@testing-library/react@^10.0.1":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.2.tgz#9f1ee0051a516469d4afaf350d2a467ac19cd57f"
integrity sha512-srhsdY+Mq2xhjE/ha8xh0U9YJSCNYbOhzPsUiNvxy4bgltB87PjuxDtkWMWwWJOIkngyJaMgoJuHm13EOq4V0Q==
version "10.4.3"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.3.tgz#c6f356688cffc51f6b35385583d664bb11a161f4"
integrity sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==
dependencies:
"@babel/runtime" "^7.10.3"
"@testing-library/dom" "^7.17.1"
Expand Down

1 comment on commit d36001a

@vercel
Copy link

@vercel vercel bot commented on d36001a Jun 25, 2020

Please sign in to comment.