Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump geolib from 2.0.24 to 3.3.4 in /superset-frontend #564

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps geolib from 2.0.24 to 3.3.4.

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)

v3.3.3

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)

v3.3.2

3.3.2 (2021-10-11)

🔧 Fixes

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

v3.3.1

3.3.1 (2020-05-24)

🔧 Fixes

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

v3.3.0

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)

... (truncated)

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

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2023

The following labels could not be found: npm, dependabot.

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b7dcc9f) 68.89% compared to head (4ff40fa) 68.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #564   +/-   ##
=======================================
  Coverage   68.89%   68.89%           
=======================================
  Files        1901     1901           
  Lines       73927    73927           
  Branches     8183     8183           
=======================================
  Hits        50932    50932           
  Misses      20874    20874           
  Partials     2121     2121           
Flag Coverage Δ
hive 54.15% <ø> (ø)
mysql 79.21% <ø> (ø)
postgres 79.29% <ø> (ø)
presto 54.05% <ø> (ø)
python 83.31% <ø> (ø)
sqlite 77.88% <ø> (ø)
unit 54.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the 5049dependabot/npm_and_yarn/superset-frontend/geolib-3.3.4 branch from 37eedeb to edd9d1b Compare July 11, 2023 02:50
Bumps [geolib](https://github.com/manuelbieh/geolib) from 2.0.24 to 3.3.4.
- [Release notes](https://github.com/manuelbieh/geolib/releases)
- [Changelog](https://github.com/manuelbieh/geolib/blob/master/CHANGELOG.md)
- [Commits](manuelbieh/geolib@v2.0.24...v3.3.4)

---
updated-dependencies:
- dependency-name: geolib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the 5049dependabot/npm_and_yarn/superset-frontend/geolib-3.3.4 branch from edd9d1b to 4ff40fa Compare July 18, 2023 23:52
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the 5049dependabot/npm_and_yarn/superset-frontend/geolib-3.3.4 branch September 20, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants