dependabot[bot] opened a new pull request, #1641:
URL: https://github.com/apache/camel-karavan/pull/1641

   Bumps 
[react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router)
 to 7.18.2 and updates ancestor dependency 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).
 These dependencies need to be updated together.
   
   Updates `react-router` from 7.13.1 to 7.18.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/releases";>react-router's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.18.2</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7182";>https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7182</a></p>
   <h2>v7.18.1</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7181";>https://github.com/remix-run/react-router/blob/v7/CHANGELOG.md#v7181</a></p>
   <h2>v7.18.0</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7180";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7180</a></p>
   <h2>v7.17.0</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7170";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7170</a></p>
   <h2>v7.16.0</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7160";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7160</a></p>
   <h2>v7.15.1</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7151";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7151</a></p>
   <h2>v7.15.0</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7150";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7150</a></p>
   <h2>v7.14.2</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142</a></p>
   <h2>v7.14.1</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141</a></p>
   <h2>v7.14.0</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140</a></p>
   <h2>v7.13.2</h2>
   <p>See the changelog for release notes: <a 
href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132";>https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router/CHANGELOG.md";>react-router's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.18.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Harden RSC CSRF codepaths. (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15353";>#15353</a>)</li>
   </ul>
   <h2>v7.18.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><em>No changes</em></li>
   </ul>
   <h2>v7.18.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Fix server handler prerender responses when using <code>ssr: 
false</code> and <code>future.v8_trailingSlashAwareDataRequests: true</code>. 
Avoids false positive &quot;SPA Mode&quot; detection when serving prerendered 
paths (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15173";>#15173</a>)</li>
   <li>Use the <code>ServerRouter</code> nonce for nonce-aware SSR components 
when they don't provide their own value so strict CSP pages can load them. (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15170";>#15170</a>)</li>
   <li>Use <code>turbo-stream</code> to serialize and deserialize Framework 
Mode hydration errors (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15175";>#15175</a>)</li>
   <li>Precompute route branch matchers to avoid recompiling route path regexes 
during matching (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15186";>#15186</a>)</li>
   <li>Use the constructed request URL host when validating action request 
origins. (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15185";>#15185</a>)</li>
   <li>Remove the un-documented custom error serialization logic from Data Mode 
SSR built-in hydration flows (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15175";>#15175</a>)</li>
   <li>Validate protocols in RSC render redirects (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15177";>#15177</a>)</li>
   <li>Consolidate url normalization logic and better handle mixed slashes (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15176";>#15176</a>)</li>
   </ul>
   <h2>v7.17.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>Ship a subset of the official documentation inside the 
<code>react-router</code> package (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15121";>#15121</a>)
   <ul>
   <li>Markdown docs are now available in 
<code>node_modules/react-router/docs</code>, letting AI coding agents and the 
React Router agent skills read official docs locally</li>
   <li>Excludes auto-generated API docs (<code>api/</code>), 
<code>community/</code> content, and tutorials (<code>tutorials/</code>)</li>
   </ul>
   </li>
   </ul>
   <h2>v7.16.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>Stabilize <code>future.unstable_trailingSlashAwareDataRequests</code> as 
<code>future.v8_trailingSlashAwareDataRequests</code> (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15098";>#15098</a>)</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Disable manifest path when lazy route dicovery is disabled (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15068";>#15068</a>)</p>
   </li>
   <li>
   <p>Fix browser URL creation to use the configured history window instead of 
the global window. (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15066";>#15066</a>)</p>
   <ul>
   <li>Pass the history/router window through to 
<code>createBrowserURLImpl</code> so custom window contexts keep the correct 
URL origin.</li>
   </ul>
   </li>
   <li>
   <p>Fix <code>useNavigation()</code> return type to preserve discriminated 
union across navigation states (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15095";>#15095</a>)</p>
   </li>
   <li>
   <p>Widen <code>MetaDescriptor</code> <code>script:ld+json</code> type from 
<code>LdJsonObject</code> to <code>LdJsonObject | LdJsonObject[]</code> to 
permit multiple JSON-LD schemas in a single <code>&lt;script 
type=&quot;application/ld+json&quot;&gt;</code> tag emitted by <code>&lt;Meta 
/&gt;</code> (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15082";>#15082</a>)</p>
   </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/69a653ee6ab1ac95b13c917ec56c5f3dc17ca9c1";><code>69a653e</code></a>
 Release v7.18.2 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15354";>#15354</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/8ebd5df9932854547963e3255c8454e62430e05d";><code>8ebd5df</code></a>
 Harden RSC CSRF codepaths (backport of <a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15311";>#15311</a>)
 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15353";>#15353</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/afdf85d3c15448a41017514caca2aca038d3e9ca";><code>afdf85d</code></a>
 Release v7.18.1 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15253";>#15253</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/6fb1e79f8304eddd8b78759edea83cb32389ebf5";><code>6fb1e79</code></a>
 Release v7.18.0 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15187";>#15187</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/09e6020d1950e54f361f7ad00938ecd4dde60929";><code>09e6020</code></a>
 Optimize route matching internals (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15186";>#15186</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/5b57f5f371595ad97ac91cca389c5adc08ddcc3a";><code>5b57f5f</code></a>
 Request Host derivation + CSRF check simplifications (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15185";>#15185</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/ce596e823f0d7b883a433af1d5a839a8b9fe0242";><code>ce596e8</code></a>
 Validate RSC redirect protocols (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15177";>#15177</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/1cebd2a823bb232ad74dcb2d970f750070b2bebe";><code>1cebd2a</code></a>
 chore: format</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/9d22943fd46c8ae4b08236425fa3549e10e9ad1a";><code>9d22943</code></a>
 Use turbo stream for framework hydration errors (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15175";>#15175</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/bf63729561365b50705a24fd576e293424df23ef";><code>bf63729</code></a>
 Consolidate url normalization logic (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/15176";>#15176</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `react-router-dom` from 7.13.1 to 7.18.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md";>react-router-dom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v7.18.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.18.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Fix incorrect <code>package.json</code> <code>main</code> field for 
CommonJS builds (<a 
href="https://redirect.github.com/remix-run/react-router/pull/15238";>#15238</a>)</li>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.18.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.17.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.16.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Remove stale/invalid <code>unpkg</code> field from 
<code>package.json</code>. This was removed from other packages with the 
release of v7 but missed in the <code>react-router-dom</code> re-export package 
(<a 
href="https://redirect.github.com/remix-run/react-router/pull/15075";>#15075</a>)</li>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.15.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>v7.15.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies:
   <ul>
   <li><a 
href="https://github.com/remix-run/react-router/releases/tag/[email protected]";><code>[email protected]</code></a></li>
   </ul>
   </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/69a653ee6ab1ac95b13c917ec56c5f3dc17ca9c1";><code>69a653e</code></a>
 Release v7.18.2 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15354";>#15354</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/afdf85d3c15448a41017514caca2aca038d3e9ca";><code>afdf85d</code></a>
 Release v7.18.1 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15253";>#15253</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/2ecaa1ddbbcd583999dda46dd5413e907e8a46f3";><code>2ecaa1d</code></a>
 Fix react-router-dom main entry metadata (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15238";>#15238</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/6fb1e79f8304eddd8b78759edea83cb32389ebf5";><code>6fb1e79</code></a>
 Release v7.18.0 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15187";>#15187</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/195a0d03c1417127ccee73853058c8521beb4fce";><code>195a0d0</code></a>
 Release v7.17.0 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15145";>#15145</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/8984d23f86ca7ae5655711744b77816090bda4e6";><code>8984d23</code></a>
 Release v7.16.0 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15105";>#15105</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/3ed77afcde0ad9aea79f1afe5f05a700b201f289";><code>3ed77af</code></a>
 chore: format</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/e96962bc6159a2290632849b55872a3878753342";><code>e96962b</code></a>
 fix: remove stale unpkg field from react-router-dom (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15075";>#15075</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/587d08fca6ca61e00f44c1eda95bf6e6a9ab76ef";><code>587d08f</code></a>
 Release v7.15.1 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15038";>#15038</a>)</li>
   <li><a 
href="https://github.com/remix-run/react-router/commit/97c8de79c38f107acd15f74d8295c7bf75894a5d";><code>97c8de7</code></a>
 Release v7.15.0 (<a 
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/15018";>#15018</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/camel-karavan/network/alerts).
   
   </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]

Reply via email to