Skip to content

Commit de4f0a9

Browse files
committed
Auto merge of #3957 - rust-lang:renovate/postcss-8.x, r=hi-rustin
Update dependency postcss to v8.3.8 [![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.3.7` -> `8.3.8`](https://renovatebot.com/diffs/npm/postcss/8.3.7/8.3.8) | [![age](https://badges.renovateapi.com/packages/npm/postcss/8.3.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss/8.3.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss/8.3.8/compatibility-slim/8.3.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss/8.3.8/confidence-slim/8.3.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss</summary> ### [`v8.3.8`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#&#8203;838) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.7...8.3.8) - Update `nanocolors`. </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 fe8a68e + d890435 commit de4f0a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"webpack": "5.53.0"
128128
},
129129
"resolutions": {
130-
"ember-css-modules/postcss": "8.3.7",
130+
"ember-css-modules/postcss": "8.3.8",
131131
"ember-inflector": "4.0.2"
132132
},
133133
"engines": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10918,10 +10918,10 @@ nan@^2.12.1:
1091810918
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
1091910919
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
1092010920

10921-
nanocolors@^0.1.5:
10922-
version "0.1.6"
10923-
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.6.tgz#bc2350d3edfdbfadd7ac018c855ae7c13905a6ad"
10924-
integrity sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==
10921+
nanocolors@^0.2.2:
10922+
version "0.2.2"
10923+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.2.tgz#94a4b7e45ecdebdbea7cb0a8349f9447a9677675"
10924+
integrity sha512-t4mwdKizEGLFeZzDbr1r6SjwKYZQEB0Z/trGsdAIsw5EadaR010/zvJ0arkw6vznyTevcMi9BtppprJ5aqLXRg==
1092510925

1092610926
nanoid@^3.1.25:
1092710927
version "3.1.25"
@@ -12103,12 +12103,12 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1210312103
indexes-of "^1.0.1"
1210412104
uniq "^1.0.1"
1210512105

12106-
postcss@8.3.7, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12107-
version "8.3.7"
12108-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.7.tgz#ec88563588c8da8e58e7226f7633b51ae221eeda"
12109-
integrity sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ==
12106+
postcss@8.3.8, "postcss@^7.0.35 || ^8.0.0", postcss@^8.2.15:
12107+
version "8.3.8"
12108+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
12109+
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
1211012110
dependencies:
12111-
nanocolors "^0.1.5"
12111+
nanocolors "^0.2.2"
1211212112
nanoid "^3.1.25"
1211312113
source-map-js "^0.6.2"
1211412114

0 commit comments

Comments
 (0)