chore(deps): update dependency autoprefixer to v10
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
autoprefixer | devDependencies | major | 9.8.6 -> 10.0.1 |
Release Notes
postcss/autoprefixer
v10.0.1
- Fix PostCSS 8.1 compatability.
- Add our OpenCollective to
package.json
. - Clean up code (by Sukka).
v10.0.0
Autoprefixer 10 is based on top of PostCSS 8 (check Known Issues section before updating).
Node.js 6.x, 8.x, 11.x support was removed.
Now you need to install Autoprefixer by npm install --save-dev autoprefixer postcss
. We moved postcss
from dependencies
to peerDependencies
according to new PostCSS plugin guidelines.
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot