Skip to content

Commit

Permalink
chore(deps): bump postcss-nesting from 12.0.4 to 12.1.0
Browse files Browse the repository at this point in the history
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) from 12.0.4 to 12.1.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

---
updated-dependencies:
- dependency-name: postcss-nesting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 4c92dcb commit e192f8a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"hotkeys-js": "^3.13.7",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-nesting": "^12.0.4",
"postcss-nesting": "^12.1.0",
"postcss-preset-env": "^9.4.0",
"stimulus-clipboard": "^4.0.1",
"stimulus-use": "^0.52.2",
Expand Down
26 changes: 24 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,15 @@ __metadata:
languageName: node
linkType: hard

"@csstools/selector-resolve-nested@npm:^1.1.0":
version: 1.1.0
resolution: "@csstools/selector-resolve-nested@npm:1.1.0"
peerDependencies:
postcss-selector-parser: ^6.0.13
checksum: 10/bb7591e790cf6112157870f8ba3ebb7018924b88f49feff51ab07476ceca3b290cae900734e0aad30d308add07e07082f0e61625b3931572c04952c5531df2b2
languageName: node
linkType: hard

"@csstools/selector-specificity@npm:^3.0.2":
version: 3.0.2
resolution: "@csstools/selector-specificity@npm:3.0.2"
Expand Down Expand Up @@ -3170,7 +3179,7 @@ __metadata:
languageName: node
linkType: hard

"postcss-nesting@npm:^12.0.3, postcss-nesting@npm:^12.0.4":
"postcss-nesting@npm:^12.0.3":
version: 12.0.4
resolution: "postcss-nesting@npm:12.0.4"
dependencies:
Expand All @@ -3182,6 +3191,19 @@ __metadata:
languageName: node
linkType: hard

"postcss-nesting@npm:^12.1.0":
version: 12.1.0
resolution: "postcss-nesting@npm:12.1.0"
dependencies:
"@csstools/selector-resolve-nested": "npm:^1.1.0"
"@csstools/selector-specificity": "npm:^3.0.2"
postcss-selector-parser: "npm:^6.0.13"
peerDependencies:
postcss: ^8.4
checksum: 10/13ff6170cd97db3885b100a0826313bfbafb4e0a39b304cab9ea74b46172af882eaad292e3882f2c5640f9b38ce08e992ff2222beb0fb25cd1c08b390c27305a
languageName: node
linkType: hard

"postcss-normalize-charset@npm:^6.0.2":
version: 6.0.2
resolution: "postcss-normalize-charset@npm:6.0.2"
Expand Down Expand Up @@ -3577,7 +3599,7 @@ __metadata:
hotkeys-js: "npm:^3.13.7"
postcss: "npm:^8.4.35"
postcss-import: "npm:^16.0.1"
postcss-nesting: "npm:^12.0.4"
postcss-nesting: "npm:^12.1.0"
postcss-preset-env: "npm:^9.4.0"
stimulus-clipboard: "npm:^4.0.1"
stimulus-use: "npm:^0.52.2"
Expand Down

0 comments on commit e192f8a

Please sign in to comment.