Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

chore(deps): update dependency autoprefixer to v9.7.0 #71

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2019

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 9.6.5 -> 9.7.0

Release Notes

postcss/autoprefixer

v9.7.0

Compare Source

Brotherhood of Steel coat of arms

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.

Autoprefixer 9.6.5 profiling

We did a lot of improvements in Browserslist and now Autoprefixer should work much faster.

67417985-a283e180-f5d2-11e9-879a-e364c9acccf1

Other


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label Oct 24, 2019
@pull-assistant
Copy link

pull-assistant bot commented Oct 24, 2019

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     chore(deps): update dependency autoprefixer to v9.7.0

Powered by Pull Assistant. Last update ec5b2ca ... ec5b2ca. Read the comment docs.

@renovate renovate bot force-pushed the renovate/autoprefixer-9.x branch from ebc52a6 to ec5b2ca Compare October 28, 2019 20:18
@renovate renovate bot merged commit f4fa898 into master Oct 29, 2019
@renovate renovate bot deleted the renovate/autoprefixer-9.x branch October 29, 2019 00:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant