Skip to content

Commit 8b9534d

Browse files
Bump go_router from 16.3.0 to 17.0.0 in /deeplink_cookbook (#2360)
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 16.3.0 to 17.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/8176ffdbd320ad2c3dc26bd0074e96070aba69ca"><code>8176ffd</code></a> [go_router] ShellRoute will merge GoRouter's observers (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9436">#9436</a>)</li> <li><a href="https://github.com/flutter/packages/commit/b87777caa83f0615311df3047340abacc375ca8a"><code>b87777c</code></a> [pigeon] Update analyzer version (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10352">#10352</a>)</li> <li><a href="https://github.com/flutter/packages/commit/a5e887b528866bbb2e220f6535d6977503be81ae"><code>a5e887b</code></a> [camera_platform_interface] Adds support for video stabilization to camera_pl...</li> <li><a href="https://github.com/flutter/packages/commit/5cae9cac3ab7edeac81dfb85866b864f0cdc09eb"><code>5cae9ca</code></a> [google_maps_flutter] Raise <code>MapUsedAfterWidgetDisposedError</code> when map contro...</li> <li><a href="https://github.com/flutter/packages/commit/6646debf2f21065c7ab1ebad42e7566cc0e01823"><code>6646deb</code></a> [pigeon] Replace containsKey with contains in Kotlin generator (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10274">#10274</a>)</li> <li><a href="https://github.com/flutter/packages/commit/da23dfffa674487d6192dfba0f59aac641c59905"><code>da23dff</code></a> [video_player] Remove <code>package</code> in example <code>AndroidManifest.xml</code> file (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10245">#10245</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e186c0a0e8c94e12c0ca6b77e9b030bd71c62845"><code>e186c0a</code></a> [in_app_purchase] Remove use of Pigeon's Dart test generator (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10328">#10328</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3d926aa495d369268a7f49f8446ff7be36fb982d"><code>3d926aa</code></a> [dependabot]: Bump com.squareup.okhttp3:okhttp from 5.1.0 to 5.3.0 in /packag...</li> <li><a href="https://github.com/flutter/packages/commit/3b6170fbc7124e7102b54ec32d0f423c555b2783"><code>3b6170f</code></a> [google_sign_in] Remove use of OCMock (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10290">#10290</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0718bf1e26a79a2b9225a102418296f831ba06d5"><code>0718bf1</code></a> [interactive_media_ads] Pin iOS dependency maximum (<a href="https://github.com/flutter/packages/tree/main/packages/issues/10349">#10349</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/go_router-v17.0.0/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=16.3.0&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 6ac2d9c commit 8b9534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeplink_cookbook/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37-
go_router: ^16.0.0
37+
go_router: ^17.0.0
3838

3939
dev_dependencies:
4040
flutter_test:

0 commit comments

Comments
 (0)