faucet-pipeline / faucet-pipeline-sass

Sass Asset Pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 from 7.0.10 to 7.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 from 7.0.11 to 7.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 from 7.0.12 to 7.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.