go-bazzinga / hot-or-not-web-leptos-ssr

Other
2 stars 7 forks source link

build(deps): bump leptos-use from 0.10.2 to 0.10.4 #105

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps leptos-use from 0.10.2 to 0.10.4.

Release notes

Sourced from leptos-use's releases.

Version 0.10.4

Changes in this version:

[0.10.4] - 2024-03-05

New Functions 🚀

  • use_event_source

Changes 🔥

  • Wrapped callbacks in a non-reactive zone to remove potential warnings.
  • Updated SSR chapter in the book to make it more clear and beginner-friendly (thanks to @​flupke).

Version 0.10.3

Changes in this version:

[0.10.3] - 2024-02-23

New Functions 🚀

  • use_or
  • use_and
  • use_not

Fix 🍕

  • Removed signal warnings from use_websocket's send... methods.

Changes 🔥

  • use_color_mode now supports detection from an url query parameter. (thanks to @​mondeja)
Changelog

Sourced from leptos-use's changelog.

[0.10.4] - 2024-03-05

New Functions 🚀

  • use_event_source

Changes 🔥

  • Wrapped callbacks in a non-reactive zone to remove potential warnings.
  • Updated SSR chapter in the book to make it more clear and beginner-friendly (thanks to @​flupke).

[0.10.3] - 2024-02-23

New Functions 🚀

  • use_or
  • use_and
  • use_not

Fix 🍕

  • Removed signal warnings from use_websocket's send... methods.

Changes 🔥

  • use_color_mode now supports detection from an url query parameter. (thanks to @​mondeja)
Commits
  • 6bd92ca cleanup
  • fdb0ac8 release
  • e9da41b added use_event_source
  • cf9358c made it even more abundantly clear how to enable SSR
  • 673d634 Merge pull request #86 from flupke/add-ssr-feature-note
  • 7216a32 wrapped callbacks in non-reactive zones to remove potential warnings
  • 9a46f9d Add ssr feature note to the book
  • 446b10b chore: latest rustfmt
  • 76facde chore: latest clippy
  • f136be6 added use_not, use_and, use_or
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 5 months ago

Looks like leptos-use is up-to-date now, so this is no longer needed.