-
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 🚨 #29
Comments
After pinning to 9.1.0 your tests are passing again. Downgrade this dependency 📌. |
Version 9.1.2 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes9.1.2
|
Version 9.1.4 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes9.1.4
|
Version 9.1.5 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes9.1.5
|
Your tests are still failing with this version. Compare changes Release Notes for 9.2 “Onyi est glavnaya krepost”Autoprefixer 9.2 brings many new improvments for New Ways to Enable/Disable Grid LayoutIn previous versions, you had needed to pass In Autoprefixer 9.2 @fanich37 added special control comments: /* autoprefixer grid: on */ .grid { display: grid; grid-gap: 33px; grid-template: "head head head" 1fr "nav main main" minmax(100px, 1fr) "nav foot foot" 2fr / 1fr 100px 1fr; } Autoprefixer doesn’t support automatically grids. In 9.2 it will ignore whole @supports (grid-auto-rows: 100px) { /* Autoprefixer will not show Grid warnings and will not add prefixes here */ } Smarter
|
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for 9.2.1
|
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for 9.3 “Labor omnia vincit”Autoprefixer 9.3 brings
|
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for 9.3.1
|
Version 9.1.1 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
9.1.1grid-gap
through@media
(by @bogdan0083).grid-template
and@media
(by @bogdan0083).span X
Grid prefix (by @@bogdan0083).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: