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

   Bumps [yew](https://github.com/yewstack/yew) from 0.21.0 to 0.22.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/yewstack/yew/blob/master/CHANGELOG.md";>yew's 
changelog</a>.</em></p>
   <blockquote>
   <h2>✨ yew <strong>0.22.0</strong> <em>(2025-12-08)</em></h2>
   <h4>Changelog</h4>
   <h2>🚨 Breaking changes</h2>
   <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>
   <h2>⚡️ Features</h2>
   <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>
   <li>Add <code>inert</code> to the boolean attributes list. [<a 
href="https://github.com/kawadakk";><code>@​Tomoaki Kawada</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3678";>#3678</a>]</li>
   <li>Namespace support for <code>VRaw</code>. [<a 
href="https://github.com/finnbear";><code>@​Finn Bear</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3640";>#3640</a>]</li>
   <li><code>to_callback</code> methods and From impls to convert reducer 
dispatchers and state setters to callbacks. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3519";>#3519</a>]</li>
   <li>Allows converting <code>ChildrenRenderer&lt;VNode&gt;</code> and 
<code>VChild</code> to VList. [<a 
href="https://github.com/ranile";><code>@​Muhammad Hamza</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3444";>#3444</a>]</li>
   <li>Add <code>CallbackRef</code> that takes ref in argument instead of 
value. [<a href="https://github.com/cecton";><code>@​Cecile Tonglet</code></a>, 
<a href="https://redirect.github.com/yewstack/yew/pull/3419";>#3419</a>]</li>
   <li>Allow import of layout_test into 3rd party crates. [<a 
href="https://github.com/rollo-b2c2";><code>@​rollo-b2c2</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3463";>#3463</a>]</li>
   <li>Add WASI support for server-side rendering. [<a 
href="https://github.com/langyo";><code>@​langyo</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3534";>#3534</a>]</li>
   <li>Make <code>UseFutureHandle</code> Clone. [<a 
href="https://github.com/AdamSteinberg1";><code>@​Adam Steinberg</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3529";>#3529</a>]</li>
   <li>Allow <code>Self</code> in prop fields. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3569";>#3569</a>]</li>
   <li>Allow boolean in <code>html!</code>. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3441";>#3441</a>]</li>
   </ul>
   <h2>đź›  Fixes</h2>
   <ul>
   <li>Fix panic when hydrating components with unstable render order. [<a 
href="https://github.com/WorldSEnder";><code>@​WorldSEnder</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3914";>#3914</a>]</li>
   <li>Fix hydration panic on camelCased elements. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3876";>#3876</a>]</li>
   <li>Fix autocompletion in html macro for rust-analyzer. [<a 
href="https://github.com/mohe2015";><code>@​Moritz Hedtke</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3829";>#3829</a>]</li>
   <li>Fix empty lists hydration failure when they were placed next to 
suspensions and other components. [<a 
href="https://github.com/WorldSEnder";><code>@​WorldSEnder</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3630";>#3630</a>]</li>
   <li>Silenced non-normalised element name warnings for SVG elements. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3769";>#3769</a>]</li>
   <li>Fixed inconsistent clone() requirement when passing Classes to HTML 
elements vs. components. [<a 
href="https://github.com/sshekhar563";><code>@​Siddhant Shekhar</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3931";>#3931</a>]</li>
   <li>Fix svg animation always starting immediately. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3892";>#3892</a>]</li>
   <li>Better diagnostics for byte literals in <code>html!</code>. [<a 
href="https://github.com/its-the-shrimp";><code>@​Tim Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3441";>#3441</a>]</li>
   <li>Concise diagnostics for missing props. [<a 
href="https://github.com/Madoshakalaka";><code>@​Siyuan Yan</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3873";>#3873</a>]</li>
   <li>Use the namespace when xmlns attributes are specified. [<a 
href="https://github.com/jasoncg";><code>@​JasonCG</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3629";>#3629</a>]</li>
   <li>Fix generic type missing erros in hooks. [<a 
href="https://github.com/Ichmed";><code>@​Michael Meyer</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3633";>#3633</a>]</li>
   <li>Better duplicate key diagnostics. [<a 
href="https://github.com/WorldSEnder";><code>@​WorldSEnder</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3785";>#3785</a>]</li>
   <li>Fix autocompletion in html macro for rust-analyzer. [<a 
href="https://github.com/mohe2015";><code>@​Moritz Hedtke</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3829";>#3829</a>]</li>
   <li><code>#[hook]</code>: <code>clippy::multiple_bound_locations</code> lint 
no longer triggered. [<a href="https://github.com/its-the-shrimp";><code>@​Tim 
Kurdov</code></a>, <a 
href="https://redirect.github.com/yewstack/yew/pull/3803";>#3803</a>]</li>
   </ul>
   <h2>⚙️ Improvements</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yewstack/yew/commit/8211024c2405f47676f3e9b9f0c3f10c1c6d78c9";><code>8211024</code></a>
 (cargo-release) version {{crate_name}}-v{{version}}</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/610f931e22d2310c1a804051522541f938ea82aa";><code>610f931</code></a>
 docs: 0.22.0 prep (<a 
href="https://redirect.github.com/yewstack/yew/issues/3952";>#3952</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/54c20db6cf0f6a3e7b885eb1b6c7b5637bbcb17e";><code>54c20db</code></a>
 ci: use action to avoid rate limiting (<a 
href="https://redirect.github.com/yewstack/yew/issues/3950";>#3950</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/71e24b7e811cde10974f6f35f9743df93f173459";><code>71e24b7</code></a>
 Bump the cargo-deps group across 1 directory with 18 updates (<a 
href="https://redirect.github.com/yewstack/yew/issues/3933";>#3933</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/b4634008810797589a8d9f50ccf986c77a11aefc";><code>b463400</code></a>
 Bump the website-deps group across 1 directory with 14 updates (<a 
href="https://redirect.github.com/yewstack/yew/issues/3928";>#3928</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/cd502bc1b7db8ea34ec06ab288e8a0bcf46cd2bb";><code>cd502bc</code></a>
 Avoid unnecessary scheduling (<a 
href="https://redirect.github.com/yewstack/yew/issues/3935";>#3935</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/38e7f2bcf4a3dc3dedec349cb9bd01bb88d08f6d";><code>38e7f2b</code></a>
 Inconsistent clone() requirement when passing Classes to HTML elements vs. 
co...</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/0c986740ac72951a23fa117e8d4517943b3530bc";><code>0c98674</code></a>
 Preserve camelCase for known svg elements (<a 
href="https://redirect.github.com/yewstack/yew/issues/3875";>#3875</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/bb031eb68f50f1a5996f9963b8e5d1fa3cc0c717";><code>bb031eb</code></a>
 Maintain some nightly features and CI (<a 
href="https://redirect.github.com/yewstack/yew/issues/3934";>#3934</a>)</li>
   <li><a 
href="https://github.com/yewstack/yew/commit/85050f50fb4d211f5a96a814e175467ca87681b3";><code>85050f5</code></a>
 Bump browser-actions/setup-chrome from 1 to 2 (<a 
href="https://redirect.github.com/yewstack/yew/issues/3886";>#3886</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yewstack/yew/compare/yew-v0.21.0...yew-v0.22.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yew&package-manager=cargo&previous-version=0.21.0&new-version=0.22.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 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]

Reply via email to