Update dependency autoprefixer to v10.1.0 #36

Manually merged
samuel-p merged 1 commits from renovate/autoprefixer-10.x into develop 2020-12-09 11:09:31 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
autoprefixer devDependencies minor 10.0.4 -> 10.1.0

Release Notes

postcss/autoprefixer

v10.1.0

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) {
  
}

Renovate configuration

📅 Schedule: 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 | minor | [`10.0.4` -> `10.1.0`](https://renovatebot.com/diffs/npm/autoprefixer/10.0.4/10.1.0) | --- ### Release Notes <details> <summary>postcss/autoprefixer</summary> ### [`v10.1.0`](https://github.com/postcss/autoprefixer/releases/10.1.0) [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 ɛ &lt;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) { … } ``` </details> --- ### Renovate configuration 📅 **Schedule**: 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. --- - [ ] <!-- 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-bot added 1 commit 2020-12-09 05:07:53 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
b8d0f1d142
Update dependency autoprefixer to v10.1.0
samuel-p was assigned by renovate-bot 2020-12-09 05:07:53 +00:00
samuel-p manually merged commit 47d7797eb4 into develop 2020-12-09 11:09:31 +00:00
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/samuel-philipp.de#36
No description provided.