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

[Snyk] Upgrade autoprefixer from 7.1.6 to 9.7.6 #117

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade autoprefixer from 7.1.6 to 9.7.6.

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

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 61 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2020-04-06.
Release notes
Package name: autoprefixer
  • 9.7.6 - 2020-04-06

    9.7.6

  • 9.7.5 - 2020-03-24
    • Fix -webkit-stretch support.
  • 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
  • 9.6.1 - 2019-07-05
  • 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
  • 9.4.6 - 2019-01-21
  • 9.4.5 - 2019-01-12
  • 9.4.4 - 2019-01-03
  • 9.4.3 - 2018-12-17
  • 9.4.2 - 2018-12-04
  • 9.4.1 - 2018-12-04
  • 9.4.0 - 2018-12-03
  • 9.3.1 - 2018-10-24
  • 9.3.0 - 2018-10-23
  • 9.2.1 - 2018-10-16
  • 9.2.0 - 2018-10-14
  • 9.1.5 - 2018-09-04
  • 9.1.4 - 2018-09-04
  • 9.1.3 - 2018-08-22
  • 9.1.2 - 2018-08-19
  • 9.1.1 - 2018-08-13
  • 9.1.0 - 2018-08-03
  • 9.0.2 - 2018-07-30
  • 9.0.1 - 2018-07-21
  • 9.0.0 - 2018-07-16
  • 8.6.5 - 2018-07-06
  • 8.6.4 - 2018-06-26
  • 8.6.3 - 2018-06-18
  • 8.6.2 - 2018-06-09
  • 8.6.1 - 2018-06-07
  • 8.6.0 - 2018-06-02
  • 8.5.2 - 2018-05-30
  • 8.5.1 - 2018-05-25
  • 8.5.0 - 2018-05-13
  • 8.4.1 - 2018-04-28
  • 8.4.0 - 2018-04-28
  • 8.3.0 - 2018-04-16
  • 8.2.0 - 2018-03-21
  • 8.1.0 - 2018-03-02
  • 8.0.0 - 2018-02-11
  • 7.2.6 - 2018-02-09
  • 7.2.5 - 2018-01-12
  • 7.2.4 - 2018-01-02
  • 7.2.3 - 2017-12-13
  • 7.2.2 - 2017-12-08
  • 7.2.1 - 2017-12-04
  • 7.2.0 - 2017-12-03
  • 7.1.6 - 2017-10-21
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

@lwojcik lwojcik closed this May 3, 2020
@lwojcik lwojcik deleted the snyk-upgrade-8b7413d27ce58b2a1a59c48a0eb2daf1 branch May 10, 2020 17:29
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