Update dependency autoprefixer to ^9.7.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
autoprefixer | devDependencies | minor | ^9.7.1 | source |
Release Notes
postcss/autoprefixer
v9.7.1
- Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
- Fix
fit-content
for Firefox.
v9.7.0
Autoprefixer 9.7 brings AUTOPREFIXER_GRID
environment variable and huge performance improvments.
Grid Environment Variable
Autoprefixer can add CSS Grid polyfills for IE. You need to manually enable it to prove that you understand the limits of polyfill.
In previous versions you can enable Grid polyfill by grid: 'autoplace'
option or by /* autoprefixer grid: autoplace */
control comment. But in some cases, developers were not able to use both methods. For instance, during work with Material UI’ CSS-in-JS in Create React App.
Now Autoprefixer supports environment variable to enable CSS Grid polyfill:
AUTOPREFIXER_GRID=autoplace npm build
Performance Improvements
@Knagis found that Browserslist takes 70% of the Autoprefixer time.
We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.
Other
- Fix
Cannot read property 'grid' of undefined
error
v9.6.5
- Fix selector prefixing (by Andrey Alexandrov).
v9.6.4
- Now the real fix for
'startsWith' of undefined
error.
v9.6.3
- Fix
Cannot read property 'startsWith' of undefined
error.
v9.6.2
- Fix false
Replace fill to stretch
warning.
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.