Closed greenkeeper[bot] closed 5 years ago
After pinning to 9.3.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
autoprefixer was updated from 9.4.0
to 9.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
devDependency
autoprefixer was updated from 9.4.1
to 9.4.2
.Your tests are still failing with this version. Compare changes
devDependency
autoprefixer was updated from 9.4.2
to 9.4.3
.Your tests are still failing with this version. Compare changes
devDependency
autoprefixer was updated from 9.4.3
to 9.4.4
.Your tests are still failing with this version. Compare changes
devDependency
autoprefixer was updated from 9.4.4
to 9.4.5
.Your tests are still failing with this version. Compare changes
text-decoration-skip-ink
support.devDependency
autoprefixer was updated from 9.4.7
to 9.4.8
.Your tests are still failing with this version. Compare changes
calc()
support in Grid gap.devDependency
autoprefixer was updated from 9.4.8
to 9.4.9
.Your tests are still failing with this version. Compare changes
grid-template
and @media
case (by @bogdan0083).devDependency
autoprefixer was updated from 9.4.9
to 9.4.10
.Your tests are still failing with this version. Compare changes
devDependency
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.
The devDependency autoprefixer was updated from
9.3.1
to9.4.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 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: checkout:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/podlove/podlove-web-player/6263?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ✅ **ci/circleci: install:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/podlove/podlove-web-player/6268?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ✅ **ci/circleci: test-lint:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/podlove/podlove-web-player/6272?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ✅ **ci/circleci: test-build:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/podlove/podlove-web-player/6269?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ✅ **ci/circleci: test-unit:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/podlove/podlove-web-player/6270?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ✅ **now:** Deployment has completed ([Details](https://zeit.co/github/deployment?deploymentId=Lx5aU6b0WYrTRb1NVGsweT5f)). - ❌ **ci/circleci: test-integration:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/podlove/podlove-web-player/6271?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for 9.4 “Advance Australia”
Autoprefixer 9.4.0 brings limited autoplacement support to the IE CSS Grid.
Grid Autoplacement
If the
grid
option is set to"autoplace"
, limited autoplacement support is now added to the Autoprefixer CSS Grid translations. You can also use the/* autoprefixer grid: autoplace */
control comment to enable autoplacement directly in your CSS.In order to use the new autoplacement feature, you must define both rows and columns when declaring the grid template.
Autoplacement support in Autoprefixer is currently very limited in what it can do. Please read the Grid Autoplacement support in IE section before using this new feature.
Thanks to @bogdan0083 for implementing the new feature, @Dan503 for documenting it, and @evandiamond for coming up with the initial idea.
Other Changes
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: