fix(deps): update all dependencies #16

Merged
kjuulh merged 1 commits from renovate/all into main 2024-05-25 21:08:14 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
leptos dependencies patch 0.6.10 -> 0.6.11
leptos_axum dependencies patch 0.6.10 -> 0.6.11
leptos_dom dependencies patch 0.6.10 -> 0.6.11
leptos_meta dependencies patch 0.6.10 -> 0.6.11
leptos_router dependencies patch 0.6.10 -> 0.6.11
thiserror dependencies patch 1.0.58 -> 1.0.61

Release Notes

leptos-rs/leptos (leptos)

v0.6.11

Compare Source

The primary purpose of this release is that it includes a fix for an unfortunate memory leak when using leptos_router on the server.

Also included are

  • the ability to spread both attributes and event handlers onto an element (see the new spread example for the full set of possibilities)
  • implementing IntoView directly for Rc<str>
  • massive improvements to the spans for error reporting in the view macro
  • migrating all our examples to use the stable features/syntax by default, to reduce confusion for new users

It's important to me to say that all three of the new features above were implemented by community members. This release brings us to over 250 total contributors over time, not to mention everyone who's done work on docs, templates, or libraries that exist outside this repo. Thank you to everyone who's been involved in this project so far.

What's Changed
New Contributors

Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.6.10...v0.6.11

dtolnay/thiserror (thiserror)

v1.0.61

Compare Source

  • Use core::fmt and core::panic to facilitate error_in_core support (#​299, thanks @​jordens)

v1.0.60

Compare Source

  • Resolve unexpected_cfgs warning (#​298)

v1.0.59

Compare Source

  • Unblock testing of rustc debug-fmt-detail option (#​297)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [leptos](https://github.com/leptos-rs/leptos) | dependencies | patch | `0.6.10` -> `0.6.11` | | [leptos_axum](https://github.com/leptos-rs/leptos) | dependencies | patch | `0.6.10` -> `0.6.11` | | [leptos_dom](https://github.com/leptos-rs/leptos) | dependencies | patch | `0.6.10` -> `0.6.11` | | [leptos_meta](https://github.com/leptos-rs/leptos) | dependencies | patch | `0.6.10` -> `0.6.11` | | [leptos_router](https://github.com/leptos-rs/leptos) | dependencies | patch | `0.6.10` -> `0.6.11` | | [thiserror](https://github.com/dtolnay/thiserror) | dependencies | patch | `1.0.58` -> `1.0.61` | --- ### Release Notes <details> <summary>leptos-rs/leptos (leptos)</summary> ### [`v0.6.11`](https://github.com/leptos-rs/leptos/releases/tag/v0.6.11) [Compare Source](https://github.com/leptos-rs/leptos/compare/v0.6.10...v0.6.11) The primary purpose of this release is that it includes a fix for an unfortunate memory leak when using `leptos_router` on the server. Also included are - the ability to spread both attributes and event handlers onto an element (see the new [`spread` example](https://github.com/leptos-rs/leptos/blob/main/examples/spread/src/lib.rs) for the full set of possibilities) - implementing `IntoView` directly for `Rc<str>` - massive improvements to the spans for error reporting in the `view` macro - migrating all our examples to use the stable features/syntax by default, to reduce confusion for new users It's important to me to say that all three of the new features above were implemented by community members. This release brings us to over 250 total contributors over time, not to mention everyone who's done work on docs, templates, or libraries that exist outside this repo. Thank you to everyone who's been involved in this project so far. ##### What's Changed - stable todomvc example by [@&#8203;mahmoud-eltahawy](https://github.com/mahmoud-eltahawy) in https://github.com/leptos-rs/leptos/pull/2489 - fix(ci): false leptos changes detected by [@&#8203;agilarity](https://github.com/agilarity) in https://github.com/leptos-rs/leptos/pull/2491 - ci(examples/error-boundary): use stable syntax by [@&#8203;agilarity](https://github.com/agilarity) in https://github.com/leptos-rs/leptos/pull/2496 - ex: counter_url_query; to stable by [@&#8203;solweo](https://github.com/solweo) in https://github.com/leptos-rs/leptos/pull/2499 - stable examples change by [@&#8203;sjud](https://github.com/sjud) in https://github.com/leptos-rs/leptos/pull/2497 - stable todo_app_sqlite_axum example by [@&#8203;mahmoud-eltahawy](https://github.com/mahmoud-eltahawy) in https://github.com/leptos-rs/leptos/pull/2493 - Implement IntoView for Rc<str> by [@&#8203;ydirson](https://github.com/ydirson) in https://github.com/leptos-rs/leptos/pull/2462 - Allow spreading of both attributes and event handlers by [@&#8203;lpotthast](https://github.com/lpotthast) in https://github.com/leptos-rs/leptos/pull/2432 - chore(ci): move example CI over to stable by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2502 - move channels to stable by [@&#8203;mahmoud-eltahawy](https://github.com/mahmoud-eltahawy) in https://github.com/leptos-rs/leptos/pull/2501 - chore(ci): run all examples under stable and fix remaining linting issue by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2503 - Fix error reporting in view macro by [@&#8203;Ar4ys](https://github.com/Ar4ys) in https://github.com/leptos-rs/leptos/pull/2289 - fix: invalid `Location` header when using `leptos_actix::redirect()` without JS/WASM (closes [#&#8203;2506](https://github.com/leptos-rs/leptos/issues/2506)) by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2507 - chore(ci): remove nightly feature on `counter_isomorphic` by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2510 - Simplify stable syntax in examples by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2511 - fix: stable Router IDs (closes [#&#8203;2514](https://github.com/leptos-rs/leptos/issues/2514)) by [@&#8203;gbj](https://github.com/gbj) in https://github.com/leptos-rs/leptos/pull/2515 ##### New Contributors - [@&#8203;mahmoud-eltahawy](https://github.com/mahmoud-eltahawy) made their first contribution in https://github.com/leptos-rs/leptos/pull/2489 - [@&#8203;solweo](https://github.com/solweo) made their first contribution in https://github.com/leptos-rs/leptos/pull/2499 - [@&#8203;ydirson](https://github.com/ydirson) made their first contribution in https://github.com/leptos-rs/leptos/pull/2462 - [@&#8203;Ar4ys](https://github.com/Ar4ys) made their first contribution in https://github.com/leptos-rs/leptos/pull/2289 **Full Changelog**: https://github.com/leptos-rs/leptos/compare/v0.6.10...v0.6.11 </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://github.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://github.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://github.com/jordens)) ### [`v1.0.60`](https://github.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://github.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://github.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://github.com/dtolnay/thiserror/issues/297)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-05-23 21:59:09 +02:00
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-05-23 21:59:09 +02:00
kjuulh force-pushed renovate/all from 2a8b71c5f8 to e8cbf65e8b 2024-05-25 21:08:09 +02:00 Compare
kjuulh merged commit e8cbf65e8b into main 2024-05-25 21:08:14 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/como-web#16
No description provided.