Skip to content

chore: Bump latlong2 from 0.9.1 to 0.10.1#3386

Merged
marcnause merged 1 commit into
mainfrom
dependabot/pub/latlong2-0.10.1
Jul 1, 2026
Merged

chore: Bump latlong2 from 0.9.1 to 0.10.1#3386
marcnause merged 1 commit into
mainfrom
dependabot/pub/latlong2-0.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps latlong2 from 0.9.1 to 0.10.1.

Changelog

Sourced from latlong2's changelog.

[0.10.1]

  • New maintainer: ThexXTURBOXx (Nico Mexis)
  • Improved LatLng.hashCode properly, reducing collisions (old hash function was worse).
  • Reorganised pubspec and fixed license on pub.dev

[0.10.0]

  • Improved LatLng.hashCode to use XOR (^) instead of addition, reducing collisions.
  • Safer LatLng.fromJson parsing: coordinates are now cast via num before converting to double.
  • Documentation cleanup: removed new keyword from all examples, updated return types.
  • Add LatLng.isValid getter for explicit bounds checking (latitude ∈ [-90, 90], longitude ∈ [-180, 180]).
  • Fix Range tests to reflect that latitude/longitude boundary assertions were removed in 0.9.1.
Commits

Dependabot compatibility score

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 commands and options

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

@dependabot dependabot Bot added dart Pull requests that update dart code Dependencies Adding dependencies and libraries labels Jul 1, 2026
Bumps [latlong2](https://github.com/ThexXTURBOXx/dart-latlong) from 0.9.1 to 0.10.1.
- [Changelog](https://github.com/ThexXTURBOXx/dart-latlong/blob/master/CHANGELOG.md)
- [Commits](ThexXTURBOXx/dart-latlong@v0.9.1...0.10.1)

---
updated-dependencies:
- dependency-name: latlong2
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@marcnause marcnause force-pushed the dependabot/pub/latlong2-0.10.1 branch from bab92ff to b4bc109 Compare July 1, 2026 19:47
@marcnause marcnause enabled auto-merge (rebase) July 1, 2026 19:48
@marcnause marcnause merged commit a31a7e1 into main Jul 1, 2026
13 of 14 checks passed
@marcnause marcnause deleted the dependabot/pub/latlong2-0.10.1 branch July 1, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code Dependencies Adding dependencies and libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant