Update dependency autoprefixer to v10
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
autoprefixer | ^9.8.6 -> ^10.0.4 |
Release Notes
postcss/autoprefixer
v10.0.4
- Fixed
Cannot read property 'proxyOf' of undefined
error (by Igor Kamyshev).
v10.0.3
- Fixed
substract
tosubtract
value formask-composite
(by Michelle Enos).
v10.0.2
- Removed
-ms-user-select: all
because IE and old Edge don’t support it. - Fixed Grid Layout warning.
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 PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.