iobroker-community-adapters / ioBroker.places

Adapter for ioBroker for analyzing location information
MIT License
5 stars 5 forks source link

Update geolib requirement from ^3.3.3 to ^3.3.4 #80

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on geolib to permit the latest version.

Release notes

Sourced from geolib's releases.

v3.3.4

3.3.4 (2023-06-01)

πŸ”§ Fixes

  • getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results (955937b)
  • isPointWithinRadius false even if true (249d047)
Changelog

Sourced from geolib's changelog.

3.3.4 (2023-06-01)

πŸ”§ Fixes

  • getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results (955937b)
  • isPointWithinRadius false even if true (249d047)

3.3.3 (2021-10-11)

πŸ”§ Fixes

  • ignore whitespaces in sexagesimal patterns. fixes #254 (47850ea)
  • increase accuracy (2a7b443)
  • Merge pull request #278 from PaulCapron/patch-1 (3827a8f)

3.3.2 (2021-10-11)

πŸ”§ Fixes

  • make native ESM importing from Node.js work (7a850b7)

3.3.1 (2020-05-24)

πŸ”§ Fixes

  • add missing wktToPolygon export to UMD build. fixes #221 (e76848b)

3.3.0 (2020-05-24)

🧩 Features

  • re-export constants so they can be used by library consumers (1a5e214)

πŸ’‰ Improvements

  • update all deps and make release workflow work with external config (2cf5513)
  • update node image during ci (17c821f)
  • use external release-config to publish new releases with automated CHANGELOG.md (81b4bce)

v2.0.24

  • Dropped support for IE6, IE7, IE8
  • Added new methods geolib.latitude(), geolib.longitude(), geolib.elevation() to get latitude, longitude or elevation of points. Will be converted to decimal format automatically
  • Added new method geolib.extend() to extend geolib object

... (truncated)

Commits
  • 26ec179 release: 3.3.4 - 2023-06-01T08:02:35.330Z [skip ci]
  • 628c801 Merge pull request #300 from ddarren/ds-test-coverage
  • 5c29f71 test: added test coverage to toRad
  • b740c71 test: added test coverage for src/toDeg.ts
  • 6fa3cc2 test: added test coverage for src/isValidLongitude.ts
  • 7ce22c6 test: added test coverage for src/isValidLatitude.ts
  • 955937b fix: getRoughCompassDirection regex used "contains" logic rather than exact m...
  • 44b3557 test: added test coverage to src/findNearest.ts
  • b2982e2 Merge pull request #299 from Andarist/fix/fallback-conditions
  • 816ea46 Add types condition to the require condition
  • Additional commits viewable in compare view


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 will merge this PR once CI passes on it, as requested by @Apollon77.


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