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

Update dependency h3-js to v4 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
h3-js ^3.7.2 -> ^4.0.0 age adoption passing confidence

Release Notes

uber/h3-js (h3-js)

v4.1.0

Compare Source

Added
  • Add cellToChildPos, childPosToCell, and cellToChildrenSize functions. (#​170)
Changed
  • Updated the core library to v4.1.0 (#​170)
Fixed
  • Patch libh3 bundles to check for typeof document != "undefined" before accessing document. This allows h3-js to be used in a Web Worker and React Native (#​169)
  • Fix H3Index type hints for cellToBoundary, cellArea, edgeLength (#​171)

v4.0.1

Compare Source

Changed
  • Updated the core library to v4.0.1 (#​161)
Fixed
  • Fixed error when compacting with res 0 cells (#​161)

v4.0.0

Compare Source

Breaking Changes
  • Updated the core library to v4.0.0. This update renames the majority of the H3 functions. You can see a list of changed function names in the core library documentation. For the most part, upgrading to v4 for Javascript consumers should be a straightforward search & replace between the old names and the new. (#​151, #​144, #​141, #​139)
  • Added more cases in which JS errors may be thrown. In H3 v3, many functions would fail silently with invalid input, returning null or similar signal values. In H3 v4, we will throw descriptive errors for most instances of bad input. (#​139)
Changed
  • Add Typescript typechecking, generate types with tsc (#​153)
Fixed
  • Fail package publish if there are library changes (#​148)
Added
  • Added legacy API wrapper with Typescript types (#​146)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/h3-js-4.x branch from 5fa8225 to 15732a8 Compare March 31, 2023 16:02
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.

0 participants