asset-pipe / asset-pipe-css-writer

A module that takes any number of css file entry points and packages them together with meta data before providing them as a readable stream.
Other
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 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/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/asset-pipe/asset-pipe-css-writer/builds/476809965?utm_source=github_status&utm_medium=notification)).

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 still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

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

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.15
  • Fix Custom Properties support (by @isolovev).
greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.17
greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.19
  • Fix passing nodes property to node constructor.
greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.20
  • Allow to pass PostCSS’s nodes in nodes property to node constructor.
greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.22
  • Add funding link for npm fund.
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.23
  • Update Processor#version.
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.24
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.25
  • Fix absolute path support for Windows (by @tomrav)
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 7.0.27
  • Fix TypeScript definition (by @nex3).