Skip to content

Commit e6c8553

Browse files
committed
Upgrade postcss-nesting to version 14.0.0
This is a major version bump, but the changelog at https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md doesn't indicate any breaking changes that should impact us. We only have to list `postcss-nesting` in `eslint.config.js` similar to e.g. commit a2909f9.
1 parent ebc8946 commit e6c8553

3 files changed

Lines changed: 20 additions & 65 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export default [
118118
"web",
119119
"fluent-bundle",
120120
"fluent-dom",
121+
"postcss-nesting",
121122
"postcss-values-parser",
122123
"stylelint",
123124
// See https://github.com/firebase/firebase-admin-node/discussions/1359.

package-lock.json

Lines changed: 18 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"postcss": "^8.5.6",
4747
"postcss-dir-pseudo-class": "^9.0.1",
4848
"postcss-discard-comments": "^7.0.5",
49-
"postcss-nesting": "^13.0.2",
49+
"postcss-nesting": "^14.0.0",
5050
"postcss-values-parser": "^7.0.0",
5151
"prettier": "^3.8.1",
5252
"puppeteer": "^24.37.3",

0 commit comments

Comments
 (0)