Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the leptos group with 3 updates: leptos, leptos-use and leptos_axum.

Updates leptos from 0.6.15 to 0.7.3

Release notes

Sourced from leptos's releases.

v0.7.3

If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.

This is a small patch release including a couple of bugfixes, as well as the ability to destructure prop value in components with a new #[prop(name = ...)] syntax (see #3382)

#[prop(name = "data")] UserInfo { email, user_id }: UserInfo,

What's Changed

New Contributors

Full Changelog: leptos-rs/leptos@v0.7.2...v0.7.3

v0.7.2

If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.

This is a small patch release including a couple of bugfixes, importantly to the hydration of static text nodes on nightly.

What's Changed

New Contributors

Full Changelog: leptos-rs/leptos@v0.7.1...v0.7.2

... (truncated)

Commits

Updates leptos-use from 0.13.11 to 0.15.3

Release notes

Sourced from leptos-use's releases.

Version 0.15.2

Changes in this version:

[0.15.2] - 2025-01-03

Fixes 🍕

  • Fixed path of use_color_mode cookie
  • ElementMaybeSignal and ElementsMaybeSignal are now properly Clone and Copy

Special thanks to our sponsor

Version 0.15.1

Changes in this version:

[0.15.1] - 2024-12-31

Fixes 🍕

  • Fixed use_element_hover not properly cancelling it's timeout (thanks to @​jcold).
  • Fixed use_storage not writing default values.
  • Fixed unidirectional sync_signal not syncing properly.

Special thanks to our sponsors

Version 0.15.0

Changes in this version:

[0.15.0] - 2024-12-17

New Functions 🚀

  • signal_throttled and signal_debounced now have ..._local variants (thanks to @​bicarlsen)

Breaking Changes 🛠

  • use_storage now accepts a Signal as it's key parameter (thanks to LeftClick)
  • use_websocket now supports sending heartbeats (thanks to LeftClick)

Fix 🍕

  • Fixed use_storage to actually remove the key when remove is called (thanks to @​flaviopezzini)

... (truncated)

Changelog

Sourced from leptos-use's changelog.

[0.15.3] - 2025-01-08

New Function 🚀

  • use_calendar

Fix 🍕

Special thanks to our sponsor

[0.15.2] - 2025-01-03

Fixes 🍕

  • Fixed path of use_color_mode cookie
  • ElementMaybeSignal and ElementsMaybeSignal are now properly Clone and Copy

Special thanks to our sponsor

[0.15.1] - 2024-12-31

Fixes 🍕

  • Fixed use_element_hover not properly cancelling it's timeout (thanks to @​jcold).
  • Fixed use_storage not writing default values.
  • Fixed unidirectional sync_signal not syncing properly.

Special thanks to our sponsors

[0.15.0] - 2024-12-17

New Functions 🚀

  • signal_throttled and signal_debounced now have ..._local variants (thanks to @​bicarlsen)

Breaking Changes 🛠

  • use_storage now accepts a Signal as it's key parameter (thanks to LeftClick)
  • use_websocket now supports sending heartbeats (thanks to LeftClick)

Fix 🍕

  • Fixed use_storage to actually remove the key when remove is called (thanks to @​flaviopezzini)

... (truncated)

Commits

Updates leptos_axum from 0.6.15 to 0.7.3

Release notes

Sourced from leptos_axum's releases.

v0.7.3

If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.

This is a small patch release including a couple of bugfixes, as well as the ability to destructure prop value in components with a new #[prop(name = ...)] syntax (see #3382)

#[prop(name = "data")] UserInfo { email, user_id }: UserInfo,

What's Changed

New Contributors

Full Changelog: leptos-rs/leptos@v0.7.2...v0.7.3

v0.7.2

If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes here.

This is a small patch release including a couple of bugfixes, importantly to the hydration of static text nodes on nightly.

What's Changed

New Contributors

Full Changelog: leptos-rs/leptos@v0.7.1...v0.7.2

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the leptos group with 3 updates: [leptos](https://github.com/leptos-rs/leptos), [leptos-use](https://github.com/Synphonyte/leptos-use) and [leptos_axum](https://github.com/leptos-rs/leptos).


Updates `leptos` from 0.6.15 to 0.7.3
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](leptos-rs/leptos@v0.6.15...v0.7.3)

Updates `leptos-use` from 0.13.11 to 0.15.3
- [Release notes](https://github.com/Synphonyte/leptos-use/releases)
- [Changelog](https://github.com/Synphonyte/leptos-use/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Synphonyte/leptos-use/commits)

Updates `leptos_axum` from 0.6.15 to 0.7.3
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](leptos-rs/leptos@v0.6.15...v0.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 01:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 13, 2025
@dependabot dependabot bot requested review from elmattic and hanabi1224 January 13, 2025 01:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/leptos-2993db8410 branch January 13, 2025 09:48
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.

2 participants