Skip to content

fix(deps): update yew monorepo to 0.23.0#47

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/yew-monorepo
Closed

fix(deps): update yew monorepo to 0.23.0#47
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/yew-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
yew (source) dependencies minor 0.21.00.23.0

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: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/yew-monorepo branch from eb9797b to ca3ef65 Compare June 11, 2026 18:41
@renovate renovate Bot changed the title fix(deps): update yew monorepo fix(deps): update yew monorepo to 0.23.0 Jun 11, 2026
@renovate

renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.23.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/yew-monorepo branch June 12, 2026 07:29
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.

1 participant