Skip to content

Commit 32ccc7e

Browse files
committed
Auto merge of #4070 - rust-lang:renovate/postcss-8.x, r=Turbo87
Update dependency postcss to v8.3.11 [![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://github.com/postcss/postcss)) | [`8.3.10` -> `8.3.11`](https://renovatebot.com/diffs/npm/postcss/8.3.10/8.3.11) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.3.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.3.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.3.11/compatibility-slim/8.3.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.3.11/confidence-slim/8.3.10)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.3.11`](https://github.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;8311) [Compare Source](https://github.com/postcss/postcss/compare/8.3.10...8.3.11) - Remove debugging code. </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 e4ef88e + d0b8f4e commit 32ccc7e

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
@@ -129,7 +129,7 @@
129129
"webpack": "5.58.1"
130130
},
131131
"resolutions": {
132-
"ember-css-modules/postcss": "8.3.10",
132+
"ember-css-modules/postcss": "8.3.11",
133133
"ember-inflector": "4.0.2"
134134
},
135135
"engines": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12117,10 +12117,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1211712117
indexes-of "^1.0.1"
1211812118
uniq "^1.0.1"
1211912119

12120-
[email protected].10, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12121-
version "8.3.10"
12122-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.10.tgz#4d614e108ccc69c65c2f6dc6cec23dd5c85b73af"
12123-
integrity sha512-YYfvfUdWx+ECpr5Hgc6XRfsaux8LksL5ey8qTtWiuRXOpOF1YYMwAySdh0nSmwhZAFvvJ6rgiIkKVShu4x2T1Q==
12120+
[email protected].11, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12121+
version "8.3.11"
12122+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
12123+
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
1212412124
dependencies:
1212512125
nanoid "^3.1.30"
1212612126
picocolors "^1.0.0"

0 commit comments

Comments
 (0)