contacts
contacts copied to clipboard
An in-range update of postcss is breaking the build π¨
The devDependency postcss was updated from 7.0.6 to 7.0.7.
π¨ 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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for 7.0.7
- Extend
ErrorinCssSyntaxError.
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 :palm_tree:
After pinning to 7.0.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencypostcss was updated from7.0.7to7.0.8.
Your tests are still failing with this version. Compare changes
Release Notes for 7.0.8
- Fix TypeScript definitions (by @aoberoi).
- Use
support-colors6.0.
- The
devDependencypostcss was updated from7.0.9to7.0.10.
Your tests are still failing with this version. Compare changes
- The
devDependencypostcss was updated from7.0.10to7.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
devDependencypostcss was updated from7.0.11to7.0.12.
Your tests are still failing with this version. Compare changes
Release Notes for 7.0.12
- Fix parsing broken CSS with two words in declaration property.
- The
devDependencypostcss was updated from7.0.12to7.0.13.
Your tests are still failing with this version. Compare changes
Release Notes for 7.0.13
- Fix parsing regression in 7.0.12 for comments between property and value.