Skip to content

Commit db6cf5d

Browse files
committed
Auto merge of #3692 - rust-lang:renovate/postcss-8.x, r=Turbo87
Update dependency postcss to v8.3.1 [![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.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/postcss/8.3.0/8.3.1) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.3.1/compatibility-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.3.1/confidence-slim/8.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.3.1`](https://github.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;831) [Compare Source](https://github.com/postcss/postcss/compare/8.3.0...8.3.1) - Fixed false positives `PostCSS does nothing` warning on `syntax` option. </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 fd03512 + f2d33c2 commit db6cf5d

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.38.1"
130130
},
131131
"resolutions": {
132-
"ember-css-modules/postcss": "8.3.0",
132+
"ember-css-modules/postcss": "8.3.1",
133133
"ember-inflector": "4.0.1"
134134
},
135135
"engines": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12263,10 +12263,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1226312263
indexes-of "^1.0.1"
1226412264
uniq "^1.0.1"
1226512265

12266-
[email protected].0, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12267-
version "8.3.0"
12268-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
12269-
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
12266+
[email protected].1, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12267+
version "8.3.1"
12268+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.1.tgz#71f380151c227f83b898294a46481f689f86b70a"
12269+
integrity sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==
1227012270
dependencies:
1227112271
colorette "^1.2.2"
1227212272
nanoid "^3.1.23"

0 commit comments

Comments
 (0)