Skip to content

Commit 1442a00

Browse files
Bump go_router from 15.1.3 to 16.0.0 in /deeplink_cookbook (#2333)
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 15.1.3 to 16.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/05469f739e617b8871c385be3a016eafb7f117f2"><code>05469f7</code></a> [go_router] bump breaking change release to v16 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9480">#9480</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3dc682deffb460bf2e88cb9aa3c793fb0cc071b6"><code>3dc682d</code></a> [video_player] Use CADisplayLink on macOS 14.0+ (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9533">#9533</a>)</li> <li><a href="https://github.com/flutter/packages/commit/35eaf3e084d66a723cd455d9446d45c96d8d3b1c"><code>35eaf3e</code></a> [dependabot]: Bump exoplayer_version from 1.4.1 to 1.5.1 in /packages/video_p...</li> <li><a href="https://github.com/flutter/packages/commit/471bfd305f4eb9340ca2783f26fa848707a20f8d"><code>471bfd3</code></a> [google_maps_flutter] Remove legacy renderer tests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9517">#9517</a>)</li> <li><a href="https://github.com/flutter/packages/commit/48c9498dbcf355ab826be08a563f860864d93de6"><code>48c9498</code></a> [camera_android_camerax] Fix incorrectly rotated captured photos (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9498">#9498</a>)</li> <li><a href="https://github.com/flutter/packages/commit/57bbc9e5f5e3fb44d0f9ad04a5f61ffc76158028"><code>57bbc9e</code></a> [in_app_purchase] Annotate deprecation in test (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9473">#9473</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5eb36be49c4854f45ac248c198d9e5a51fcce802"><code>5eb36be</code></a> [video_player] Add poster attribute for html video tag in video_player_platfo...</li> <li><a href="https://github.com/flutter/packages/commit/3b019c441003cbf2beaf5183bc0b842c1295d08a"><code>3b019c4</code></a> Skip test to unblock packages (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9516">#9516</a>)</li> <li><a href="https://github.com/flutter/packages/commit/0fd28511bca74ac4db06521731616fb9b4fb7062"><code>0fd2851</code></a> [google_sign_in] Add contributor setup instructions (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9489">#9489</a>)</li> <li><a href="https://github.com/flutter/packages/commit/2e27aaf19baf058df03a24a6dcfd7ae6a19a913c"><code>2e27aaf</code></a> [google_sign_in] Use an activity for credential requests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/9497">#9497</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/go_router-v16.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=15.1.3&new-version=16.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 dc096e3 commit 1442a00

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: ^15.1.2
37+
go_router: ^16.0.0
3838

3939
dev_dependencies:
4040
flutter_test:

0 commit comments

Comments
 (0)