Update dependency autoprefixer to v10.4.16 - autoclosed #88

Closed
renovate-bot wants to merge 1 commits from renovate/autoprefixer-10.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 10.3.7 -> 10.4.16

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

v10.4.11

Compare Source

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

v10.4.10

Compare Source

  • Fixed unicode-bidi prefixes by moving to MDN data.

v10.4.9

Compare Source

  • Fixed css-unicode-bidi issue from latest Can I Use.

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.

v10.4.7

Compare Source

  • Fixed print-color-adjust support in Firefox.

v10.4.6

Compare Source

  • Fixed print-color-adjust support.

v10.4.5

Compare Source

v10.4.4

Compare Source

  • Fixed package.funding to have same value between all PostCSS packages.

v10.4.3

Compare Source

  • Fixed package.funding (by Álvaro Mondéjar).

v10.4.2

Compare Source

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

v10.4.1

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.0: 10.4 “ǃke e꞉ ǀxarra ǁke”

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: 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 is behind base branch, 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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [autoprefixer](https://github.com/postcss/autoprefixer) | devDependencies | minor | [`10.3.7` -> `10.4.16`](https://renovatebot.com/diffs/npm/autoprefixer/10.3.7/10.4.16) | --- ### Release Notes <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.16`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). ### [`v10.4.15`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10415) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15) - Fixed `::backdrop` prefixes (by 一丝). - Fixed docs (by Christian Oliff). ### [`v10.4.14`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10414) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14) - Improved startup time and reduced JS bundle size (by Kārlis Gaņģis). ### [`v10.4.13`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10413) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.12...10.4.13) - Fixed missed prefixes on vendor prefixes in name of CSS Custom Property. ### [`v10.4.12`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10412) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.12) - Fixed support of unit-less zero angle in backgrounds (by 一丝). ### [`v10.4.11`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10411) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.10...10.4.11) - Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke). ### [`v10.4.10`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10410) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.9...10.4.10) - Fixed `unicode-bidi` prefixes by moving to MDN data. ### [`v10.4.9`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1049) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.9) - Fixed `css-unicode-bidi` issue from latest Can I Use. ### [`v10.4.8`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1048) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.7...10.4.8) - Do not print `color-adjust` warning if `print-color-adjust` also is in rule. ### [`v10.4.7`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1047) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.6...10.4.7) - Fixed `print-color-adjust` support in Firefox. ### [`v10.4.6`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1046) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.5...10.4.6) - Fixed `print-color-adjust` support. ### [`v10.4.5`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1045) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.4...10.4.5) - Fixed `NaN` in grid (by [@&#8203;SukkaW](https://github.com/SukkaW)). ### [`v10.4.4`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1044) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.3...10.4.4) - Fixed `package.funding` to have same value between all PostCSS packages. ### [`v10.4.3`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1043) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.2...10.4.3) - Fixed `package.funding` (by Álvaro Mondéjar). ### [`v10.4.2`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#1042) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.1...10.4.2) - Fixed missed `-webkit-` prefix for `width: stretch`. ### [`v10.4.1`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.0...10.4.1) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). ### [`v10.4.0`](https://github.com/postcss/autoprefixer/releases/tag/10.4.0): 10.4 “ǃke e꞉ ǀxarra ǁke” [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.7...10.4.0) <img src="https://user-images.githubusercontent.com/19343/139239131-28cf64eb-22e3-4e9e-a3e8-497d9ea56f65.png" alt="Coat of arms of South Africa" width="172" height="200" align="right"> In Autoprefixer 10.4 [@&#8203;lukewarlow](https://github.com/lukewarlow) added `:autofill` support: ```css input:-webkit-autofill { background-color: red; } input:autofill { background-color: red; } ``` </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjUuMCIsInVwZGF0ZWRJblZlciI6IjM2Ljk2LjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
samuel-p was assigned by renovate-bot 2021-10-28 13:03:22 +00:00
renovate-bot changed title from Update dependency autoprefixer to v10.4.0 to Update dependency autoprefixer to v10.4.1 2021-12-29 17:01:25 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from ae14ba8049 to ef0eba40ec 2021-12-29 17:01:28 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.1 to Update dependency autoprefixer to v10.4.2 2022-01-07 14:01:41 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from ef0eba40ec to 975b905e85 2022-01-07 14:01:42 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.2 to Update dependency autoprefixer to v10.4.3 2022-03-15 20:01:57 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 975b905e85 to a92f8c8182 2022-03-15 20:02:03 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.3 to Update dependency autoprefixer to v10.4.4 2022-03-16 11:02:11 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from a92f8c8182 to 733518879b 2022-03-16 11:02:15 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.4 to Update dependency autoprefixer to v10.4.5 2022-04-24 04:02:27 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 733518879b to 481411fbb8 2022-04-24 04:02:32 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.5 to Update dependency autoprefixer to v10.4.6 2022-05-02 04:01:47 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 481411fbb8 to a38fa618ba 2022-05-02 04:01:53 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.6 to Update dependency autoprefixer to v10.4.7 2022-05-02 16:01:46 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from a38fa618ba to b7033a6daa 2022-05-02 16:01:52 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.7 to Update dependency autoprefixer to v10.4.8 2022-07-29 13:01:30 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from b7033a6daa to 761818a983 2022-07-29 13:01:33 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.8 to Update dependency autoprefixer to v10.4.9 2022-09-12 04:01:43 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 761818a983 to 12edf3c155 2022-09-12 04:01:46 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.9 to Update dependency autoprefixer to v10.4.10 2022-09-13 15:01:31 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 12edf3c155 to 4c54d630fb 2022-09-13 15:01:34 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.10 to Update dependency autoprefixer to v10.4.11 2022-09-14 18:01:27 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 4c54d630fb to 8d29234d22 2022-09-14 18:01:30 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.11 to Update dependency autoprefixer to v10.4.12 2022-09-21 04:01:32 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 8d29234d22 to 5ad448d29c 2022-09-21 04:01:35 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.12 to Update dependency autoprefixer to v10.4.13 2022-10-27 21:01:37 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 5ad448d29c to 6d49c1c970 2022-10-27 21:01:40 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.13 to Update dependency autoprefixer to v10.4.14 2023-03-09 22:01:24 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 6d49c1c970 to dff7d7b078 2023-03-09 22:01:25 +00:00 Compare
renovate-bot force-pushed renovate/autoprefixer-10.x from dff7d7b078 to 2b342de1c3 2023-08-13 16:01:06 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.14 to Update dependency autoprefixer to v10.4.15 2023-08-13 16:01:08 +00:00
renovate-bot force-pushed renovate/autoprefixer-10.x from 2b342de1c3 to 5c7ed2b7dd 2023-09-21 04:01:33 +00:00 Compare
renovate-bot changed title from Update dependency autoprefixer to v10.4.15 to Update dependency autoprefixer to v10.4.16 2023-09-21 04:01:35 +00:00
renovate-bot changed title from Update dependency autoprefixer to v10.4.16 to Update dependency autoprefixer to v10.4.16 - autoclosed 2023-12-06 23:01:48 +00:00
renovate-bot closed this pull request 2023-12-06 23:01:48 +00:00
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#88
No description provided.