Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

An in-range update of autoprefixer is breaking the build 🚨 #207

Open
greenkeeper bot opened this issue Oct 21, 2017 · 7 comments
Open

An in-range update of autoprefixer is breaking the build 🚨 #207

greenkeeper bot opened this issue Oct 21, 2017 · 7 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Oct 21, 2017

Version 7.1.6 of autoprefixer was just published.

Branch Build failing 🚨
Dependency autoprefixer
Current Version 7.1.5
Type devDependency

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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes 7.1.6
  • Add warning for using browserslist option instead of browsers.
  • Add warning for multiple control comments in the same scope.
  • Fix 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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 21, 2017

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.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 3, 2017

Version 7.2.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 7.2 “Ordem e Progresso”

Coat of arms of Brazil

Autoprefixer 7.2 brings better Grid support for IE
and autoprefixer-info CLI tool.

Grid Layout

With grid: true option Autoprefixer adds -ms- prefixes to Grid Layout properties. But this feature was very limited.

In 7.0 we dramatically improved Grid support for IE. @Alex7Kom added grid-area and improved grid-row and grid-column support. @evgeny-petukhov added grid-template-areas and grid-template support.

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 grid: true option:

auoprefixer({ grid: true })

Info CLI Tool

Autoprefixer 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 npx autoprefixer-info:

Browsers:
  Edge: 16

These browsers account for 0.04% of all users globally

At-Rules:
@viewport: ms

Selectors:
::placeholder: ms

Properties:
user-select: ms
hyphens: ms
appearance: webkit
scroll-snap-type: ms
scroll-snap-coordinate: ms
scroll-snap-destination: ms
scroll-snap-points-x: ms
scroll-snap-points-y: ms
flow-into: ms
flow-from: ms
region-fragment: ms
text-spacing: ms

Also, @pdokas added default value (current working dir) for from option in autoprefixer.info().

Other Changes

  • Add wrong radial-gradient properties warning.
  • Do not prefix reverse animation direction.
  • Improve test coverage (by @Semigradsky).

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 4, 2017

Version 7.2.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 7.2.1
  • Fix IE and other old JS runtimes support.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2017

Version 7.2.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 7.2.2
  • Fix _autoprefixerDisabled is undefined issue.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2017

Version 7.2.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 7.2.3

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 2, 2018

Version 7.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 7.2.4

Fix IE 10 support

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2018

Version 7.2.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 7.2.5
  • Fix multiple prefixes in declaration value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants