Skip to content

chore(deps): update dependency autoprefixer to ^9.5.0 #2845

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

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2019

This PR contains the following updates:

Package Type Update Change References
autoprefixer devDependencies minor ^9.4.10 -> ^9.5.0 source

Release Notes

postcss/autoprefixer

v9.5.0

Compare Source

Coat of Arms of Hogwarts

Autoprefixer 9.5 brings mask-composite support.

a {
  mask-composite: add;
}
b {
  mask: url(intersect.png) intersect, url(exclude.png);
}
a {
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
b {
  -webkit-mask: url(intersect.png), url(exclude.png);
  -webkit-mask-composite: source-in, xor;
          mask: url(intersect.png) intersect, url(exclude.png);
}

Thanks to @​semeleven for implementation and @​iamvdo for suggestion.


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 if you modify the PR title to begin with "rebase!".

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

@codecov
Copy link

codecov bot commented Mar 14, 2019

Codecov Report

Merging #2845 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #2845   +/-   ##
=======================================
  Coverage   83.97%   83.97%           
=======================================
  Files         196      196           
  Lines        3183     3183           
  Branches      933      933           
=======================================
  Hits         2673     2673           
  Misses        371      371           
  Partials      139      139

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 34de11f...9e27a73. Read the comment docs.

@jacobmllr95 jacobmllr95 merged commit 481bdcf into dev Mar 14, 2019
@jacobmllr95 jacobmllr95 deleted the renovate/all-minor-patch branch March 14, 2019 18:45
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.

2 participants