An in-range update of d3-color is breaking the build π¨
greenkeeper opened this issue Β· 5 comments
The dependency d3-color was updated from 1.2.3
to 1.2.4
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
d3-color is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for v1.2.4
- Fix achromatic representation of black and white in HCL colorspace.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 1.2.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependency
d3-color was updated from1.2.4
to1.2.5
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.2.5
- Fix achromatic representation of white in HCL colorspace.
- The
dependency
d3-color was updated from1.2.5
to1.2.6
.
Your tests are still failing with this version. Compare changes
- The
dependency
d3-color was updated from1.2.6
to1.2.7
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.2.7
- Account for rounding when determining whether a color is displayable.
- The
dependency
d3-color was updated from1.2.7
to1.2.8
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.2.8
- Revert chroma clamping in hcl.toString. (#33)