Skip to content

Commit ba96fc3

Browse files
committed
Auto merge of #4215 - rust-lang:renovate/postcss-8.x, r=Turbo87
Update dependency postcss to v8.4.3 [![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.1` -> `8.4.3`](https://renovatebot.com/diffs/npm/postcss/8.4.1/8.4.3) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.4.3/compatibility-slim/8.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.4.3/confidence-slim/8.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.4.3`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;843) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.2...1f2cde739937358e38985843ad24d30b267a86cf) - Fix `this.css.replace is not a function` error. ### [`v8.4.2`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;842) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.1...8.4.2) - Fixed previous source map support in 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 e794ac1 + 3046f7e commit ba96fc3

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.1",
133+
"ember-css-modules/postcss": "8.4.3",
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].1, postcss@^8.0.0, postcss@^8.1.4, postcss@^8.2.15:
12057-
version "8.4.1"
12058-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.1.tgz#73051f825509ad1a716ef500108001bf3d1fa8f7"
12059-
integrity sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag==
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==
1206012060
dependencies:
1206112061
nanoid "^3.1.30"
1206212062
picocolors "^1.0.0"

0 commit comments

Comments
 (0)