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

fix(deps): update dependency go_router to v14 #404

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Type Update Change
go_router (source) dependencies major ^13.0.1 -> ^14.0.0

Warning

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


Release Notes

flutter/packages (go_router)

v14.6.0

Compare Source

  • Allows going to a path relatively by prefixing ./

v14.5.0

Compare Source

  • Adds preload support to StatefulShellRoute, configurable via preload parameter on StatefulShellBranch.

v14.4.1

Compare Source

  • Adds missing_code_block_language_in_doc_comment lint.

v14.4.0

Compare Source

  • Adds current state getter on GoRouter that returns the current GoRouterState.

v14.3.0

Compare Source

  • Added missing implementation for the routerNeglect parameter in GoRouter.

v14.2.9

Compare Source

  • Relaxes route path requirements. Both root and child routes can now start with or without '/'.

v14.2.8

Compare Source

  • Updated custom_stateful_shell_route example to better support swiping in TabView as well as demonstration of the use of PageView.

v14.2.7

Compare Source

  • Fixes issue so that the parseRouteInformationWithContext can handle non-http Uris.

v14.2.6

Compare Source

  • Fixes replace and pushReplacement uri when only one route match in current route match list.

v14.2.5

Compare Source

  • Fixes an issue where android back button pops pages in the wrong order.

v14.2.3

Compare Source

  • Fixes redirect example's signature in route.dart.

v14.2.2

Compare Source

  • Adds section for "Stateful nested navigation" to configuration.md.

v14.2.1

Compare Source

  • Makes GoRouterState lookup more robust.

v14.2.0

Compare Source

  • Added proper redirect handling for ShellRoute.$route and StatefulShellRoute.$route for proper redirection handling in case of code generation.

v14.1.4

Compare Source

  • Fixes a URL in navigation.md.

v14.1.3

Compare Source

  • Improves the logging of routes when debugLogDiagnostics is enabled or `debugKnownRoutes() is called. Explains the position of shell routes in the route tree. Prints the widget name of the routes it is building.

v14.1.2

Compare Source

  • Fixes issue that path parameters are not set when using the goBranch.

v14.1.1

Compare Source

  • Fixes correctness of the state provided in the onExit.

v14.1.0

Compare Source

  • Adds route redirect to ShellRoutes

v14.0.2

Compare Source

  • Fixes unwanted logs when hierarchicalLoggingEnabled was set to true.

v14.0.1

Compare Source

  • Updates the redirection documentation for clarity

v14.0.0

Compare Source

  • BREAKING CHANGE
    • GoRouteData's onExit now takes 2 parameters BuildContext context, GoRouterState state.

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 Sep 24, 2024

⚠️ 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 go_router
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.

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