Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade autoprefixer from 9.6.1 to 9.7.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Nov 2, 2019

Snyk has created this PR to upgrade autoprefixer from 9.6.1 to 9.7.0.

  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 9 days ago, on 2019-10-24.
Release notes
  • Package name: autoprefixer
    • 9.7.0 - 2019-10-24

      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

    • 9.6.5 - 2019-10-14
    • 9.6.4 - 2019-10-05
      • Now the real fix for 'startsWith' of undefined error.
    • 9.6.3 - 2019-10-05
      • Fix Cannot read property 'startsWith' of undefined error.
    • 9.6.2 - 2019-10-05
      • Fix false Replace fill to stretch warning.
    • 9.6.1 - 2019-07-05
      • Fix -webkit-line-clamp truncating multi-line text support.
  • from autoprefixer GitHub Release Notes
------------

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Autoprefixer fails on combination of @supports and grid-template-columns
1 participant