Skip to content

build(deps): bump leptos_router from 0.7.8 to 0.8.13#20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/leptos_router-0.8.13
Closed

build(deps): bump leptos_router from 0.7.8 to 0.8.13#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/leptos_router-0.8.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps leptos_router from 0.7.8 to 0.8.13.

Release notes

Sourced from leptos_router's releases.

v0.8.13

What's Changed

New Contributors

Full Changelog: leptos-rs/leptos@v0.8.12...v0.8.13

v0.8.12

What's Changed

Full Changelog: leptos-rs/leptos@v0.8.11...v0.8.12

v0.8.11

What's Changed

... (truncated)

Commits
  • 2e09f3d fix: make class attribute overwrite behavior consistent between SSR and CSR (...
  • e6fe7fe fix: add response headers for leptos_axum static files #4377 (#4394)
  • 629f4f9 fix: do not unescape query and hash in URLs when clicking links (closes (#4454)
  • ff5b612 chore: removed duplicate workspace member oco (#4445)
  • 61571ed fix: improve marker-node filtering when using islands router (closes #4443) (...
  • 4f3a26c fix: track resources in Suspense that are read conditionally behind other res...
  • 83a848b chore: clean up up warning behavior for resources that depend on other resour...
  • eec9edf Update README.md
  • 861dcf3 docs: add --split to command for lazy_routes example (#4440)
  • af3d6cb fix: remove possibility of SendWrapper errors on server by using conditional ...
  • 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 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)

Bumps [leptos_router](https://github.com/leptos-rs/leptos) from 0.7.8 to 0.8.13.
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](leptos-rs/leptos@v0.7.8...v0.8.13)

---
updated-dependencies:
- dependency-name: leptos_router
  dependency-version: 0.8.13
  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 May 12, 2026
@satyakwok
Copy link
Copy Markdown
Member

Superseded by #26 (Cluster C: coordinated leptos 0.8 + axum 0.8 upgrade).

@satyakwok satyakwok closed this May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/leptos_router-0.8.13 branch May 12, 2026 04:19
satyakwok added a commit that referenced this pull request May 12, 2026
Coordinated upgrade of the Leptos + axum stack:
  leptos 0.7         → 0.8
  leptos_meta 0.7    → 0.8
  leptos_router 0.7  → 0.8
  leptos_axum 0.7    → 0.8
  axum 0.7           → 0.8

Both target builds clean with no source changes:
  cargo check --target wasm32-unknown-unknown  (browser bundle)
  cargo check --features ssr                    (axum binary)

axum 0.7.9 still appears in Cargo.lock as a transitive of server_fn
(leptos 0.8 ecosystem hasn't fully migrated yet); our code links
against 0.8.9.

Supersedes #17 (leptos_meta), #18 (leptos_axum), #20 (leptos_router), #22 (axum).
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.

1 participant