Skip to content

Commit

Permalink
Bump go_router from 13.2.5 to 14.3.0 (#265)
Browse files Browse the repository at this point in the history
Bumps
[go_router](https://github.com/flutter/packages/tree/main/packages) from
13.2.5 to 14.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/flutter/packages/commit/f142461af2fa39f8121ddfbbd0720dfafb016996"><code>f142461</code></a>
[go_router] Added missing implementation for the routerNeglect parameter
in G...</li>
<li><a
href="https://github.com/flutter/packages/commit/e28f004e487f676a627e8f4fa4c67a3f90613567"><code>e28f004</code></a>
[google_maps_flutter_platform_interface] Convert
<code>BitmapDescriptor</code> to typesa...</li>
<li><a
href="https://github.com/flutter/packages/commit/6ec1b43d667be1c319ec56f8d7ff5fffa689a322"><code>6ec1b43</code></a>
[google_maps_flutter_platform_interface] Convert
<code>PatternItem</code> and <code>Cap</code> to t...</li>
<li><a
href="https://github.com/flutter/packages/commit/05bf1d482dd93c74ea957b0d8ae1cf019bd4d8a9"><code>05bf1d4</code></a>
[various] Update Swift plugins for non-nullable generics (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7742">#7742</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/6dd7f6bdf30438323e08f2ac1bb775d98f555654"><code>6dd7f6b</code></a>
[url_launcher] Update Android Pigeon (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7744">#7744</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/b33972233ecb894f2fd3d61a74dd1c300fac10c2"><code>b339722</code></a>
[xdg_directories] Add <code>stateHome</code> property (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7766">#7766</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/9e7333d2a86db09c15152d55f5c68fd369be8073"><code>9e7333d</code></a>
[file_selector] Update Android Pigeon for non-nullable generics (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7781">#7781</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/60582944873483d60679e2a1acb32c69102acd5b"><code>6058294</code></a>
[go_router] Relax subroute path requirements (allow root and child
routes to ...</li>
<li><a
href="https://github.com/flutter/packages/commit/429650f681c00af6560e6133d7652723e58cb15c"><code>429650f</code></a>
[camera, google_sign_in, espresso] Bump guava to version
<code>33.3.1</code>. (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7773">#7773</a>)</li>
<li><a
href="https://github.com/flutter/packages/commit/309398a235caaf04f1057c967f0431502df229fd"><code>309398a</code></a>
[video_player] Remove -Werror from Android build (<a
href="https://github.com/flutter/packages/tree/main/packages/issues/7776">#7776</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/flutter/packages/commits/go_router-v14.3.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=13.2.5&new-version=14.3.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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 9b0327b commit 7faa4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
flutter_staggered_animations: ^1.1.1
flutter_svg: ^2.0.6
freezed_annotation: ^2.2.0
go_router: ^13.2.0
go_router: ^14.3.0
google_sign_in: ^6.2.1
json_annotation: ^4.8.1
logger: ^2.3.0
Expand Down

0 comments on commit 7faa4a6

Please sign in to comment.