LayerTwo-Labs / sidesail

A work-in-progress sidechain UI.
MIT License
6 stars 4 forks source link

build(deps): bump auto_route from 7.8.4 to 7.9.0 in /packages/sidesail #130

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps auto_route from 7.8.4 to 7.9.0.

Changelog

Sourced from auto_route's changelog.

auto_route - v7.9.0

  • REFACTOR(example): remove unnecessary pageTransitionsTheme parameter.
  • FIX: unable to get the label for back button(previous route title) and current route title on CupertinoNavigationBar and CupertinoSliverNavigationBar #1795.
  • FIX: CupertinoNavigationBar and CupertinoSliverNavigationBar unable to get route title and previous route title.
  • FIX: docstring typo(RouteData.mete -> RouteData.meta).
  • FIX: keep TabsRouter.homeIndex in sync with AutoTabsRouter.homeIndex.
  • FEAT: add back mixin to AutoRouteAware.

2023-10-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


Commits
  • bcfb7c3 chore(release): publish packages
  • 16e5f03 disable nested back gesture work around for now
  • 8fd25c6 fix: unable to get the label for back button(previous route title) and curren...
  • c6bc7b3 Merge pull request #1795 from radomir9720/fix/unable_to_get_the_label_for_bac...
  • 3656012 Merge pull request #1884 from Kirpal/patch-1
  • dfb753b refactor(example): remove unnecessary pageTransitionsTheme parameter
  • 209dec4 docs: remove NoShadowCupertinoPageTransitionsBuilder and related issues mentions
  • 2ee2ed7 fix: CupertinoNavigationBar and CupertinoSliverNavigationBar unable to get ro...
  • 3f00eba fix: docstring typo(RouteData.mete -> RouteData.meta)
  • c1dc94a Fix flutter sdk constraint
  • 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 5 months ago

Superseded by #132.