dependabot[bot] opened a new pull request #1488:
URL: https://github.com/apache/qpid-dispatch/pull/1488


   Bumps 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 from 5.2.0 to 6.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/releases";>react-router-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.1</h2>
   <p>This release updates the internal <code>history</code> dependency to 
<code>5.2.0</code>.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/remix-run/react-router/compare/v6.2.0...v6.2.1";>https://github.com/remix-run/react-router/compare/v6.2.0...v6.2.1</a></p>
   <h2>v6.2.0</h2>
   <h2>🐛 Bug fixes</h2>
   <ul>
   <li>Fixed the <code>RouteProps</code> <code>element</code> type, which 
should be a <code>ReactNode</code> (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8473";>#8473</a>)</li>
   <li>Fixed a bug with <code>useOutlet</code> for top-level routes (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8483";>#8483</a>)</li>
   </ul>
   <h2>✨ Features</h2>
   <ul>
   <li>We now use statically analyzable CJS exports. This enables named imports 
in Node ESM scripts (<a 
href="https://github.com/remix-run/react-router/commit/29c7fc8b5f853b0b06ecd0f5682a9bbe6eca0715";>See
 the commit</a>).</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/thisiskartik";><code>@​thisiskartik</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8487";>remix-run/react-router#8487</a></li>
   <li><a 
href="https://github.com/vijaypushkin";><code>@​vijaypushkin</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8491";>remix-run/react-router#8491</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/remix-run/react-router/compare/v6.1.1...v6.2.0";>https://github.com/remix-run/react-router/compare/v6.1.1...v6.2.0</a></p>
   <h2>v6.1.1</h2>
   <p>In v6.1.0 we inadvertently shipped a new, undocumented API that will 
likely introduce bugs (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/7586";>#7586</a>).
 We have flagged <code>HistoryRouter</code> as 
<code>unstable_HistoryRouter</code>, as this API will likely need to change 
before a new major release.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/remix-run/react-router/compare/v6.1.0...v6.1.1";>https://github.com/remix-run/react-router/compare/v6.1.0...v6.1.1</a></p>
   <h2>v6.1.0</h2>
   <h2>🐛 Bug fixes</h2>
   <ul>
   <li>Fixed a bug that broke support for base64 encoded IDs on nested routes 
(<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8291";>#8291</a>)</li>
   </ul>
   <h2>✨ Features</h2>
   <ul>
   <li><code>&lt;Outlet&gt;</code> can now receive a <code>context</code> prop. 
This value is passed to child routes and is accessible via the new 
<code>useOutletContext</code> hook. See <a 
href="https://reactrouter.com/docs/en/v6/api#useoutletcontext";>the API docs</a> 
for details. (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8461";>#8461</a>)</li>
   <li><code>&lt;NavLink&gt;</code> can now receive a child function for access 
to its props. (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8164";>#8164</a>)</li>
   </ul>
   <h2>💅 Enhancements</h2>
   <ul>
   <li>Improved TypeScript signature for <code>useMatch</code> and 
<code>matchPath</code>. For example, when you call 
<code>useMatch(&quot;foo/:bar/:baz&quot;)</code>, the path is parsed and the 
return type will be <code>PathMatch&lt;&quot;bar&quot; | 
&quot;baz&quot;&gt;</code>. (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8030";>#8030</a>)</li>
   <li>A few error message improvements (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8202";>#8202</a>)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/rwieruch";><code>@​rwieruch</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8244";>remix-run/react-router#8244</a></li>
   <li><a href="https://github.com/codeiotic";><code>@​codeiotic</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8247";>remix-run/react-router#8247</a></li>
   <li><a href="https://github.com/Sannnao";><code>@​Sannnao</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8263";>remix-run/react-router#8263</a></li>
   <li><a href="https://github.com/mattmazzola";><code>@​mattmazzola</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8255";>remix-run/react-router#8255</a></li>
   <li><a href="https://github.com/ngokevin";><code>@​ngokevin</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8267";>remix-run/react-router#8267</a></li>
   <li><a href="https://github.com/TimisRobert";><code>@​TimisRobert</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8269";>remix-run/react-router#8269</a></li>
   <li><a href="https://github.com/mikeldking";><code>@​mikeldking</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8279";>remix-run/react-router#8279</a></li>
   <li><a href="https://github.com/fishmandev";><code>@​fishmandev</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8289";>remix-run/react-router#8289</a></li>
   <li><a href="https://github.com/rjerue";><code>@​rjerue</code></a> made their 
first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8304";>remix-run/react-router#8304</a></li>
   <li><a 
href="https://github.com/rockingskier";><code>@​rockingskier</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8314";>remix-run/react-router#8314</a></li>
   <li><a href="https://github.com/arinthros";><code>@​arinthros</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8337";>remix-run/react-router#8337</a></li>
   <li><a href="https://github.com/noisypigeon";><code>@​noisypigeon</code></a> 
made their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8361";>remix-run/react-router#8361</a></li>
   <li><a href="https://github.com/elylucas";><code>@​elylucas</code></a> made 
their first contribution in <a 
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8368";>remix-run/react-router#8368</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/commit/9cc42139acd0317a5bfc8ad7aa2dd8e6d573505a";><code>9cc4213</code></a>
 Version 6.2.1</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/11a3068f66985e6790acfc9880d2fa96ba7b4f47";><code>11a3068</code></a>
 chore: bump history dep</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/f16c5490dfa75f15dcfb86d2a981a7c58a9d1a33";><code>f16c549</code></a>
 Version 6.2.0</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/29c7fc8b5f853b0b06ecd0f5682a9bbe6eca0715";><code>29c7fc8</code></a>
 fix: Use statically analyzable CJS exports</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/cc433e017864592e58fb21bb7d51ee4a21aaf5f3";><code>cc433e0</code></a>
 Version 6.1.1</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/8e3fdb5263e5341b0912824582557d4febbc2e2c";><code>8e3fdb5</code></a>
 chore: comments</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/746a61449cea1d2522b2a9b164d4421f1a0b7dd9";><code>746a614</code></a>
 fix: flag <code>HistoryRouter</code> as unstable</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/f9098955066fbdadad14da9d7296f7bb60e2009e";><code>f909895</code></a>
 Version 6.1.0</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/17f8e8e977110e0f2e3b9fac0310ad2b16bb5de0";><code>17f8e8e</code></a>
 Use <code>Pick</code> instead of <code>Omit</code> (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8374";>#8374</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/75f8e2d3fbc5e7e8dd114ceeaaa625405acb61c6";><code>75f8e2d</code></a>
 feat: Allow NavLink to receive a children function (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8164";>#8164</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/remix-run/react-router/commits/v6.2.1/packages/react-router-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router-dom&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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)
   
   
   </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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to