An in-range update of postcss is breaking the build π¨
greenkeeper opened this issue Β· comments
The dependency postcss was updated from 7.0.9
to 7.0.10
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
postcss 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
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
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 π΄
- The
dependency
postcss was updated from7.0.10
to7.0.11
.
Your tests are still failing with this version. Compare changes
Release Notes for 7.0.11
- Fix source maps on declaration semicolon (by @mischnic).
- The
dependency
postcss was updated from7.0.11
to7.0.12
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 7.0.12
- Fix parsing broken CSS with two words in declaration property.
- The
dependency
postcss was updated from7.0.12
to7.0.13
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for 7.0.13
- Fix parsing regression in 7.0.12 for comments between property and value.