This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Update autoprefixer in packages/oc-template-react-compiler/package.json from 9.6.2 to 9.7.4 #627
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The following dependencies have been updated by dependencies.io:
autoprefixer
inpackages/oc-template-react-compiler/package.json
from "9.6.2" to "9.7.4"Details
autoprefixer
This dependency is located in
packages/oc-template-react-compiler/package.json
and was updated from "9.6.2" to "9.7.4".9.6.3
Cannot read property 'startsWith' of undefined
error.9.6.4
'startsWith' of undefined
error.9.6.5
9.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:
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
Cannot read property 'grid' of undefined
error9.7.1
fit-content
for Firefox.9.7.2
-ms-user-select: element
support.npm fund
.9.7.3
9.7.4