Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

chore(deps): update dependency autoprefixer to v10.3.7 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 9, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.0.3 -> 10.3.7 age adoption passing confidence

Release Notes

postcss/autoprefixer

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

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

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

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).

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.

@vercel
Copy link

vercel bot commented Dec 9, 2020

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/jonyw4/wayfore-group-polices/kjgVz1mu2N27GwQM8gCXmZnu4Npx
✅ Preview: https://wayfore-group-polices-git-renovate-autoprefixer-10x-jonyw4.vercel.app

@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 54d2a84 to 7754f82 Compare January 7, 2021 16:00
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.1.0 chore(deps): update dependency autoprefixer to v10.2.0 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 7754f82 to 7d83c09 Compare January 9, 2021 09:59
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.0 chore(deps): update dependency autoprefixer to v10.2.1 Jan 9, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 7d83c09 to f03d1e4 Compare January 24, 2021 21:56
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.1 chore(deps): update dependency autoprefixer to v10.2.3 Jan 24, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from f03d1e4 to b8e924a Compare January 30, 2021 11:58
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.3 chore(deps): update dependency autoprefixer to v10.2.4 Jan 30, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from b8e924a to 628de6a Compare April 26, 2021 14:30
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.4 chore(deps): update dependency autoprefixer to v10.2.5 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 628de6a to 1b90b51 Compare June 6, 2021 21:44
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.5 chore(deps): update dependency autoprefixer to v10.2.6 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 1b90b51 to aae4385 Compare October 18, 2021 19:16
@renovate renovate bot changed the title chore(deps): update dependency autoprefixer to v10.2.6 chore(deps): update dependency autoprefixer to v10.3.7 Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant