chore(deps): update dependency autoprefixer to v10 (main) #38

Closed
renovate-bot wants to merge 0 commits from renovate/main-autoprefixer-10.x into main
Member

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies major ^9.8.6 -> ^10.0.0

Release Notes

postcss/autoprefixer

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 startup time and reduced JS bundle size (by Kārlis Gaņģis).

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;
}

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.

v10.3.6

Compare Source

  • Updated nanocolors.
  • Reduced package size.

v10.3.5

Compare Source

  • Replaced colorette to nanocolors.

v10.3.4

Compare Source

  • Fixed stretch value in latest Firefox.

v10.3.3

Compare Source

  • Fixed wrong -moz- prefix from ::file-selector-button (by Usman Yunusov).

v10.3.2

Compare Source

  • Fixed ::file-selector-button support (by Usman Yunusov).

v10.3.1

Compare Source

  • Fixed adding wrong prefixes to content (by Luke Warlow).

v10.3.0: 10.3 “Чести своей не отдам никому”

Compare Source

Pskov, coat of arms

In Autoprefixer 10.3 @​lukewarlow added ::file-selector-button support.

::-webkit-file-upload-button {
  border: 2px solid #​6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
}

::file-selector-button {
  border: 2px solid #​6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
}

v10.2.6

Compare Source

v10.2.5

Compare Source

  • Fixed : support in @supports (by Dmitry Semigradsky).
  • Fixed docs (by Christian Oliff).

v10.2.4

Compare Source

  • Fixed browser names in npx autoprefixer --info.

v10.2.3

Compare Source

  • Fixed PostCSS 8 support.

v10.2.2

Compare Source

  • Fixed PostCSS 8 plugins compatibility.

v10.2.1

Compare Source

v10.2.0: 10.2 “Sub rosa”

Compare Source

Tudor rose

Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need @types/autoprefixer anymore.

Thanks to @​Semigradsky and DefinitelyTyped’s contributors.

@​Sheraff also improved docs.

v10.1.0: 10.1 “Pula”

Compare Source

Coat of arms of Botswana

Autoprefixer 10.1 improved min-resolution support.

@​infusion added dpcm unit support and num2fraction with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.

/* input */
@&#8203;media (min-resolution: 113.38dpcm) {
  
}

/* output */
@&#8203;media (-webkit-min-device-pixel-ratio: 3),
       (min--moz-device-pixel-ratio: 3),
       (-o-min-device-pixel-ratio: 3/1),
       (min-resolution: 113.38dpcm) {
  
}

v10.0.4

Compare Source

  • Fixed Cannot read property 'proxyOf' of undefined error (by Igor Kamyshev).

v10.0.3

Compare Source

  • Fixed substract to subtract value for mask-composite (by Michelle Enos).

v10.0.2

Compare Source

  • Removed -ms-user-select: all because IE and old Edge don’t support it.
  • Fixed Grid Layout warning.

v10.0.1

Compare Source

  • Fix PostCSS 8.1 compatability.
  • Add our OpenCollective to package.json.
  • Clean up code (by Sukka).

v10.0.0: 10.0 “Alis volat propriis”

Compare Source

Coat of arms of Oregon

Autoprefixer 10 is based on top of PostCSS 8 (check Known Issues section before updating).

Node.js 6.x, 8.x, 11.x support was removed.

Now you need to install Autoprefixer by npm install --save-dev autoprefixer postcss. We moved postcss from dependencies to peerDependencies according to new PostCSS plugin guidelines.


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, 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 | major | [`^9.8.6` -> `^10.0.0`](https://renovatebot.com/diffs/npm/autoprefixer/9.8.8/10.4.14) | --- ### Release Notes <details> <summary>postcss/autoprefixer</summary> ### [`v10.4.14`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;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#&#8203;10414) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.0...10.4.1) - Improved startup time and reduced JS bundle size (by Kārlis Gaņģis). ### [`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; } ``` ### [`v10.3.7`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1037) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.6...10.3.7) - Replaced `nanocolors` to `picocolors`. ### [`v10.3.6`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1036) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.5...10.3.6) - Updated `nanocolors`. - Reduced package size. ### [`v10.3.5`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1035) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.4...10.3.5) - Replaced `colorette` to `nanocolors`. ### [`v10.3.4`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1034) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.3...10.3.4) - Fixed `stretch` value in latest Firefox. ### [`v10.3.3`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1033) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.2...10.3.3) - Fixed wrong `-moz-` prefix from `::file-selector-button` (by Usman Yunusov). ### [`v10.3.2`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1032) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.1...10.3.2) - Fixed `::file-selector-button` support (by Usman Yunusov). ### [`v10.3.1`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1031) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.3.0...10.3.1) - Fixed adding wrong prefixes to `content` (by Luke Warlow). ### [`v10.3.0`](https://github.com/postcss/autoprefixer/releases/tag/10.3.0): 10.3 “Чести своей не отдам никому” [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.6...10.3.0) <img src="https://user-images.githubusercontent.com/19343/125161006-d3f96380-e14d-11eb-86b2-dca98629337e.png" alt="Pskov, coat of arms" width="250" height="208" align="right"> In Autoprefixer 10.3 [@&#8203;lukewarlow](https://github.com/lukewarlow) added `::file-selector-button` support. ```css ::-webkit-file-upload-button { border: 2px solid #&#8203;6c5ce7; padding: .2em .4em; border-radius: .2em; background-color: #a29bfe; } ::file-selector-button { border: 2px solid #&#8203;6c5ce7; padding: .2em .4em; border-radius: .2em; background-color: #a29bfe; } ``` ### [`v10.2.6`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1026) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.5...10.2.6) - Fixed “no prefixes needed” warning (by [@&#8203;Pwntheon](https://github.com/Pwntheon)). ### [`v10.2.5`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1025) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.4...10.2.5) - Fixed `:` support in `@supports` (by Dmitry Semigradsky). - Fixed docs (by Christian Oliff). ### [`v10.2.4`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1024) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.3...10.2.4) - Fixed browser names in `npx autoprefixer --info`. ### [`v10.2.3`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1023) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.2...10.2.3) - Fixed PostCSS 8 support. ### [`v10.2.2`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1022) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.1...10.2.2) - Fixed PostCSS 8 plugins compatibility. ### [`v10.2.1`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1021) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.2.0...10.2.1) - Fixed `transition-property` warnings (by [@&#8203;Sheraff](https://github.com/Sheraff)). ### [`v10.2.0`](https://github.com/postcss/autoprefixer/releases/tag/10.2.0): 10.2 “Sub rosa” [Compare Source](https://github.com/postcss/autoprefixer/compare/10.1.0...10.2.0) <img src="https://user-images.githubusercontent.com/19343/103720989-a105c580-4f9a-11eb-9045-e188e47a1720.png" alt="Tudor rose" width="200" height="191" align="right"> Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need `@types/autoprefixer` anymore. Thanks to [@&#8203;Semigradsky](https://github.com/Semigradsky) and DefinitelyTyped’s contributors. [@&#8203;Sheraff](https://github.com/Sheraff) also improved docs. ### [`v10.1.0`](https://github.com/postcss/autoprefixer/releases/tag/10.1.0): 10.1 “Pula” [Compare Source](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0) <img src="https://user-images.githubusercontent.com/19343/101454594-390e8180-38ff-11eb-8581-89c11080b987.png" alt="Coat of arms of Botswana" width="220" height="170" align="right"> Autoprefixer 10.1 improved `min-resolution` support. [@&#8203;infusion](https://github.com/infusion) added `dpcm` unit support and `num2fraction` with [Fraction.js](https://github.com/infusion/Fraction.js/), which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward. ```css /* input */ @&#8203;media (min-resolution: 113.38dpcm) { … } /* output */ @&#8203;media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 113.38dpcm) { … } ``` ### [`v10.0.4`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1004) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.0.3...10.0.4) - Fixed `Cannot read property 'proxyOf' of undefined` error (by Igor Kamyshev). ### [`v10.0.3`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1003) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.0.2...10.0.3) - Fixed `substract` to `subtract` value for `mask-composite` (by Michelle Enos). ### [`v10.0.2`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1002) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.0.1...10.0.2) - Removed `-ms-user-select: all` because IE and old Edge don’t support it. - Fixed Grid Layout warning. ### [`v10.0.1`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#&#8203;1001) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.0.0...10.0.1) - Fix PostCSS 8.1 compatability. - Add our OpenCollective to `package.json`. - Clean up code (by Sukka). ### [`v10.0.0`](https://github.com/postcss/autoprefixer/releases/tag/10.0.0): 10.0 “Alis volat propriis” [Compare Source](https://github.com/postcss/autoprefixer/compare/9.8.8...10.0.0) <img src="https://user-images.githubusercontent.com/19343/93252989-3ec35380-f764-11ea-9891-4b386348bfdd.png" alt="Coat of arms of Oregon" width="200" height="200" align="right"> Autoprefixer 10 is based on top of [PostCSS 8](https://github.com/postcss/postcss/releases/tag/8.0.0) (check **Known Issues** section before updating). Node.js 6.x, 8.x, 11.x support was removed. Now you need to install Autoprefixer by `npm install --save-dev autoprefixer postcss`. We moved `postcss` from `dependencies` to `peerDependencies` according to [new PostCSS plugin guidelines](https://github.com/postcss/postcss/blob/master/docs/guidelines/plugin.md). </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
renovate-bot added 1 commit 2023-01-20 08:07:55 +00:00
renovate-bot force-pushed renovate/main-autoprefixer-10.x from 6406e30338 to d0c5ec8cfc 2023-01-23 08:04:08 +00:00 Compare
decentral1se added 1 commit 2023-04-24 08:15:33 +00:00
decentral1se closed this pull request 2023-04-24 08:17:04 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 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: coop-cloud/coopcloud.tech#38
No description provided.