-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of autoprefixer is breaking the build 🚨 #43
Comments
After pinning to 9.2.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes Release Notes for 9.3.1
|
Your tests are still failing with this version. Compare changes Release Notes for 9.4 “Advance Australia”Autoprefixer 9.4.0 brings limited autoplacement support to the IE CSS Grid. Grid AutoplacementIf the In order to use the new autoplacement feature, you must define both rows and columns when declaring the grid template. /* Input CSS */ /* Output CSS */ 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
|
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes Release Notes for 9.4.2
|
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes Release Notes for 9.4.5
|
Your tests are still failing with this version. Compare changes Release Notes for 9.4.8
|
Your tests are still failing with this version. Compare changes Release Notes for 9.4.9
|
Your tests are still failing with this version. Compare changes Release Notes for 9.4.10
|
Your tests are still failing with this version. Compare changes Release Notes for 9.5 “Draco dormiens nunquam titillandus”Autoprefixer 9.5 brings 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.2.1
to9.3.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
Release Notes for 9.3 “Labor omnia vincit”
Autoprefixer 9.3 brings
place-self
support for Grid Layoutplace-self
@Dan503 and @bogdan0083 found a way to impement support for another Grid property
Other Changes
@Dan503 and @bogdan0083 also detect and fixed issue with Grid row/column span inheritance.
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: