Skip to content

Commit f1102a4

Browse files
committed
set dependencies to newly released versions
1 parent 52a70cf commit f1102a4

4 files changed

Lines changed: 7 additions & 4 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 [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.6.0`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1060) (minor)
6+
37
### 4.0.23
48

59
_December 4, 2025_

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"postcss-nesting": "^13.0.2",
8686
"postcss-overflow-shorthand": "^6.0.0",
8787
"postcss-place": "^10.0.0",
88-
"postcss-preset-env": "^10.5.0",
88+
"postcss-preset-env": "^10.6.0",
8989
"postcss-pseudo-class-any-link": "^10.0.1",
9090
"postcss-selector-not": "^8.0.1"
9191
},

package-lock.json

Lines changed: 2 additions & 2 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ _December 27, 2025_
77
- Added `@csstools/postcss-property-rule-prelude-list` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-property-rule-prelude-list#readme) for usage details.
88
- Added `@csstools/postcss-syntax-descriptor-syntax-production` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production#readme) for usage details.
99
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.6.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#860-december-26-2025)
10-
- Updated [`@csstools/postcss-syntax-descriptor-syntax-production`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production) to [`1.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production/CHANGELOG.md#101) (patch)
1110

1211
### 10.5.0
1312

0 commit comments

Comments
 (0)