Raspirus / raspirus

A user- and resources-friendly rules-based malware scanner
https://raspirus.deno.dev
GNU General Public License v3.0
124 stars 12 forks source link

Update Rust crate leptos to v0.6.15 - autoclosed #826

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
leptos dependencies patch 0.6.12 -> 0.6.15

Release Notes

leptos-rs/leptos (leptos) ### [`v0.6.14`](https://redirect.github.com/leptos-rs/leptos/releases/tag/v0.6.14) [Compare Source](https://redirect.github.com/leptos-rs/leptos/compare/v0.6.13...v0.6.14) Hello everyone, The biggest change in this update is to handle wasm-bindgen 0.2.93 and web_sys 0.3.70 Thanks to [@​sabify](https://redirect.github.com/sabify) and [@​maccesch](https://redirect.github.com/maccesch) for those PRs. As always, let us know if there's issues. ##### What's Changed - fix: untrack children in Portal to avoid re-triggering it accidentally (closes [#​2693](https://redirect.github.com/leptos-rs/leptos/issues/2693)) by [@​gbj](https://redirect.github.com/gbj) in [https://github.com/leptos-rs/leptos/pull/2713](https://redirect.github.com/leptos-rs/leptos/pull/2713) - chore: fix some comments by [@​renshuncui](https://redirect.github.com/renshuncui) in [https://github.com/leptos-rs/leptos/pull/2712](https://redirect.github.com/leptos-rs/leptos/pull/2712) - Mnior: As of rust1.80: cargo clippy now reports doc indentation issues. by [@​martinfrances107](https://redirect.github.com/martinfrances107) in [https://github.com/leptos-rs/leptos/pull/2728](https://redirect.github.com/leptos-rs/leptos/pull/2728) - chore(ci): update nightly by [@​gbj](https://redirect.github.com/gbj) in [https://github.com/leptos-rs/leptos/pull/2755](https://redirect.github.com/leptos-rs/leptos/pull/2755) - chore: update gloo-net and reqwest to http 1.0 (closes [#​2688](https://redirect.github.com/leptos-rs/leptos/issues/2688)) (leptos 0.6) by [@​sabify](https://redirect.github.com/sabify) in [https://github.com/leptos-rs/leptos/pull/2751](https://redirect.github.com/leptos-rs/leptos/pull/2751) - fix: update `wasm-bindgen` and `web-sys` for leptos 0.6 by [@​sabify](https://redirect.github.com/sabify) in [https://github.com/leptos-rs/leptos/pull/2830](https://redirect.github.com/leptos-rs/leptos/pull/2830) ##### New Contributors - [@​renshuncui](https://redirect.github.com/renshuncui) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2712](https://redirect.github.com/leptos-rs/leptos/pull/2712) **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.13...v0.6.14 ### [`v0.6.13`](https://redirect.github.com/leptos-rs/leptos/releases/tag/v0.6.13) [Compare Source](https://redirect.github.com/leptos-rs/leptos/compare/v0.6.12...v0.6.13) This release mostly includes a series of small bugfixes (see below), but also includes a fix for the annoying issues we'd been having with rust-analyzer ([#​2527](https://redirect.github.com/leptos-rs/leptos/issues/2527)). ##### What's Changed - Fix failing CI by [@​gbj](https://redirect.github.com/gbj) in [https://github.com/leptos-rs/leptos/pull/2611](https://redirect.github.com/leptos-rs/leptos/pull/2611) - fix: extract dyn_bindings impl into DynBindings trait by [@​Upbolt](https://redirect.github.com/Upbolt) in [https://github.com/leptos-rs/leptos/pull/2619](https://redirect.github.com/leptos-rs/leptos/pull/2619) - docs: remove duplicated code block in example of For by [@​tversteeg](https://redirect.github.com/tversteeg) in [https://github.com/leptos-rs/leptos/pull/2622](https://redirect.github.com/leptos-rs/leptos/pull/2622) - fix: try_with should not panic on disposed resources (closes [#​2620](https://redirect.github.com/leptos-rs/leptos/issues/2620)) by [@​otopetrik](https://redirect.github.com/otopetrik) in [https://github.com/leptos-rs/leptos/pull/2621](https://redirect.github.com/leptos-rs/leptos/pull/2621) - fix `rkyv` feature interaction with Axum integration by [@​gbj](https://redirect.github.com/gbj) in [https://github.com/leptos-rs/leptos/pull/2631](https://redirect.github.com/leptos-rs/leptos/pull/2631) - style: simplify string interpolation by [@​hamirmahal](https://redirect.github.com/hamirmahal) in [https://github.com/leptos-rs/leptos/pull/2626](https://redirect.github.com/leptos-rs/leptos/pull/2626) - Russian book branch: Translating titles of sections in SUMMARY by [@​solweo](https://redirect.github.com/solweo) in [https://github.com/leptos-rs/leptos/pull/2542](https://redirect.github.com/leptos-rs/leptos/pull/2542) - docs: Add docs for `ToChildren` by [@​spencewenski](https://redirect.github.com/spencewenski) in [https://github.com/leptos-rs/leptos/pull/2643](https://redirect.github.com/leptos-rs/leptos/pull/2643) - book_ru: SUMMARY.md by [@​kakserpom](https://redirect.github.com/kakserpom) in [https://github.com/leptos-rs/leptos/pull/2648](https://redirect.github.com/leptos-rs/leptos/pull/2648) - fix: ensure everything is disposed of consistently by [@​Giovanni-Tably](https://redirect.github.com/Giovanni-Tably) in [https://github.com/leptos-rs/leptos/pull/2639](https://redirect.github.com/leptos-rs/leptos/pull/2639) - Server function streaming with serializable types by [@​ealmloff](https://redirect.github.com/ealmloff) in [https://github.com/leptos-rs/leptos/pull/2623](https://redirect.github.com/leptos-rs/leptos/pull/2623) - fix: do not unescape / and other route characters when following a link by [@​gbj](https://redirect.github.com/gbj) in [https://github.com/leptos-rs/leptos/pull/2651](https://redirect.github.com/leptos-rs/leptos/pull/2651) - feat: Add Compression to Hacker News w/ Islands Example by [@​Th3Whit3Wolf](https://redirect.github.com/Th3Whit3Wolf) in [https://github.com/leptos-rs/leptos/pull/2613](https://redirect.github.com/leptos-rs/leptos/pull/2613) - docs: generate link to definition by [@​chrisp60](https://redirect.github.com/chrisp60) in [https://github.com/leptos-rs/leptos/pull/2656](https://redirect.github.com/leptos-rs/leptos/pull/2656) - Fix of [#​2652](https://redirect.github.com/leptos-rs/leptos/issues/2652) by [@​domwst](https://redirect.github.com/domwst) in [https://github.com/leptos-rs/leptos/pull/2653](https://redirect.github.com/leptos-rs/leptos/pull/2653) - Fixed several warnings in check pipeline by [@​domwst](https://redirect.github.com/domwst) in [https://github.com/leptos-rs/leptos/pull/2654](https://redirect.github.com/leptos-rs/leptos/pull/2654) - add impl IntoStyle for Style by [@​alfatm](https://redirect.github.com/alfatm) in [https://github.com/leptos-rs/leptos/pull/2682](https://redirect.github.com/leptos-rs/leptos/pull/2682) - Remove unnecessary 'static lifetime from argument in Style::as_value_string() by [@​alfatm](https://redirect.github.com/alfatm) in [https://github.com/leptos-rs/leptos/pull/2683](https://redirect.github.com/leptos-rs/leptos/pull/2683) - fix: move lint rules outside of quote_spanned by [@​Ar4ys](https://redirect.github.com/Ar4ys) in [https://github.com/leptos-rs/leptos/pull/2709](https://redirect.github.com/leptos-rs/leptos/pull/2709) ##### New Contributors - [@​otopetrik](https://redirect.github.com/otopetrik) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2621](https://redirect.github.com/leptos-rs/leptos/pull/2621) - [@​hamirmahal](https://redirect.github.com/hamirmahal) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2626](https://redirect.github.com/leptos-rs/leptos/pull/2626) - [@​spencewenski](https://redirect.github.com/spencewenski) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2643](https://redirect.github.com/leptos-rs/leptos/pull/2643) - [@​kakserpom](https://redirect.github.com/kakserpom) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2648](https://redirect.github.com/leptos-rs/leptos/pull/2648) - [@​Th3Whit3Wolf](https://redirect.github.com/Th3Whit3Wolf) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2613](https://redirect.github.com/leptos-rs/leptos/pull/2613) - [@​domwst](https://redirect.github.com/domwst) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2653](https://redirect.github.com/leptos-rs/leptos/pull/2653) - [@​alfatm](https://redirect.github.com/alfatm) made their first contribution in [https://github.com/leptos-rs/leptos/pull/2682](https://redirect.github.com/leptos-rs/leptos/pull/2682) **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.12...v0.6.13

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR was generated by Mend Renovate. View the repository job log.