GSA-TTS / touchpoints-site

Touchpoints product website
https://touchpoints.digital.gov
3 stars 3 forks source link

[Snyk] Upgrade autoprefixer from 9.8.0 to 9.8.1 #46

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade autoprefixer from 9.8.0 to 9.8.1.

merge advice

:information_source: 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.


Release notes
Package name: autoprefixer
  • 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>.

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