Open renovate[bot] opened 1 month ago
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:
The artifact failure details are included below:
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.
This PR contains the following updates:
^13.0.1
->^14.0.0
Release Notes
flutter/packages (go_router)
### [`v14.6.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1460) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.5.0...go_router-v14.6.0) - Allows going to a path relatively by prefixing `./` ### [`v14.5.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1450) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.4.1...go_router-v14.5.0) - Adds preload support to StatefulShellRoute, configurable via `preload` parameter on StatefulShellBranch. ### [`v14.4.1`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1441) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.4.0...go_router-v14.4.1) - Adds `missing_code_block_language_in_doc_comment` lint. ### [`v14.4.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1440) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.3.0...go_router-v14.4.0) - Adds current state getter on `GoRouter` that returns the current `GoRouterState`. ### [`v14.3.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1430) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.9...go_router-v14.3.0) - Added missing implementation for the routerNeglect parameter in GoRouter. ### [`v14.2.9`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1429) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.8...go_router-v14.2.9) - Relaxes route path requirements. Both root and child routes can now start with or without '/'. ### [`v14.2.8`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1428) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.7...go_router-v14.2.8) - Updated custom_stateful_shell_route example to better support swiping in TabView as well as demonstration of the use of PageView. ### [`v14.2.7`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1427) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.6...go_router-v14.2.7) - Fixes issue so that the parseRouteInformationWithContext can handle non-http Uris. ### [`v14.2.6`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1426) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.5...go_router-v14.2.6) - Fixes replace and pushReplacement uri when only one route match in current route match list. ### [`v14.2.5`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1425) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.3...go_router-v14.2.5) - Fixes an issue where android back button pops pages in the wrong order. ### [`v14.2.3`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1423) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.2...go_router-v14.2.3) - Fixes redirect example's signature in `route.dart`. ### [`v14.2.2`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1422) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.1...go_router-v14.2.2) - Adds section for "Stateful nested navigation" to configuration.md. ### [`v14.2.1`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1421) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.2.0...go_router-v14.2.1) - Makes GoRouterState lookup more robust. ### [`v14.2.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1420) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.1.4...go_router-v14.2.0) - Added proper `redirect` handling for `ShellRoute.$route` and `StatefulShellRoute.$route` for proper redirection handling in case of code generation. ### [`v14.1.4`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1414) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.1.3...go_router-v14.1.4) - Fixes a URL in `navigation.md`. ### [`v14.1.3`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1413) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.1.2...go_router-v14.1.3) - 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`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1412) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.1.1...go_router-v14.1.2) - Fixes issue that path parameters are not set when using the `goBranch`. ### [`v14.1.1`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1411) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.1.0...go_router-v14.1.1) - Fixes correctness of the state provided in the `onExit`. ### [`v14.1.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1410) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.0.2...go_router-v14.1.0) - Adds route redirect to ShellRoutes ### [`v14.0.2`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1402) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.0.1...go_router-v14.0.2) - Fixes unwanted logs when `hierarchicalLoggingEnabled` was set to `true`. ### [`v14.0.1`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1401) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v14.0.0...go_router-v14.0.1) - Updates the redirection documentation for clarity ### [`v14.0.0`](https://redirect.github.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#1400) [Compare Source](https://redirect.github.com/flutter/packages/compare/go_router-v13.2.5...go_router-v14.0.0) - **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.
This PR was generated by Mend Renovate. View the repository job log.