You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
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
❌ ci/circleci: build: Your tests failed on CircleCI (Details).
✅ ci/circleci: greenkeeperUpdateLockFile: Your tests passed on CircleCI! (Details).
Release Notes for 9.5 “Draco dormiens nunquam titillandus”
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);
}
After pinning to 9.4.10 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
The dependency autoprefixer was updated from
9.4.10
to9.5.0
.🚨 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
Release Notes for 9.5 “Draco dormiens nunquam titillandus”
Autoprefixer 9.5 brings
mask-composite
support.Thanks to @semeleven for implementation and @iamvdo for suggestion.
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: