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

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

Open
greenkeeper bot opened this issue Mar 14, 2019 · 3 comments
Open

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

greenkeeper bot opened this issue Mar 14, 2019 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 14, 2019

The dependency autoprefixer was updated from 9.4.10 to 9.5.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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: build: Your tests failed on CircleCI (Details).
  • ci/circleci: greenkeeperUpdateLockFile: Your tests passed on CircleCI! (Details).

Release Notes for 9.5 “Draco dormiens nunquam titillandus”

Coat of Arms of Hogwarts

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.

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
Contributor Author

greenkeeper bot commented Mar 14, 2019

After pinning to 9.4.10 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 7, 2019

  • The dependency autoprefixer was updated from 9.5.0 to 9.5.1.

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

Release Notes for 9.5.1
  • Fix backdrop-filter for Edge (by @AleshaOleg).
  • Fix min-resolution media query support in Firefox < 16.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 3, 2019

  • The dependency autoprefixer was updated from 9.5.1 to 9.6.0.

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

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