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.4.7 to 9.8.5 #4

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

snyk-bot
Copy link

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

ℹ️ 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 24 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-07-11.
Release notes
Package name: autoprefixer
  • 9.8.5 - 2020-07-11
    • Improved Grid Layout warnings (by @Dan503).
    • Fixed align-self and justify-self with display: flex (by @Dan503).
  • 9.8.4 - 2020-06-24
    • Replace color output library.
  • 9.8.3 - 2020-06-23
    • Return old non-LTS Node.js versions to avoid breaking changes.
  • 9.8.2 - 2020-06-21
    • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.
  • 9.8.1 - 2020-06-19
  • 9.8.0 - 2020-05-17

    XCOM coat of arms

    Autoprefixer 9.8 brings IE support for :placeholder-shown.

    Placeholder Shown

    @tkrotoff found that input:placeholder-shown can be emulated with input:-ms-input-placeholder.

    input:-ms-input-placeholder {
      box-shadow: 0 0 0 1px blue;
    }
    

    input:placeholder-shown {
    box-shadow: 0 0 0 1px blue;
    }

    Note, that we already had support for ::placeholder. Selector ::placeholder is for the text of the placeholder. :placeholder-shown is for the input, where placeholder text is shown. In ::placeholder you can’t change the border or size of the <input>.

  • 9.7.6 - 2020-04-06
    • Revert -webkit-stretch fix.
  • 9.7.5 - 2020-03-24
    • Fix -webkit-stretch support.
  • 9.7.4 - 2020-01-14
  • 9.7.3 - 2019-11-30
  • 9.7.2 - 2019-11-18
  • 9.7.1 - 2019-11-01
  • 9.7.0 - 2019-10-24
  • 9.6.5 - 2019-10-14
  • 9.6.4 - 2019-10-05
  • 9.6.3 - 2019-10-05
  • 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
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

@kadirselcuk kadirselcuk merged commit b221620 into master Aug 12, 2020
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.

1 participant