Skip to content
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 🚨 #45

Open
greenkeeper bot opened this issue Jan 12, 2019 · 20 comments
Open

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

greenkeeper bot opened this issue Jan 12, 2019 · 20 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 12, 2019

The dependency autoprefixer was updated from 9.4.4 to 9.4.5.

🚨 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
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 9.4.5
  • Fix text-decoration-skip-ink support.
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 Jan 12, 2019

After pinning to 9.4.4 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 Jan 21, 2019

  • The dependency autoprefixer was updated from 9.4.5 to 9.4.6.

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.6

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2019

  • The dependency autoprefixer was updated from 9.4.6 to 9.4.7.

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.7
  • Fix infinite loop on mismatched parents.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency autoprefixer was updated from 9.4.7 to 9.4.8.

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.8
  • Fix calc() support in Grid gap.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

  • The dependency autoprefixer was updated from 9.4.8 to 9.4.9.

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.9

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2019

  • The dependency autoprefixer was updated from 9.4.9 to 9.4.10.

Your tests are still failing with this version. Compare changes

Release Notes for 9.4.10
  • Add warning for named Grid rows.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

  • The dependency autoprefixer was updated from 9.4.10 to 9.5.0.

Your tests are still failing with this version. Compare changes

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.

@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 still failing with this version. Compare changes

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 still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2019

  • The dependency autoprefixer was updated from 9.6.0 to 9.6.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2019

  • The dependency autoprefixer was updated from 9.6.1 to 9.6.2.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2019

  • The dependency autoprefixer was updated from 9.6.2 to 9.6.3.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2019

  • The dependency autoprefixer was updated from 9.6.3 to 9.6.4.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2019

  • The dependency autoprefixer was updated from 9.6.4 to 9.6.5.

Your tests are still failing with this version. Compare changes

Release Notes for 9.6.5

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2019

  • The dependency autoprefixer was updated from 9.6.5 to 9.7.0.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2019

  • The dependency autoprefixer was updated from 9.7.0 to 9.7.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

  • The dependency autoprefixer was updated from 9.7.1 to 9.7.2.

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.2
  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2019

  • The dependency autoprefixer was updated from 9.7.2 to 9.7.3.

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.3
  • Fix compatibility with PostCSS Modules.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

  • The dependency autoprefixer was updated from 9.7.3 to 9.7.4.

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.4

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

  • The dependency autoprefixer was updated from 9.7.4 to 9.7.5.

Your tests are still failing with this version. Compare changes

Release Notes for 9.7.5
  • Fix -webkit-stretch support.

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

No branches or pull requests

0 participants