Skip to content

chore(deps): update dependency autoprefixer to v10.4.2

mrph-bot requested to merge renovate/autoprefixer-10.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.3.7 -> 10.4.2 age adoption passing confidence

Release Notes

postcss/autoprefixer

v10.4.2

Compare Source

  • Fixed missed -webkit- prefix for width: stretch.

v10.4.1

Compare Source

  • Fixed ::file-selector-button data (by Luke Warlow).

v10.4.0

Compare Source

Coat of arms of South Africa

In Autoprefixer 10.4 @​lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports