Skip to content

fix(deps): update rust crate yew to 0.23#807

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yew-0.x
Open

fix(deps): update rust crate yew to 0.23#807
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yew-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 21, 2026

This PR contains the following updates:

Package Type Update Change
yew (source) dependencies minor 0.210.23

Release Notes

yewstack/yew (yew)

v0.23.0

Compare Source

bumping from 0.22 should require no code changes for most users.

🚨 Breaking changes
  • Performance: use_reducer now skips re-rendering for the same Rc. [@​Pascal Sommer, #​3945]
    NOTE: Whether this is breaking is arguable. It merely breaks the promise that a dispatch will always cause a re-render. For code that wishes to force re-render, use_force_update helps. Please refer to the migration guide for details.
⚡️ Features
  • &str and String can now be used for props of type Option<Html>. [@​Cashew, #​4020]
  • Added a scheduler::flush function to reliably finish rendering. Useful in testing as a replacement for timeouts. [@​Siyuan Yan, #​4044]
🛠 Fixes
⚙️ Improvements
  • Yew's scheduler now yields to the main thread from time to time. This fix will make the web page more responsive and reduce warnings about long tasks in the console. [@​Siyuan Yan, #​4033]

v0.22.1

Compare Source

🛠 Fixes
⚙️ Improvements

v0.22.0

Compare Source

🚨 Breaking changes
⚡️ Features
🛠 Fixes
⚙️ Improvements
📝 Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from mbround18 as a code owner January 21, 2026 08:38
@renovate renovate bot force-pushed the renovate/yew-0.x branch from 6afa8c8 to e6433e5 Compare February 2, 2026 19:02
@renovate renovate bot force-pushed the renovate/yew-0.x branch from e6433e5 to 05c8ba6 Compare February 12, 2026 11:46
@renovate renovate bot force-pushed the renovate/yew-0.x branch 2 times, most recently from f3a768b to 264c61f Compare February 28, 2026 13:19
@renovate renovate bot changed the title fix(deps): update rust crate yew to 0.22 fix(deps): update rust crate yew to 0.23 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/yew-0.x branch from 264c61f to fe1c1bc Compare March 10, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants