Jeff2Ma / postcss-lazyimagecss

A PostCSS plugin that generates images's CSS width & height properties automatically.
MIT License
39 stars 1 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 6.0.3 of postcss just got published.

Branch Build failing 🚨
Dependency postcss
Current Version 6.0.2
Type dependency

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 this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Jeff2Ma/postcss-lazyimagecss/builds/246331455?utm_source=github_status&utm_medium=notification)

Release Notes 6.0.3
  • Fix escape sequences parsing (by @hzlmn).
  • Added ability to force disable colors with an environment variable.
  • Improved color detection of some terminal apps.
Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

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

greenkeeper[bot] commented 7 years ago

Version 6.0.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.4
greenkeeper[bot] commented 7 years ago

Version 6.0.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.5
  • Move Babel config from package.json for node_modules compiling cases.
greenkeeper[bot] commented 7 years ago

Version 6.0.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.6
  • Fix end position in at-rule without semicolon (by @hzlmn).
greenkeeper[bot] commented 7 years ago

Version 6.0.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 7 years ago

Version 6.0.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.8
  • Fix Node.js 4.2.2 support.
greenkeeper[bot] commented 7 years ago

Version 6.0.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.9
  • Improve error message for plugin with old PostCSS (by @igoradamenko).
greenkeeper[bot] commented 7 years ago

Version 6.0.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 7 years ago

Version 6.0.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.0.11
  • Add upper case !IMPORTANT support.