Skip to content

build(deps): bump leptos-use from 0.17.0 to 0.18.0#384

Merged
sudo-shashank merged 1 commit intomainfrom
dependabot/cargo/leptos-use-0.18.0
Jan 12, 2026
Merged

build(deps): bump leptos-use from 0.17.0 to 0.18.0#384
sudo-shashank merged 1 commit intomainfrom
dependabot/cargo/leptos-use-0.18.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps leptos-use from 0.17.0 to 0.18.0.

Changelog

Sourced from leptos-use's changelog.

[0.18.0] - 2026-01-11

Breaking Changes 🛠

  • Element(s)MaybeSignal is now internally sendwrapped for SSR robustness. Some automatic conversions have been removed when they can't really be made SSR safe like Signal<web_sys::Element>. Use Signal<SendWrapper<web_sys::Element>> instead.
  • OptionLocalSignal now has a clone free .read() implementation (thanks to @​luxalpa).

New

  • There's now an OptionLocalRwSignal for dealing with non-Send/non-Sync values in an SSR safe manner (thanks to @​luxalpa).

Special thanks to our sponsor

Commits
  • f92f228 Update README.md
  • c9c8750 release
  • 606750c Merge branch 'main' of github.com:Synphonyte/leptos-use
  • c0b04b1 made Element(s)MaybeSignal sendwrapped for SSR robustness
  • 44a439b Merge pull request #291 from luxalpa/option_local_signal-refactor
  • c611eba Fix some doc comments
  • 3f7efd5 Fix clippy warning
  • af9e0b6 Improve comment
  • c47b4da Refactor OptionLocalSignal to avoid the need for T: Clone
  • 3272864 Merge branch 'main' of github.com:Synphonyte/leptos-use
  • 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 <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)

Summary by CodeRabbit

  • Chores
    • Updated a project dependency to the latest version. No behavioral or structural changes.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [leptos-use](https://github.com/Synphonyte/leptos-use) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/Synphonyte/leptos-use/releases)
- [Changelog](https://github.com/Synphonyte/leptos-use/blob/main/CHANGELOG.md)
- [Commits](Synphonyte/leptos-use@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: leptos-use
  dependency-version: 0.18.0
  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 Jan 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2026 01:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 12, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 12, 2026

📝 Walkthrough

Walkthrough

A dependency version update in Cargo.toml, upgrading the leptos-use library from version 0.17 to 0.18. This is a straightforward version bump with no changes to code logic, control flow, or error handling mechanisms.

Changes

Cohort / File(s) Change Summary
Dependency version update
Cargo.toml
Updated leptos-use dependency from 0.17 to 0.18

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • hanabi1224
  • akaladarshi
  • LesnyRumcajs

Poem

🐰 A tiny hop in the version tree,
leptos-use climbs from seventeen to eighteen free,
No logic changed, just a number's dance,
Dependencies updated with a swift advance!
🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main change: bumping the leptos-use dependency from version 0.17.0 to 0.18.0, which matches the Cargo.toml modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 42f40bd and c2c7249.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: E2E Browser Tests
  • GitHub Check: E2E Claim Token API CORS Tests
  • GitHub Check: E2E API Tests
  • GitHub Check: codedov
  • GitHub Check: lint
  • GitHub Check: deploy
🔇 Additional comments (1)
Cargo.toml (1)

32-32: Version bump is safe — no breaking changes impact this codebase.

The upgrade from leptos-use 0.17 to 0.18 is compatible with the current code. The codebase only uses use_interval_fn and Pausable from leptos-use, which are unaffected by the breaking changes in 0.18 (which only impact ElementMaybeSignal, ElementsMaybeSignal, and OptionLocalSignal — none of which are used here).


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.11%. Comparing base (42f40bd) to head (c2c7249).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage   41.11%   41.11%           
=======================================
  Files          40       40           
  Lines        2668     2668           
=======================================
  Hits         1097     1097           
  Misses       1571     1571           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sudo-shashank sudo-shashank added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit 4a284d4 Jan 12, 2026
7 checks passed
@sudo-shashank sudo-shashank deleted the dependabot/cargo/leptos-use-0.18.0 branch January 12, 2026 09:20
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

Comments