mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bump location from 4.4.0 to 5.0.0 in /flutter_maps_firestore (#1941)
Bumps [location](https://github.com/Lyokone/flutterlocation) from 4.4.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Lyokone/flutterlocation/releases">location's releases</a>.</em></p> <blockquote> <h2>location-v5.0.0</h2> <p><a href="https://pub.dev/packages/location/changelog#500">See changelog on pub.dev</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b622829537"><code>b622829</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/850">#850</a> from bartekpacia/fix_location_web_constraint</li> <li><a href="f168621db1"><code>f168621</code></a> location: fix constraint on location_web</li> <li><a href="dacf177751"><code>dacf177</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/849">#849</a> from bartekpacia/better_melos</li> <li><a href="48231e114c"><code>48231e1</code></a> bump dependency on location_platform_interface</li> <li><a href="f8bdb20226"><code>f8bdb20</code></a> improve melos scripts</li> <li><a href="d63c2640b8"><code>d63c264</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/848">#848</a> from bartekpacia/release_new_versions</li> <li><a href="8d49e58cff"><code>8d49e58</code></a> bump versions</li> <li><a href="51efa65611"><code>51efa65</code></a> foramt changelogs</li> <li><a href="5165086595"><code>5165086</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/847">#847</a> from bartekpacia/revive</li> <li><a href="5358fabfac"><code>5358fab</code></a> add GitHub Actions workflows for publishing</li> <li>Additional commits viewable in <a href="https://github.com/Lyokone/flutterlocation/compare/location-v4.4.0...location-v5.0.0">compare view</a></li> </ul> </details> <br /> [](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies:
|
|||||||
firebase_core: ^2.11.0
|
firebase_core: ^2.11.0
|
||||||
google_maps_flutter: ^2.2.6
|
google_maps_flutter: ^2.2.6
|
||||||
google_maps_webservice: ^0.0.20-nullsafety.5
|
google_maps_webservice: ^0.0.20-nullsafety.5
|
||||||
location: ^4.4.0
|
location: ">=4.4.0 <6.0.0"
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
analysis_defaults:
|
analysis_defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user