Skip to content

Commit 8705c92

Browse files
committed
set dependencies to newly released versions
1 parent 0436538 commit 8705c92

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

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-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703) (patch)
6+
37
### 4.0.21
48

59
_August 22, 2025_

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@csstools/postcss-trigonometric-functions": "^4.0.9",
6565
"@csstools/postcss-unset-value": "^4.0.0",
6666
"css-blank-pseudo": "^7.0.1",
67-
"css-has-pseudo": "^7.0.2",
67+
"css-has-pseudo": "^7.0.3",
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.5.6",
7070
"postcss-attribute-case-insensitive": "^7.0.1",

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-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703) (patch)
6+
37
### 10.3.0
48

59
_August 22, 2025_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"autoprefixer": "^10.4.21",
9191
"browserslist": "^4.25.1",
9292
"css-blank-pseudo": "^7.0.1",
93-
"css-has-pseudo": "^7.0.2",
93+
"css-has-pseudo": "^7.0.3",
9494
"css-prefers-color-scheme": "^10.0.0",
9595
"cssdb": "^8.4.0",
9696
"postcss-attribute-case-insensitive": "^7.0.1",

0 commit comments

Comments
 (0)