Skip to content

Commit eac315d

Browse files
committed
Auto merge of #3716 - rust-lang:renovate/postcss-8.x, r=Turbo87
Update dependency postcss to v8.3.5 [![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.4` -> `8.3.5`](https://renovatebot.com/diffs/npm/postcss/8.3.4/8.3.5) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.3.5/compatibility-slim/8.3.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.3.5/confidence-slim/8.3.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.3.5`](https://github.com/postcss/postcss/releases/8.3.5) [Compare Source](https://github.com/postcss/postcss/compare/8.3.4...8.3.5) - Fixed broken AST detection. </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, check this box. --- 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 b50ebd3 + 8c09712 commit eac315d

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.39.0"
130130
},
131131
"resolutions": {
132-
"ember-css-modules/postcss": "8.3.4",
132+
"ember-css-modules/postcss": "8.3.5",
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
@@ -12285,10 +12285,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1228512285
indexes-of "^1.0.1"
1228612286
uniq "^1.0.1"
1228712287

12288-
[email protected].4, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12289-
version "8.3.4"
12290-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.4.tgz#41ece1c43f2f7c74dc7d90144047ce052757b822"
12291-
integrity sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==
12288+
[email protected].5, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12289+
version "8.3.5"
12290+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
12291+
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
1229212292
dependencies:
1229312293
colorette "^1.2.2"
1229412294
nanoid "^3.1.23"

0 commit comments

Comments
 (0)