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.0 to 9.7.4 #95

Merged
merged 1 commit into from Apr 17, 2020

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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 10 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
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

@firestar300 firestar300 merged commit a700a40 into master Apr 17, 2020
@firestar300 firestar300 deleted the snyk-upgrade-99adc90d916d6f1066ba2617b531ab73 branch April 17, 2020 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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