etpinard / d3-geo-projection-picker

:globe_with_meridians: Hand-picked d3 geo projections
MIT License
7 stars 0 forks source link

An in-range update of d3-geo-projection is breaking the build 🚨 #25

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.1.2 of d3-geo-projection just got published.

Branch Build failing 🚨
Dependency d3-geo-projection
Current Version 2.1.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

d3-geo-projection is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/etpinard/d3-geo-projection-picker/builds/234993803?utm_source=github_status&utm_medium=notification)

Release Notes v2.1.2
  • Fix crash in geo2svg when an input feature’s properties is null. (#117)
Commits

The new version differs by 2 commits.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.2.0
Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.3.1
  • Fix export of deprecated d3.geoNaturalEarthRaw. Thanks, @mthh!
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.3.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.3.2
  • Remove example images from the published npm package.
  • Update Rollup.
Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.4.0
  • Waldo R. Tobler's hyperelliptical projection family
  • projections can use .angle()
  • point unpkg to the minified version
Commits

The new version differs by 10 commits.

  • bea1297 2.4.0
  • 59a19c8 point unpkg to the minified version (#137)
  • 38758fc blatant attempt of self-promotion
  • 8bc4451 license
  • b963827 small optimization: use bisect
  • b671909 fix inverse and fix image
  • a879c1a use gamma() rather that affine(), it matches the original text better -- and fix the default aspect ratio.
  • 4dca3b6 Waldo R. Tobler's hyperelliptical projection family
  • 0adbcc6 document default polyhedral angle = -30°
  • 6de9f82 Use .angle()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.4.1
  • Update dependencies.
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.5.0

New projections:

Fixes:

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

The new version differs by 16 commits.

  • 98f5fa4 2.5.0
  • ff048b5 test Hufnagel inverse projection
  • c0d795c Wagner customizable projection, by Tobias Jung
  • 856c164 anchors
  • 523cdde Hufnagel projection system
  • 80e81e2 Foucaut sinusoidal projections
  • 942cb77 Fix a minuscule bug in d3.geoHealpix(): with .lobes(1) the Sphere was shallow (the path was running back and forth on the antimeridian line).
  • b93483b one link for all the cylindrical equal-area projections ; name Behrmann and Balthasart aspects.
  • 621f5cc link to the Behrmann projection
  • 5ae7db7 Move all links to https when feasible, follow redirects to observable.
  • 3459d49 documentation
  • d94201e geoquantize
  • fc1c711 typo
  • 1f7c507 named require & documentation
  • 604f502 geoproject --require (#83)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.5.1
  • Fix spurious usage of ES6 syntax. (#158)
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.6.0

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

LineString simplification in geoQuantize (#141)

Fixes missing dependency on resolve (#162).

Commits

The new version differs by 4 commits.

  • 4b745ef 2.6.0
  • 56b1ebd dependency: resolve
  • f844dbc geoQuantize should not repeat identical coordinates in LineStrings
  • a39948d The Nicolosi globular projection

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes