-
Notifications
You must be signed in to change notification settings - Fork 10
An in-range update of autoprefixer is breaking the build 🚨 #207
Comments
After pinning to 7.1.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 7.2.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.2 “Ordem e Progresso”Autoprefixer 7.2 brings better Grid support for IE Grid LayoutWith In 7.0 we dramatically improved Grid support for IE. @Alex7Kom added Even this complex emoji example will work with new Autoprefixer (output): body { display: grid; grid-template-rows: auto 300px; grid-template-columns: 3fr 1fr; grid-template-areas: "🎩 🎩" "🍔 📰" "👞 👞"; } header { grid-area: 🎩; } nav { grid-area: 🍔; } main { grid-area: 📰; } footer { grid-area: 👞; } Just don’t forget to set auoprefixer({ grid: true }) Info CLI ToolAutoprefixer 7.2 ships with new CLI tool to check which browsers are selected and which properties will be prefixed. Just go to your project directory and run
Also, @pdokas added default value (current working dir) for Other Changes
|
Version 7.2.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.2.1
|
Version 7.2.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.2.2
|
Version 7.2.3 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.2.3
|
Version 7.2.4 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notes7.2.4Fix IE 10 support |
Version 7.2.5 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.2.5
|
Version 7.1.6 of autoprefixer was just published.
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
7.1.6browserslist
option instead ofbrowsers
.Invalid array length
error during indent changes.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: