Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

[Snyk] Upgrade autoprefixer from 9.4.7 to 9.7.4 #758

Merged
merged 1 commit into from Mar 9, 2020

Conversation

vpetersson
Copy link
Contributor

Snyk has created this PR to upgrade autoprefixer from 9.4.7 to 9.7.4.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 16 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-01-14.
Release notes
Package name: autoprefixer
  • 9.7.4 - 2020-01-14
  • 9.7.3 - 2019-11-30
    • Fix compatibility with PostCSS Modules.
  • 9.7.2 - 2019-11-18
    • Add -ms-user-select: element support.
    • Add funding link for npm fund.
  • 9.7.1 - 2019-11-01
    • Avoid unnecessary transitions in prefixed selectors (by @fanich37).
    • Fix fit-content for Firefox.
  • 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.
  • 9.6.0 - 2019-06-03
  • 9.5.1 - 2019-04-07
  • 9.5.0 - 2019-03-14
  • 9.4.10 - 2019-03-05
  • 9.4.9 - 2019-02-25
  • 9.4.8 - 2019-02-20
  • 9.4.7 - 2019-01-28
from autoprefixer GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@vpetersson vpetersson merged commit 66e4c87 into master Mar 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoprefixer fails on combination of @supports and grid-template-columns
2 participants