Skip to content

Commit d76d759

Browse files
committed
Auto merge of #4216 - rust-lang:renovate/postcss-8.x, r=Turbo87
Update dependency postcss to v8.4.4 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss](https://postcss.org/) ([source](https://togithub.com/postcss/postcss)) | [`8.4.3` -> `8.4.4`](https://renovatebot.com/diffs/npm/postcss/8.4.3/8.4.4) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.4.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.4.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.4.4/compatibility-slim/8.4.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.4.4/confidence-slim/8.4.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.4.4`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;844) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.3...8.4.4) - Fixed absolute path in source map on zero plugins mode. </details> --- ### 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents ba96fc3 + 151e479 commit d76d759

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"webpack": "5.64.2"
131131
},
132132
"resolutions": {
133-
"ember-css-modules/postcss": "8.4.3",
133+
"ember-css-modules/postcss": "8.4.4",
134134
"ember-inflector": "4.0.2",
135135
"ember-modifier": "3.0.0"
136136
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12053,10 +12053,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1205312053
indexes-of "^1.0.1"
1205412054
uniq "^1.0.1"
1205512055

12056-
[email protected].3, postcss@^8.0.0, postcss@^8.1.4, postcss@^8.2.15:
12057-
version "8.4.3"
12058-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.3.tgz#adc55db82e868dea54e9e0e7ecdb0368b5adf65a"
12059-
integrity sha512-d5gVKo8ekrircqHOQNvSQk8dhGOuAfu1iP6dzfAlnAmcu7EBJ9cFuZG8B1KZK362aaEO3L1H+WM3ny9xQ29tFw==
12056+
[email protected].4, postcss@^8.0.0, postcss@^8.1.4, postcss@^8.2.15:
12057+
version "8.4.4"
12058+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
12059+
integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
1206012060
dependencies:
1206112061
nanoid "^3.1.30"
1206212062
picocolors "^1.0.0"

0 commit comments

Comments
 (0)