firebaseui / ng-bootstrap

Angular Bootstrap UI library for firebase authentication powered by @ng-bootstrap and @angularfire2
https://firebaseui.github.io/ng-bootstrap/
MIT License
50 stars 4 forks source link

An in-range update of cssnano is breaking the build 🚨 #19

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.4 of cssnano was just published.

Branch Build failing 🚨
Dependency cssnano
Current Version 4.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

cssnano 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 - βœ… **ci/circleci:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/firebaseui/ng-bootstrap/50?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/firebaseui/ng-bootstrap/builds/408120793?utm_source=github_status&utm_medium=notification)).

Release Notes 4.0.4

Bug Fixes

  • postcss-merge-longhand don't drop border-width with custom property from border shorthand.
  • postcss-merge-longhand don't convert currentColor.
  • postcss-merge-longhand don't merge border properties if there is a shorthand property between them.
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 6 years ago

After pinning to 4.0.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 4.0.5 just got published.

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

Release Notes 4.0.5

Bug Fixes

  • postcss-merge-longhand now correctly merges borders with custom properties.
  • postcss-merge-longhand doesn't throw error in some border merge cases.