Skip to content

fix(deps): update go_router (major)#3095

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-go_router
Open

fix(deps): update go_router (major)#3095
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-go_router

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2025

This PR contains the following updates:

Package Type Update Change
go_router (source) dependencies major ^16.0.017.1.0
go_router_builder (source) dev_dependencies major ^3.0.04.2.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

flutter/packages (go_router)

v17.1.0

Compare Source

  • Adds TypedQueryParameter annotation to override parameter names in TypedGoRoute constructors.

v17.0.1

Compare Source

  • Fixes an issue where onEnter blocking causes navigation stack loss (stale state restoration).
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.

v17.0.0

Compare Source

  • BREAKING CHANGE
    • ShellRoute's navigating changes notify GoRouter's observers by default.
    • Adds notifyRootObserver to ShellRouteBase, ShellRoute, StatefulShellRoute, ShellRouteData.$route, TypedShellRoute, TypedStatefulShellRoute.

v16.3.0

Compare Source

  • Adds a top-level onEnter callback with access to current and next route states.

v16.2.5

Compare Source

  • Fixes GoRouter.of(context) access inside redirect callbacks by providing router access through Zone-based context tracking.
  • Adds support for using context extension methods (e.g., context.namedLocation(), context.go()) within redirect callbacks.

v16.2.4

Compare Source

  • Fix Android Cold Start deep link with empty path losing scheme and authority.

v16.2.3

Compare Source

  • Fixes an issue where iOS back gesture pops entire ShellRoute instead of the active sub-route.

v16.2.2

Compare Source

  • Fixes broken links in readme.

v16.2.1

Compare Source

  • Adds state restoration topic to documentation.

v16.2.0

Compare Source

  • Adds RelativeGoRouteData and TypedRelativeGoRoute.
  • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

v16.1.0

Compare Source

  • Adds annotation for go_router_builder that enable custom string encoder/decoder #​110781. Requires go_router_builder >= 3.1.0.
flutter/packages (go_router_builder)

v4.2.0

Compare Source

  • Adds supports for TypedQueryParameter annotation.
    Its name parameter allows specifying a different name for the query parameter than the field name. The name is escaped to be URL-safe. For example @TypedQueryParameter(name: 'field with space') will generate a query parameter named field+with+space.

v4.1.3

Compare Source

  • Requires analyzer 8.2 or higher, to avoid experimental APIs.
  • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.

v4.1.2

Compare Source

  • Updates supported analyzer versions to 8.x or 9.x.
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.

v4.1.1

Compare Source

  • Allow analyzer: '>=7.4.0 <9.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.
  • Allow source_gen: '>=3.1.0 <5.0.0'.

v4.1.0

Compare Source

  • Adds support for classes that support fromJson/toJson. #​117261
  • Adds annotation that enable custom string encoder/decoder #​110781

v4.0.1

Compare Source

  • Fixes unnecessary whitespace in generated RelativeGoRouteData.

v4.0.0

Compare Source

  • Make Route mixins public.

v3.3.1

Compare Source

  • Fixes warnings in generated code of iterable parameters.

v3.3.0

Compare Source

  • Adds support for TypedRelativeGoRoute.

v3.2.1

Compare Source

  • Changes generated whitespace for better compatibility with new Dart formatter.

v3.2.0

Compare Source

  • Adds support forextension type.

v3.0.1

Compare Source

  • Updates README.md to use the mixin with _$RouteName.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/major-go_router branch from 82f7dd8 to 2f50514 Compare September 4, 2025 03:08
@renovate renovate bot force-pushed the renovate/major-go_router branch from 2f50514 to 19ab965 Compare September 24, 2025 00:53
@renovate renovate bot force-pushed the renovate/major-go_router branch from 19ab965 to 9f8e0de Compare October 21, 2025 20:23
@renovate renovate bot force-pushed the renovate/major-go_router branch from 9f8e0de to d8255a7 Compare November 20, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency go_router_builder to v4 fix(deps): update go_router (major) Nov 20, 2025
@renovate renovate bot force-pushed the renovate/major-go_router branch 2 times, most recently from e306078 to 6c0f320 Compare December 2, 2025 00:50
@renovate renovate bot force-pushed the renovate/major-go_router branch from 6c0f320 to 6f9c0b6 Compare December 11, 2025 03:34
@renovate renovate bot force-pushed the renovate/major-go_router branch from 6f9c0b6 to d8e0f57 Compare February 3, 2026 12:32
@renovate renovate bot force-pushed the renovate/major-go_router branch from d8e0f57 to d8e2c0c Compare February 4, 2026 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants