Skip to content

Commit 5875cdd

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

3 files changed

Lines changed: 8 additions & 7 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-dir-pseudo-class",
121122
"postcss-nesting",
122123
"postcss-values-parser",
123124
"stylelint",

package-lock.json

Lines changed: 6 additions & 6 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
@@ -44,7 +44,7 @@
4444
"ordered-read-streams": "^2.0.0",
4545
"pngjs": "^7.0.0",
4646
"postcss": "^8.5.6",
47-
"postcss-dir-pseudo-class": "^9.0.1",
47+
"postcss-dir-pseudo-class": "^10.0.0",
4848
"postcss-discard-comments": "^7.0.5",
4949
"postcss-nesting": "^14.0.0",
5050
"postcss-values-parser": "^7.0.0",

0 commit comments

Comments
 (0)