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

chore(deps): update dependency autoprefixer to v9.8.7 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Sep 21, 2022

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 9.6.1 -> 9.8.7

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
High High 7.5 CVE-2021-23382

Release Notes

postcss/autoprefixer (autoprefixer)

v9.8.7

Compare Source

  • Replaced colorette with nanocolors.
  • Reduced package size.

v9.8.6

Compare Source

  • Fixed env option.

v9.8.5

Compare Source

  • Improved Grid Layout warnings (by Daniel Tonon).
  • Fixed align-self and justify-self with display: flex (by Daniel Tonon).

v9.8.4

Compare Source

  • Replace color output library.

v9.8.3

Compare Source

  • Return old non-LTS Node.js versions to avoid breaking changes.

v9.8.2

Compare Source

  • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.

v9.8.1

Compare Source

  • Replace chalk to kleur (by Luke Edwards).
  • Update docs (by @​mbomb007).

v9.8.0: 9.8 “Vigilo Confido”

Compare Source

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

v9.7.6

Compare Source

  • Revert -webkit-stretch fix.

v9.7.5

Compare Source

  • Fix -webkit-stretch support.

v9.7.4

Compare Source

  • Fix warning text (by Dmitry Ishkov).

v9.7.3

Compare Source

  • Fix compatibility with PostCSS Modules.

v9.7.2

Compare Source

  • Add -ms-user-select: element support.
  • Add funding link for npm fund.

v9.7.1

Compare Source

  • Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
  • Fix fit-content for Firefox.

v9.7.0: 9.7 “Ad Victoriam”

Compare Source

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

v9.6.5

Compare Source

  • Fix selector prefixing (by Andrey Alexandrov).

v9.6.4

Compare Source

  • Now the real fix for 'startsWith' of undefined error.

v9.6.3

Compare Source

  • Fix Cannot read property 'startsWith' of undefined error.

v9.6.2

Compare Source

  • Fix false Replace fill to stretch warning.

  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Sep 21, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/autoprefixer-9.x-lockfile branch from af18d86 to f6d34bb Compare January 5, 2023 01:44
@mend-for-github-com mend-for-github-com bot changed the title Update dependency autoprefixer to v9.8.7 chore(deps): update dependency autoprefixer to v9.8.7 Jan 30, 2023
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed Mar 27, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/autoprefixer-9.x-lockfile branch March 27, 2023 16:47
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed chore(deps): update dependency autoprefixer to v9.8.7 Mar 31, 2023
@mend-for-github-com mend-for-github-com bot reopened this Mar 31, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/autoprefixer-9.x-lockfile branch March 31, 2023 03:30
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed Jun 14, 2023
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/autoprefixer-9.x-lockfile branch June 14, 2023 21:10
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed chore(deps): update dependency autoprefixer to v9.8.7 Jun 19, 2023
@mend-for-github-com mend-for-github-com bot reopened this Jun 19, 2023
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/autoprefixer-9.x-lockfile branch June 19, 2023 17:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/autoprefixer-9.x-lockfile branch from f6d34bb to 163dc19 Compare June 19, 2023 17:51
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed Apr 3, 2024
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/autoprefixer-9.x-lockfile branch April 3, 2024 06:46
@mend-for-github-com mend-for-github-com bot changed the title chore(deps): update dependency autoprefixer to v9.8.7 - autoclosed chore(deps): update dependency autoprefixer to v9.8.7 Apr 4, 2024
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/autoprefixer-9.x-lockfile branch April 4, 2024 08:07
@mend-for-github-com mend-for-github-com bot reopened this Apr 4, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/autoprefixer-9.x-lockfile branch from 163dc19 to fab6600 Compare April 4, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants