Jeff2Ma / postcss-decls-ref

A PostCSS plugin that extend declaration block from an existed rule with target selector (like sass`@extend`).
MIT License
1 stars 0 forks source link

An in-range update of postcss is breaking the build 🚨 #28

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency postcss was updated from 7.0.7 to 7.0.8.

🚨 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/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/Jeff2Ma/postcss-decls-ref/builds/21460904)).

Release Notes for 7.0.8
  • Fix TypeScript definitions (by @aoberoi).
  • Use support-colors 6.0.
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 7.0.7 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 7.0.11
  • Fix source maps on declaration semicolon (by @mischnic).
greenkeeper[bot] commented 5 years ago

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.
greenkeeper[bot] commented 5 years ago

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.