dependabot[bot] opened a new pull request, #2955:
URL: https://github.com/apache/iggy/pull/2955

   Bumps [yew-router](https://github.com/yewstack/yew) from 0.19.0 to 0.20.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/yewstack/yew/releases";>yew-router's 
releases</a>.</em></p>
   <blockquote>
   <h2>yew-router v0.20.0</h2>
   <p>Yew pinned to 0.23 now.</p>
   <h3>🛠 Fixes</h3>
   <ul>
   <li>'/' is no longer wrongly encoded in wildcard route segments. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4056";>#4056</a>]</li>
   <li>Fixed a url corruption issue causing redirection to 
<code>/basename//basename</code> resulting in a 404. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4030";>#4030</a>]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/yewstack/yew/blob/master/CHANGELOG.md";>yew-router's 
changelog</a>.</em></p>
   <blockquote>
   <h2>✨ yew-router <strong>0.20.0</strong> <em>(2026-03-10)</em></h2>
   <p>Yew pinned to 0.23 now.</p>
   <h3>🛠 Fixes</h3>
   <ul>
   <li>'/' is no longer wrongly encoded in wildcard route segments. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4056";>#4056</a>]</li>
   <li>Fixed a url corruption issue causing redirection to 
<code>/basename//basename</code> resulting in a 404. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4030";>#4030</a>]</li>
   </ul>
   <h2>✨ yew-agent <strong>0.5.0</strong> <em>(2026-03-10)</em></h2>
   <p>No changes.</p>
   <p>Yew pinned to 0.23 now.</p>
   <h2>✨ yew <strong>0.22.1</strong> <em>(2026-02-28)</em></h2>
   <h3>🛠 Fixes</h3>
   <ul>
   <li>Domslot hydration panic caused by suspension [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4003";>#4003</a>]</li>
   <li>Some <code>Option&lt;T&gt;</code> and <code>&amp;T</code> types can be 
used as children again. e.g. <code>Option&lt;AttrValue&gt;</code> [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4005";>#4005</a>]</li>
   <li>Custom hooks now compiles in edition 2024. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3992";>#3992</a>]</li>
   <li>No more stale states in callbacks when multiple events fire rapidly. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3988";>#3988</a>]</li>
   <li>Fixed invisible svg issue on Chrome when included with 
<code>from_html_unchecked</code> [<a 
href="https://github.com/101100";><code>@​Jason Heard</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3970";>#3970</a>]</li>
   <li>Fixed documentation typo in introduction.mdx. [<a 
href="https://github.com/devfbe";><code>@​devfbe</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3417";>#3417</a>]</li>
   </ul>
   <h3>⚙️ Improvements</h3>
   <ul>
   <li>Improved SSR example with meta rendering. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4011";>#4011</a>]</li>
   <li>Replaced once_cell with std equivalents (LazyLock, OnceLock). [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/4010";>#4010</a>]</li>
   <li>Updated rust dependencies.</li>
   </ul>
   <h2>✨ yew <strong>0.22.0</strong> <em>(2025-12-08)</em></h2>
   <h3>🚨 Breaking changes</h3>
   <ul>
   <li><strong>MSRV raised to 1.84.0.</strong> [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3900";>#3900</a>]</li>
   <li>Allow setting JsValue as properties. [<a 
href="https://github.com/ranile";><code>@​Elina</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3458";>#3458</a>]</li>
   <li>Remove deprecated <code>class=(...)</code> syntax. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3497";>#3497</a>]</li>
   <li>Remove ToHtml trait. [<a 
href="https://github.com/ranile";><code>@​Elina</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3453";>#3453</a>]</li>
   <li>Make <code>&lt;textarea&gt;</code> a void element (no children allowed 
anymore). [<a href="https://github.com/its-the-shrimp";><code>@​Tim 
Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3465";>#3465</a>]</li>
   </ul>
   <h3>⚡️ Features</h3>
   <ul>
   <li><strong>Add for-loops to <code>html!</code> macro.</strong> [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3498";>#3498</a>]</li>
   <li><strong>Rename <code>#[function_component]</code> to 
<code>#[component]</code>.</strong> [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3885";>#3885</a>]</li>
   <li>Add <code>serde</code> feature to yew. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3880";>#3880</a>]</li>
   <li>Add <code>use_ref</code> hook. [<a 
href="https://github.com/ColonelThirtyTwo";><code>@​Alex Parrill</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3548";>#3548</a>]</li>
   <li>Better ImplicitClone ergonomics. Fewer ampersands and stars needed in 
the <code>html!</code> macro. [<a 
href="https://github.com/cecton";><code>@​Cecile Tonglet</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3508";>#3508</a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3431";>#3431</a>] [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3878";>#3892</a>]</li>
   <li>Preserve camelCase for known SVG elements. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3875";>#3875</a>]</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yewstack/yew/commit/acd2a3303d14dd21c62a1e3f63505f561813b117";><code>acd2a33</code></a>
 (cargo-release) version yew-router-v0.20.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/ccd6591344a6fc31389f1968d4d1aa2417f6c055";><code>ccd6591</code></a>
 (cargo-release) version yew-router-macro-v0.20.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/3d9fafe89eefdc2c4a3db195c7aee586daff05b5";><code>3d9fafe</code></a>
 (cargo-release) version yew-agent-v0.5.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/bf4dcbb78c55f9c7fa640be782bdb7abd87658a5";><code>bf4dcbb</code></a>
 (cargo-release) version yew-agent-macro-v0.4.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/12e750dc06d2956cde04a545f77597129adaafd6";><code>12e750d</code></a>
 (cargo-release) version yew-v0.23.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/b838eff6ce3828d01ee6db9deebd4797ee0640ba";><code>b838eff</code></a>
 (cargo-release) version yew-macro-v0.23.0</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/9dea060fd25a8deaa61d79a8f06e0495203c989a";><code>9dea060</code></a>
 fix(ci): remove unsupported post-release-commit-message config (<a 
href="https://redirect.github.com/yewstack/yew/issues/4066";>#4066</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/4328ffe84817c3173b85bf6efe01ac577a99d58d";><code>4328ffe</code></a>
 fix(ci): bump cargo-release to 1.1.1 and disable consolidated commits (<a 
href="https://redirect.github.com/yewstack/yew/issues/4065";>#4065</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/b40bf3455a68249eb3284cbe84b769ecbf96d0e7";><code>b40bf34</code></a>
 docs: prepare 0.23 release (<a 
href="https://redirect.github.com/yewstack/yew/issues/4064";>#4064</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/b396831a1f994aa65154d1510a3a002a056edecf";><code>b396831</code></a>
 fix: skip packages with no tags in collect-release-info (<a 
href="https://redirect.github.com/yewstack/yew/issues/4063";>#4063</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yewstack/yew/compare/yew-router-v0.19.0...yew-router-v0.20.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yew-router&package-manager=cargo&previous-version=0.19.0&new-version=0.20.0)](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 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]

Reply via email to