Skip to content

Commit bcefe57

Browse files
committed
set dependencies to newly released versions
1 parent 3add999 commit bcefe57

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSSTools CLI
22

3+
### Unreleased (patch)
4+
5+
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#801) (patch)
6+
37
### 5.0.0
48

59
_January 14, 2026_

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@csstools/postcss-text-decoration-shorthand": "^5.0.0",
6363
"@csstools/postcss-trigonometric-functions": "^5.0.0",
6464
"@csstools/postcss-unset-value": "^5.0.0",
65-
"css-blank-pseudo": "^8.0.0",
65+
"css-blank-pseudo": "^8.0.1",
6666
"css-has-pseudo": "^8.0.0",
6767
"css-prefers-color-scheme": "^11.0.0",
6868
"postcss": "^8.5.6",

package-lock.json

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

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#801) (patch)
6+
37
### 11.0.0
48

59
_January 14, 2026_

plugin-packs/postcss-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@csstools/postcss-unset-value": "^5.0.0",
8888
"autoprefixer": "^10.4.23",
8989
"browserslist": "^4.28.1",
90-
"css-blank-pseudo": "^8.0.0",
90+
"css-blank-pseudo": "^8.0.1",
9191
"css-has-pseudo": "^8.0.0",
9292
"css-prefers-color-scheme": "^11.0.0",
9393
"cssdb": "^8.6.0",

0 commit comments

Comments
 (0)