matteocng / react-flag-icon-css-example-multi

An example project for React Flag Icon Css with Webpack 4, 3, 2 and 1.
MIT License
2 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency autoprefixer was updated from 9.4.5 to 9.4.6.

🚨 View failing branch.

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

autoprefixer 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/matteocng/react-flag-icon-css-example-multi/builds/482406335?utm_source=github_status&utm_medium=notification)).

Release Notes for 9.4.6
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 9.4.5 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

Release Notes for 9.4.7
  • Fix infinite loop on mismatched parents.
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.8
  • Fix calc() support in Grid gap.
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.10
  • Add warning for named Grid rows.
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.5 “Draco dormiens nunquam titillandus”

Coat of Arms of Hogwarts

Autoprefixer 9.5 brings mask-composite support.

a {
  mask-composite: add;
}
b {
  mask: url(intersect.png) intersect, url(exclude.png);
}
a {
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
b {
  -webkit-mask: url(intersect.png), url(exclude.png);
  -webkit-mask-composite: source-in, xor;
          mask: url(intersect.png) intersect, url(exclude.png);
}

Thanks to @semeleven for implementation and @iamvdo for suggestion.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.5.1
  • Fix backdrop-filter for Edge (by @AleshaOleg).
  • Fix min-resolution media query support in Firefox < 16.
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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.2
  • Add -ms-user-select: element support.
  • Add funding link for npm fund.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.3
  • Fix compatibility with PostCSS Modules.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.4