mashita1023 / iroha_ui

0 stars 0 forks source link

Update dependency go_router to v6.5.9 #16

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go_router (source) dependencies minor 6.0.9 -> 6.5.9

Release Notes

flutter/packages (go_router) ### [`v6.5.9`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#659) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.8...go_router-v6.5.9) - Removes navigator keys from `GoRouteData` and `ShellRouteData`. ### [`v6.5.8`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#658) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.7...go_router-v6.5.8) - Adds name parameter to `TypedGoRoute` ### [`v6.5.7`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#657) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.6...go_router-v6.5.7) - Fixes a bug that go_router would crash if `GoRoute.pageBuilder` depends on `InheritedWidget`s. ### [`v6.5.6`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#656) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.5...go_router-v6.5.6) - Fixes an issue where ShellRoute routes were not logged when debugLogDiagnostic was enabled. ### [`v6.5.5`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#655) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.4...go_router-v6.5.5) - Fixes an issue when popping pageless route would accidentally complete imperative page. ### [`v6.5.4`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#654) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.3...go_router-v6.5.4) - Removes navigator keys from `TypedGoRoute` and `TypedShellRoute`. ### [`v6.5.3`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#653) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.2...go_router-v6.5.3) - Fixes redirect being called with an empty location for unknown routes. ### [`v6.5.2`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#652) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.1...go_router-v6.5.2) - NoTransitionPage now has an instant reverse transition. ### [`v6.5.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#651) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.5.0...go_router-v6.5.1) - Fixes an issue where the params are removed after popping. ### [`v6.5.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#650) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.4.1...go_router-v6.5.0) - Supports returning values on pop. ### [`v6.4.1`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#641) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.4.0...go_router-v6.4.1) - Adds `initialExtra` to **GoRouter** to pass extra data alongside `initialRoute`. ### [`v6.4.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#640) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.3.0...go_router-v6.4.0) - Adds `replace` method to that replaces the current route with a new one and keeps the same page key. This is useful for when you want to update the query params without changing the page key ([#​115902](https://togithub.com/flutter/flutter/issues/115902)). ### [`v6.3.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#630) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.2.0...go_router-v6.3.0) - Aligns Dart and Flutter SDK constraints. - Updates compileSdkVersion to 33. - Updates example app to iOS 11. - Adds `navigatorKey` to `TypedShellRoute` - Adds `parentNavigatorKey` to `TypedGoRoute` - Updates documentation in matching methods. ### [`v6.2.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#620) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.1.0...go_router-v6.2.0) - Exports supertypes in route_data.dart library. ### [`v6.1.0`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#610) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.0.10...go_router-v6.1.0) - Adds `GoRouter.maybeOf` to get the closest `GoRouter` from the context, if there is any. ### [`v6.0.10`](https://togithub.com/flutter/packages/blob/HEAD/packages/go_router/CHANGELOG.md#6010) [Compare Source](https://togithub.com/flutter/packages/compare/go_router-v6.0.9...go_router-v6.0.10) - Adds helpers for go_router_builder for ShellRoute support

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.

renovate[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/cfdd16/b9cf1a/repos/github/mashita1023/iroha_ui":"/tmp/worker/cfdd16/b9cf1a/repos/github/mashita1023/iroha_ui" -v "/tmp/worker/cfdd16/b9cf1a/cache":"/tmp/worker/cfdd16/b9cf1a/cache" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/cfdd16/b9cf1a/repos/github/mashita1023/iroha_ui" ghcr.io/containerbase/sidecar bash -l -c "install-tool flutter 3.10.3 && flutter pub upgrade go_router"
Downloading Linux x64 Dart SDK from Flutter engine 2a3401c9bbb5a9a9aec74d4f735d18a9dd3ebf2d...
Building flutter tool...
Because every version of flutter_test from sdk depends on meta 1.9.1 and color_simulator depends on meta 1.8.0, flutter_test from sdk is forbidden.
So, because color_simulator depends on flutter_test from sdk, version solving failed.