go-bazzinga / hot-or-not-web-leptos-ssr

Other
1 stars 4 forks source link

chore(deps): bump leptos_axum from 0.6.9 to 0.6.11 #188

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps leptos_axum from 0.6.9 to 0.6.11.

Release notes

Sourced from leptos_axum's releases.

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 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

v0.6.10

Mostly a patch release with a number of bugfixes, as well as some nice quality-of-life improvements:

  • allowing #[prop(attrs)] on slots
  • add support for on: to dynamic children of components (i.e., when you do <MyComponent on:.../>, the event listener is now applied correctly to more of the children of <MyComponent/>)

What's Changed

... (truncated)

Commits
  • e29d31e 0.6.11
  • e68f1bb fix: stable Router IDs (closes #2514) (#2515)
  • 454a4f4 Merge pull request #2511 from leptos-rs/simplify-stable
  • 85a91af examples: simplify stable syntax for using signals in view
  • 871d2c1 feat: directly implement IntoView on resources on stable
  • f0c1061 chore(ci): remove nightly feature on counter_isomorphic (#2510)
  • d74af81 fix: invalid Location header when using leptos_actix::redirect() without ...
  • 36b2f91 feat: signifiantly improved error reporting in view macro (#2289)
  • ab1c4ca chore(ci): run all examples under stable and fix remaining linting issue (#2503)
  • a1a9890 chore(ci): move all examples to run on stable (#2501)
  • 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 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)
dependabot[bot] commented 2 months ago

Looks like leptos_axum is up-to-date now, so this is no longer needed.