dependabot[bot] opened a new pull request, #2978: URL: https://github.com/apache/tinkerpop/pull/2978
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.5 to 16.2.0. <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>v16.2.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0">16.2.0</a> (2025-01-15)</h1> <h3>Features</h3> <ul> <li>Add support for React error handlers (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1354">#1354</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/9618c5133706ec964f649e60a777cc384db58a3f">9618c51</a>)</li> </ul> <h2>v16.1.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.1.0">16.1.0</a> (2024-12-05)</h1> <h3>Features</h3> <ul> <li>Add support for React 19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1367">#1367</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/85ac2534a59abd38880011e77da4bb8c716eba84">85ac253</a>)</li> </ul> <h2>v16.0.1</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1">16.0.1</a> (2024-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li>Add support for exactOptionalPropertyTypes in TypeScript (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1351">#1351</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/3dcd8a9649e25054c0e650d95fca2317b7008576">3dcd8a9</a>)</li> </ul> <h2>v16.0.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0">16.0.0</a> (2024-06-03)</h1> <h3>Features</h3> <ul> <li>Move <code>@testing-library/dom</code> and <code>@types/react-dom</code> to peer dependencies (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1305">#1305</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636">a4744fa</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><code>@testing-library/dom</code> was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of <code>@testing-library/dom</code> installed that frequently caused bugs when used with <code>@testing-library/user-event</code>. We will also be able to allow new versions of <code>@testing-library/dom</code> being used without a SemVer major release of <code>@testing-library/react</code> by just widening the peer dependency. <code>@types/react-dom</code> needs to be installed if you're typechecking files using <code>@testing-library/react</code>.</li> </ul> <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> <!-- 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/9618c5133706ec964f649e60a777cc384db58a3f"><code>9618c51</code></a> feat: Add support for React error handlers (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1354">#1354</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/eab6e679a30eb87c1019717bb1fe1b57e5207c39"><code>eab6e67</code></a> [ci] Codecov fix follow-up</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/7134e5d7adc9f10b6ddaf6efdca376fac2f0b521"><code>7134e5d</code></a> [ci] Fix codecov action (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1376">#1376</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/85ac2534a59abd38880011e77da4bb8c716eba84"><code>85ac253</code></a> feat: Add support for React 19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1367">#1367</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/3dcd8a9649e25054c0e650d95fca2317b7008576"><code>3dcd8a9</code></a> fix: Add support for exactOptionalPropertyTypes in TypeScript (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1351">#1351</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/7a28fa916891c544746879d5013b3e07c035a4b7"><code>7a28fa9</code></a> Fix React Canary and Experimental tests (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1353">#1353</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636"><code>a4744fa</code></a> feat: Move <code>@testing-library/dom</code> and <code>@types/react-dom</code> to peer dependencie...</li> <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>Additional commits viewable in <a href="https://github.com/testing-library/react-testing-library/compare/v12.1.5...v16.2.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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
