Skip to content

Update dependency autoprefixer to v10.1.0 - #143

Merged
scriptex merged 1 commit into
masterfrom
renovate/autoprefixer-10.x
Dec 9, 2020
Merged

Update dependency autoprefixer to v10.1.0#143
scriptex merged 1 commit into
masterfrom
renovate/autoprefixer-10.x

Conversation

@renovate

@renovate renovate Bot commented Dec 8, 2020

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.0.4 -> 10.1.0 age adoption passing confidence

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 WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Dec 8, 2020
@vercel

vercel Bot commented Dec 8, 2020

Copy link
Copy Markdown

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/atanas/itscss/1d2wkjyt0
✅ Preview: https://itscss-git-renovate-autoprefixer-10x.atanas.vercel.app

@scriptex
scriptex merged commit 182585a into master Dec 9, 2020
@scriptex
scriptex deleted the renovate/autoprefixer-10.x branch December 9, 2020 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants