Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps leptos-use from 0.13.11 to 0.15.10.

Release notes

Sourced from leptos-use's releases.

Version 0.15.10

Changes in this version:

[0.15.10] - 2025-06-18

Fixes 🍕

  • use_color_mode frontend-only logic behind feature gate to fix SendWrapper issues with SSR (thanks to @​BakerNet)

Special thanks to our sponsor

Version 0.15.9

Changes in this version:

[0.15.9] - 2025-06-16

Dependency Fixes 🐛

  • Removed version pin for chrono
  • Made chrono optional in Cargo.toml (thanks to @​emilbonnek)

Special thanks to our sponsor

Version 0.15.8

Changes in this version:

[0.15.8] - 2025-06-12

New Features 🚀

  • Added month_by_date to use_calendar (thanks to @​tomaszkubacki)
  • Added target_offset to use_draggable (thanks to @​theredfish)
  • UseRwSignal can now be converted from anything that implements the respective reactive Leptos traits. This includes Signals, Memos, Store fields, ... meaning the sync_signal now works with everything.
  • ElementMaybeSignal can be converted from Signal<SendWrapper<web_sys::Element>> improving interop with other crates.

Fixes 🍕

  • use_cookie with SSR has been fixed. This fixes the use_color_mode SSR issues as well.
  • use_event_source with infinity reconnect limit has been fixed.
  • Conversion of ElementMaybeSignal from &str has been fixed.

... (truncated)

Changelog

Sourced from leptos-use's changelog.

[0.15.10] - 2025-06-18

Fixes 🍕

  • use_color_mode frontend-only logic behind feature gate to fix SendWrapper issues with SSR (thanks to @​BakerNet)

Special thanks to our sponsor

[0.15.9] - 2025-06-16

Dependency Fixes 🐛

  • Removed version pin for chrono
  • Made chrono optional in Cargo.toml (thanks to @​emilbonnek)

Special thanks to our sponsor

[0.15.8] - 2025-06-12

New Features 🚀

  • Added month_by_date to use_calendar (thanks to @​tomaszkubacki)
  • Added target_offset to use_draggable (thanks to @​theredfish)
  • UseRwSignal can now be converted from anything that implements the respective reactive Leptos traits. This includes Signals, Memos, Store fields, ... meaning the sync_signal now works with everything.
  • ElementMaybeSignal can be converted from Signal<SendWrapper<web_sys::Element>> improving interop with other crates.

Fixes 🍕

  • use_cookie with SSR has been fixed. This fixes the use_color_mode SSR issues as well.
  • use_event_source with infinity reconnect limit has been fixed.
  • Conversion of ElementMaybeSignal from &str has been fixed.

Special thanks to our sponsor

[0.15.7] - 2025-03-17

Change

  • Updated codee version to 0.3.0 in line with the latest 0.7 Leptos versions

Special thanks to our sponsor

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [leptos-use](https://github.com/Synphonyte/leptos-use) from 0.13.11 to 0.15.10.
- [Release notes](https://github.com/Synphonyte/leptos-use/releases)
- [Changelog](https://github.com/Synphonyte/leptos-use/blob/v0.15.10/CHANGELOG.md)
- [Commits](Synphonyte/leptos-use@v0.13.11...v0.15.10)

---
updated-dependencies:
- dependency-name: leptos-use
  dependency-version: 0.15.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant