Update autoprefixer to the latest version π
The devDependency autoprefixer was updated from 8.6.5 to 9.4.4.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
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 :palm_tree:
- The
devDependencyautoprefixer was updated from8.6.5to9.4.5.
Update to this version instead π
Release Notes for 9.4.5
- Fix
text-decoration-skip-inksupport.
- The
devDependencyautoprefixer was updated from8.6.5to9.4.6.
Update to this version instead π
Release Notes for 9.4.6
- Fix warning text (by @Aljullu).
- The
devDependencyautoprefixer was updated from8.6.5to9.4.7.
Update to this version instead π
Release Notes for 9.4.7
- Fix infinite loop on mismatched parents.
- The
devDependencyautoprefixer was updated from8.6.5to9.4.8.
Update to this version instead π
Release Notes for 9.4.8
- Fix
calc()support in Grid gap.
- The
devDependencyautoprefixer was updated from8.6.5to9.4.9.
Update to this version instead π
Release Notes for 9.4.9
- Fix
grid-templateand@mediacase (by @bogdan0083).
- The
devDependencyautoprefixer was updated from8.6.5to9.4.10.
Update to this version instead π
Release Notes for 9.4.10
- Add warning for named Grid rows.
- The
devDependencyautoprefixer was updated from8.6.5to9.5.0.
Update to this version instead π
Release Notes for 9.5 βDraco dormiens nunquam titillandusβ
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.
- The
devDependencyautoprefixer was updated from8.6.5to9.5.1.
Update to this version instead π
Release Notes for 9.5.1
- Fix
backdrop-filterfor Edge (by @AleshaOleg). - Fix
min-resolutionmedia query support in Firefox < 16.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencyautoprefixer was updated from8.6.5to9.8.0.
