Commit 2e429b6
build(deps-dev): bump @testing-library/react from 13.4.0 to 15.0.7 (#264)
Bumps
[@testing-library/react](https://github.com/testing-library/react-testing-library)
from 13.4.0 to 15.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/react-testing-library/releases"><code>@testing-library/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.0.7</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7">15.0.7</a>
(2024-05-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure <code>act</code> is not <code>any</code> when
<code>React.act</code> is not declared (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1323">#1323</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/c1f2957a219ec7e6a6159a57c5d0717655c515cd">c1f2957</a>)</li>
</ul>
<h2>v15.0.6</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6">15.0.6</a>
(2024-05-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>export new act when available (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1319">#1319</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9">b6e59f7</a>)</li>
</ul>
<h2>v15.0.5</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5">15.0.5</a>
(2024-04-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Stop restricting <code>container</code> option based on
<code>hydrate</code> (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1313">#1313</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/d143f46b39cbc750630a5cf2863182b4036d35ac">d143f46</a>)</li>
</ul>
<h2>v15.0.4</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4">15.0.4</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure <code>renderHook</code> options extend options for
<code>render</code> (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1308">#1308</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/48282c2f35fb7338834b40983c12b889af35f5d1">48282c2</a>)</li>
</ul>
<h2>v15.0.3</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.3">15.0.3</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Don't raise TypeScript errors when hydating <code>document</code>
(<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1304">#1304</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf">067d0c6</a>)</li>
</ul>
<h2>v15.0.2</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2">15.0.2</a>
(2024-04-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Improve <code>legacyRoot</code> error message (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1301">#1301</a>)
(<a
href="https://github.com/testing-library/react-testing-library/commit/c63b873072d62c858959c2a19e68f8e2cc0b11be">c63b873</a>)</li>
</ul>
<h2>v15.0.1</h2>
<h2><a
href="https://github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1">15.0.1</a>
(2024-04-11)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/c1f2957a219ec7e6a6159a57c5d0717655c515cd"><code>c1f2957</code></a>
fix: Ensure <code>act</code> is not <code>any</code> when
<code>React.act</code> is not declared (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1323">#1323</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9"><code>b6e59f7</code></a>
fix: export new act when available (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/f6a1677501b53471f6a989078726aeb0dea114be"><code>f6a1677</code></a>
chore: Adjust tests to workaround 18.3.0 bug (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1315">#1315</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/d143f46b39cbc750630a5cf2863182b4036d35ac"><code>d143f46</code></a>
fix: Stop restricting <code>container</code> option based on
<code>hydrate</code> (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/48282c2f35fb7338834b40983c12b889af35f5d1"><code>48282c2</code></a>
fix: Ensure <code>renderHook</code> options extend options for
<code>render</code> (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1308">#1308</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf"><code>067d0c6</code></a>
fix: Don't raise TypeScript errors when hydating <code>document</code>
(<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1304">#1304</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/c63b873072d62c858959c2a19e68f8e2cc0b11be"><code>c63b873</code></a>
fix: Improve <code>legacyRoot</code> error message (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1301">#1301</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/1645d21950ab8e3c6740b7e51b8a179a4c975c24"><code>1645d21</code></a>
fix: Stop using nullish coalescing (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1299">#1299</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/787cb85f8baa3d2e2a9916b7dad12c0a76d787a4"><code>787cb85</code></a>
Release: 15.0.0 (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1295">#1295</a>)</li>
<li><a
href="https://github.com/testing-library/react-testing-library/commit/9c4a46d5b9923c21c936d206614a8febcc939fc2"><code>9c4a46d</code></a>
feat: Add support for React 19 Canary (<a
href="https://redirect.github.com/testing-library/react-testing-library/issues/1294">#1294</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/react-testing-library/compare/v13.4.0...v15.0.7">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Louis Chan <[email protected]>1 parent 631e8dd commit 2e429b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments