Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency auto_route to v10 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Type Update Change
auto_route dependencies major ^4.0.1 -> ^10.0.0

Release Notes

Milad-Akarie/auto_route_library (auto_route)

v9.2.1

  • FIX: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages.

v9.2.0

  • FIX: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages.
  • FIX: revert web package back to version ^0.5.1 because it's pinned in a lot of other packages.
  • FEAT: Add query params options to redirectTo in RedirectRoute #​1721.
  • FEAT: Add query params options to redirectTo in RedirectRoute #​1721.

v9.1.0

  • FEAT: Add query params options to redirectTo in RedirectRoute #​1721.

v9.0.1

  • FIX: make EmptyShellRoute() a const.

v8.3.0

  • FEAT: add url#fragment support.

v8.2.0

  • FEAT: migrate conditional import to js_interop.
  • FEAT: update to web library.

v8.1.4

  • FIX: fix an error when popping a nested route after flutter 3.22.0 #​1973.

v8.1.3

  • FIX: Fixed back gesture when nested navigator only has multi nested entries.
  • FIX: Can not swipe back on iOS when using nested navigation #​1932.

v8.1.1

  • FIX: Can not swipe back on iOS when using nested navigation #​1932.

v8.1.0

  • FEAT: add url#fragment support.

v8.0.3

Compare Source

v8.0.2

  • FIX: only disable parent back gesture if the active child can pop.

v7.9.1

Compare Source

  • FIX: incorrect top route information when deep-linking into an uninitialized tab 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.

v7.8.4

Compare Source

  • FIX: ensure dynamic tab updates are handled in AutoTabsRouter.tabBar.
  • FIX: issue related to parsing deep-links after flutter 3.13.0.

v7.8.3

Compare Source

v7.8.2

Compare Source

  • DOCS: Fix typos and a broken links.

v7.8.1

Compare Source

  • FIX: crash if pendingChildren are passed in as unmodifiable list.
  • DOCS: Fix typos and a broken links.
  • DOCS: Add public Api docs to auto_route_generator.

v7.8.0

Compare Source

  • FEAT: add PlatformDeepLink.initial flag to tell whether we're coming from setInitialRoutePath or setNewRoutePath.
  • FEAT: add option to pass custom ignore_for_file rules to the generated file.
  • FEAT: support the new allowSnapshotting flag.

v7.7.1

Compare Source

  • FIX: tab routes should be matched by key not name.

v7.7.0

Compare Source

  • FEAT: Add basic support to dart records.

v7.6.0

Compare Source

  • FEAT: add 'scoped' argument to to StackRouter.removeUntil, if true the predicate will visit all StackRouters in hierarchy.
  • FEAT: add 'scoped' argument to to StackRouter.popUntil, if true the predicate will visit all StackRouters in hierarchy.

v7.5.0

  • FIX: Uri percent-encoded characters encoded twice #​1620.
  • FIX: delegate missing arguments in auto_route_guard redirect.
  • FEAT(auto_route): add AutoPageRouteBuilder.opaque argument.

v7.3.2

Compare Source

  • DOCS: Add public Api docs to auto_route_generator.

v7.3.1

Compare Source

  • DOCS: Add public Api docs to auto_route_generator.

v7.3.0

Compare Source

  • REFACTOR: generated routes are not alphabetically sorted.
  • FEAT: add option to pass custom ignore_for_file rules to the generated file.
  • FEAT: Add basic support to dart records.

v7.2.0

Compare Source

  • FEAT: Add basic support to dart records.

v7.1.0

Compare Source

  • REVERT: "feat: add more flexible multi package support".
  • REVERT: "cleanup".
  • FEAT(auto_route_generator): expose the new autoRouterModuleBuilder to the package surface.
  • FEAT(auto_route_generator): add AutoRouterModuleBuilder.
  • FEAT(auto_route_generator): update code builder (add module support + rename).
  • FEAT(auto_route_generator): update RouterConfig + RouterConfigResolver to match AutoRouterConfig.module.
  • FEAT: add more flexible multi package support.

v7.0.0

Compare Source

  • FEAT: add support to process files in micro-packages.
  • DOCS: add all public api docs.

v6.4.0

Compare Source

  • REFACTOR: deprecated initialDeepLink and initialRouts.

v6.3.0

Compare Source

  • REFACTOR: make AutoRouterState and AutoTabsRouterState public.
  • FEAT: Bring AutoRoute.initial back.

v6.2.1

Compare Source

  • REFACTOR: make AutoRouterState and AutoTabsRouterState public.
  • DOCS: add all public api docs.

v6.2.0

  • FIX: need to always depend on RouterScope.
  • FIX: url state decode issue.
  • FEAT: Add a getter to expose child widget from AutoRoutePage.
  • FEAT: deferred loading for web to enable code splitting for routes.

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.


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

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

Copy link
Contributor Author

renovate bot commented Feb 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade auto_route
Because auto_route_generator ^4.2.0 depends on auto_route ^4.2.0 and no versions of auto_route_generator match >4.0.0 <4.2.0, auto_route_generator >4.0.0 <5.0.0 requires auto_route ^4.2.0.
And because auto_route_generator 4.0.0 depends on auto_route ^4.0.0, auto_route_generator ^4.0.0 requires auto_route ^4.0.0.
So, because yaca depends on both auto_route ^10.0.0 and auto_route_generator ^4.0.0, version solving failed.
Failed to update packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants