chore(deps): update dependency autoprefixer to v9.8.8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| autoprefixer | 9.7.3 -> 9.8.8 |
Release Notes
postcss/autoprefixer
v9.8.8
- Replaced
nanocolorswithpicocolors. - Reduced package size.
v9.8.7
- Replaced
colorettewithnanocolors. - Reduced package size.
v9.8.6
- Fixed
envoption.
v9.8.5
- Improved Grid Layout warnings (by Daniel Tonon).
- Fixed
align-selfandjustify-selfwithdisplay: flex(by Daniel Tonon).
v9.8.4
- Replace color output library.
v9.8.3
- Return old non-LTS Node.js versions to avoid breaking changes.
v9.8.2
- Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.
v9.8.1
- Replace
chalktokleur(by Luke Edwards). - Update docs (by @mbomb007).
v9.8.0
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
- Revert
-webkit-stretchfix.
v9.7.5
- Fix
-webkit-stretchsupport.
v9.7.4
- Fix warning text (by Dmitry Ishkov).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.