Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency autoprefixer to v10 #1063

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 9.8.6 -> 10.2.5 age adoption passing confidence

Release Notes

postcss/autoprefixer

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

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

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

@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2020

Codecov Report

Merging #1063 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1063   +/-   ##
=======================================
  Coverage   75.25%   75.25%           
=======================================
  Files          15       15           
  Lines         295      295           
  Branches       80       80           
=======================================
  Hits          222      222           
  Misses         68       68           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83dbd75...b3ce949. Read the comment docs.

@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from da5ba81 to 2533317 Compare September 27, 2020 00:47
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 2533317 to b3ce949 Compare October 5, 2020 13:28
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from b3ce949 to a13277d Compare November 10, 2020 15:10
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from a13277d to 7aeb085 Compare November 24, 2020 09:13
@codecov-io
Copy link

codecov-io commented Nov 24, 2020

Codecov Report

Merging #1063 (a13277d) into master (9e847c7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1063   +/-   ##
=======================================
  Coverage   75.25%   75.25%           
=======================================
  Files          15       15           
  Lines         295      295           
  Branches       80       80           
=======================================
  Hits          222      222           
  Misses         68       68           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e847c7...274f0e9. Read the comment docs.

@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch 2 times, most recently from f79fa54 to e5f3708 Compare November 27, 2020 21:38
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from e5f3708 to 10c281b Compare December 8, 2020 07:49
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch 2 times, most recently from 157fbc6 to c1c7361 Compare January 8, 2021 03:00
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from c1c7361 to 274f0e9 Compare January 19, 2021 19:36
@renovate renovate bot force-pushed the renovate/autoprefixer-10.x branch from 274f0e9 to 53f88d3 Compare February 2, 2021 17:03
@swashata swashata closed this Apr 26, 2021
@renovate renovate bot changed the title fix(deps): update dependency autoprefixer to v10 chore(deps): update dependency autoprefixer to v10 Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Apr 26, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants