Closed greenkeeper[bot] closed 5 years ago
After pinning to 9.4.8 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
autoprefixer was updated from 9.4.9
to 9.4.10
.Your tests are still failing with this version. Compare changes
dependency
autoprefixer was updated from 9.4.10
to 9.5.0
.Your tests are still failing with this version. Compare changes
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.
dependency
autoprefixer was updated from 9.5.0
to 9.5.1
.Your tests are still failing with this version. Compare changes
backdrop-filter
for Edge (by @AleshaOleg).min-resolution
media query support in Firefox < 16.
The dependency autoprefixer was updated from
9.4.8
to9.4.9
.🚨 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 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 failed ([Details](https://travis-ci.org/d-band/dool/builds/497970863?utm_source=github_status&utm_medium=notification)).Release Notes for 9.4.9
grid-template
and@media
case (by @bogdan0083).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: