antvis / data-set

state driven all in one data process for data visualization.
MIT License
248 stars 46 forks source link

chore(deps): bump d3-geo-projection from 2.1.2 to 2.9.0 #86

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps d3-geo-projection from 2.1.2 to 2.9.0.

Release notes

Sourced from d3-geo-projection's releases.

v2.9.0

v2.8.1

  • remove spurious ES6 syntax (#183)

v2.8.0

  • Approximate 2-d Newton-Raphson method: inverts the Bertin1953, Chamberlin and interruptedSinuMollweide projections (#181)
  • upgrades the Modified Stereographic Projection of Alaska (#175)
  • Bertin1953 can now be rotated (it still shouldn't!) (#182 )

v2.7.1

  • Mark the package as having no side effects (thanks, @stof !)
  • Correct HEALPix cap parallel (thanks, @Portponky !)
  • simpler parsing of the --precision option in bin/geograticule

v2.7.0

New projection: d3.geoInterruptedQuarticAuthalic. Thanks, @piwodlaiwo!

Add fitExtent, fitHeight, fitSize, fitWidth to geoGilbert (#165)

Fixes for d3.geoArmadillo (#163, #164).

v2.6.0

New projection: d3.geoNicolosi. Thanks, @toja!

LineString simplification in geoQuantize (#141)

Fixes missing dependency on resolve (#162).

v2.5.1

  • Fix spurious usage of ES6 syntax. (#158)

v2.5.0

New projections:

Fixes:

  • Fix d3.geoHealpix with 1 lobe (#149).
  • Documentation clean-up.

v2.4.1

  • Update dependencies.

v2.4.0

  • Waldo R. Tobler's hyperelliptical projection family
  • projections can use .angle()
... (truncated)
Commits
  • aa9e19e v2.9.0
  • 289719b Airy's inverse projection was failing for larger angles
  • 7358244 style
  • 61ce0d7 the polyconic inverse was wrong near the south pole
  • 3d2f387 fixes armadillo inverse
  • d769c49 v2.8.1
  • 06b2add fix #183: Default function parameters are ECMAScript 2015
  • 1495360 v2.8.0
  • 559e3c4 backtrack if overshooting
  • 10833cc Approximate 2-d Newton-Raphson method: inverts Bertin1953, Chamberlin and int...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by recifs, a new releaser for d3-geo-projection since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)