Skip to content

Commit 0cfcac5

Browse files
committed
Auto merge of #3806 - rust-lang:renovate/postcss-nested-5.x, r=Turbo87
Update dependency postcss-nested to v5.0.6 [![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-nested](https://togithub.com/postcss/postcss-nested) | [`5.0.5` -> `5.0.6`](https://renovatebot.com/diffs/npm/postcss-nested/5.0.5/5.0.6) | [![age](https://badges.renovateapi.com/packages/npm/postcss-nested/5.0.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/postcss-nested/5.0.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/postcss-nested/5.0.6/compatibility-slim/5.0.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/postcss-nested/5.0.6/confidence-slim/5.0.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss-nested</summary> ### [`v5.0.6`](https://togithub.com/postcss/postcss-nested/blob/master/CHANGELOG.md#&#8203;506) [Compare Source](https://togithub.com/postcss/postcss-nested/compare/5.0.5...5.0.6) - Fixed custom at-rules nesting (by [`@&#8203;bsak-shell](https://togithub.com/bsak-shell)).` </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 e72fbc8 + 8b5caaf commit 0cfcac5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"match-json": "1.3.3",
119119
"normalize.css": "8.0.1",
120120
"nyc": "15.1.0",
121-
"postcss-nested": "5.0.5",
121+
"postcss-nested": "5.0.6",
122122
"prettier": "2.3.2",
123123
"qunit": "2.16.0",
124124
"qunit-console-grouper": "0.3.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12028,12 +12028,12 @@ postcss-modules-values@^4.0.0:
1202812028
dependencies:
1202912029
icss-utils "^5.0.0"
1203012030

12031-
12032-
version "5.0.5"
12033-
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.5.tgz#f0a107d33a9fab11d7637205f5321e27223e3603"
12034-
integrity sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==
12031+
12032+
version "5.0.6"
12033+
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz#466343f7fc8d3d46af3e7dba3fcd47d052a945bc"
12034+
integrity sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==
1203512035
dependencies:
12036-
postcss-selector-parser "^6.0.4"
12036+
postcss-selector-parser "^6.0.6"
1203712037

1203812038
postcss-nesting@^7.0.0:
1203912039
version "7.0.1"
@@ -12147,7 +12147,7 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
1214712147
indexes-of "^1.0.1"
1214812148
uniq "^1.0.1"
1214912149

12150-
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
12150+
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6:
1215112151
version "6.0.6"
1215212152
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
1215312153
integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==

0 commit comments

Comments
 (0)