Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Type Update Change
auto_route_generator dev_dependencies major ^4.0.010.4.0

Release Notes

Milad-Akarie/auto_route_library (auto_route_generator)

v10.2.5

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • auto_route_generator - v10.2.5

auto_route - v10.2.0
  • REFACTOR: update element references and improve method signatures for clarity.
  • REFACTOR: remove redundant formatting in generated code.
  • REFACTOR: Improve tab navigation and observer logic.
  • FIX: respect page.opaque for transparent route.
  • FIX: meta import.
  • FIX: Allow PopCompleter to complete during route reevaluation.
  • FIX(reevaluate): ensure _isReevaluating is reset after reevaluation.
  • FIX: improve focus and semantics handling in AutoTabsRouter.
  • FIX: default argsEquality to true for route args and update related documentation.
  • FIX: respect argsEquality config in PageRouteInfo == operator.
  • FIX: Generated code is not properly formatted.
  • FEAT: Add experimental support for lean_builder.
  • FEAT: expose routeTraversalEdgeBehavior.
  • DOCS: improve LeanBuilder section in README.
  • DOCS: improve LeanBuilder section in README.

v10.2.2

  • FIX: predictive back gesture known issues.
  • FIX: update predictive_back_page_detector.dart to resolve predictive back and swipe issues.

v10.2.0

  • REFACTOR: update element references and improve method signatures for clarity.
  • REFACTOR: remove redundant formatting in generated code.
  • REFACTOR: Improve tab navigation and observer logic.
  • FIX: respect page.opaque for transparent route.
  • FIX: meta import.
  • FIX: Allow PopCompleter to complete during route reevaluation.
  • FIX(reevaluate): ensure _isReevaluating is reset after reevaluation.
  • FIX: improve focus and semantics handling in AutoTabsRouter.
  • FIX: default argsEquality to true for route args and update related documentation.
  • FIX: respect argsEquality config in PageRouteInfo == operator.
  • FIX: Generated code is not properly formatted.
  • FEAT: Add experimental support for lean_builder.
  • FEAT: expose routeTraversalEdgeBehavior.
  • DOCS: improve LeanBuilder section in README.
  • DOCS: improve LeanBuilder section in README.

v10.0.1

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • auto_route_generator - v10.0.2

auto_route - v10.0.1
  • REFACTOR(custom_route): update route duration type from int to Duration.
  • FIX: guard reevaluation issues #​1993 #​2151 #​2100.
  • FIX: Exposing clipBehavior for nested navigation #​2082.
  • FIX: When use AutoTabsRouter.tabBar, maintainState: false and TabBar together, fails to load routes in some cases #​2113.
  • FIX: Unexpected null value issue with context in provider model and AutoRouteGuard #​1707.
  • FIX: Unexpected null value issue with context in provider model and AutoRouteGuard #​1707.

v8.1.0

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - v8.3.0
  • FEAT: add url#fragment support.
auto_route_generator - v8.1.0
  • FEAT: add url#fragment support.

v7.3.2

Compare Source

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - v7.8.4
  • FIX: ensure dynamic tab updates are handled in AutoTabsRouter.tabBar.
  • FIX: issue related to parsing deep-links after flutter 3.13.0.
auto_route_generator - v7.3.2
  • DOCS: Add public Api docs to auto_route_generator.

v7.3.1

Compare Source

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route_generator - v7.3.1
  • DOCS: Add public Api docs to auto_route_generator.

v7.3.0

Compare Source

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - v7.8.0
  • 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.
auto_route_generator - v7.3.0
  • 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

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - v7.7.0
  • FEAT: Add basic support to dart records.
auto_route_generator - v7.2.0
  • FEAT: Add basic support to dart records.

v7.1.2

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • auto_route_generator - v7.1.2

auto_route - v7.6.0
  • 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.1.1

Compare Source

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route_generator - v7.1.1
  • REFACTOR: change module extension from .module.dart to .gm.dart.
  • DOCS: update CHANGELOG.md.

v7.1.0

Compare Source

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - v7.2.0
  • REVERT: "feat: add more flexible multi package support".
  • REFACTOR: resolve some flutter 3.10 deprecations.
  • FEAT(auto_route): add AutoRouterConfig.module annotation.
  • FEAT(auto_route): add AutoRouterModule.
  • FEAT: add more flexible multi package support.
  • DOCS(auto_route): fix typo.
auto_route_generator - v7.1.0
  • 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

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


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

v6.2.0

Changes

Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


auto_route - 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.
auto_route_generator - v6.2.0
  • FIX: include nested pages imports.
  • FIX(generator): Bool opt type as num.
  • 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.

@renovate
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_generator
Because no versions of hive_generator match >1.1.3 <2.0.0 and hive_generator 1.1.3 depends on source_gen ^1.0.0, hive_generator ^1.1.3 requires source_gen ^1.0.0.
And because auto_route_generator >=10.2.5 depends on source_gen >=3.1.0 <5.0.0, hive_generator ^1.1.3 is incompatible with auto_route_generator >=10.2.5.
So, because yaca depends on both auto_route_generator 10.4.0 and hive_generator ^1.1.3, version solving failed.
Failed to update packages.

@renovate renovate bot force-pushed the renovate/auto_route_generator-10.x branch from 9088af2 to b9866cd Compare November 2, 2025 00:16
@renovate renovate bot force-pushed the renovate/auto_route_generator-10.x branch from b9866cd to aea1fa2 Compare November 16, 2025 19:52
@renovate renovate bot force-pushed the renovate/auto_route_generator-10.x branch from aea1fa2 to cf0ba7e Compare November 27, 2025 23:55
@renovate renovate bot force-pushed the renovate/auto_route_generator-10.x branch from cf0ba7e to dc89fc2 Compare December 1, 2025 07:21
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.

1 participant