Skip to content

Commit 33c8f74

Browse files
committed
set dependencies to newly released versions
1 parent 85f0fa2 commit 33c8f74

39 files changed

Lines changed: 145 additions & 68 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#502) (patch)
66
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.2.4`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1024) (patch)
7+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#403) (patch)
78

89
### 4.0.20
910

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@csstools/postcss-relative-color-syntax": "^3.0.10",
6161
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
6262
"@csstools/postcss-stepped-value-functions": "^4.0.9",
63-
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
63+
"@csstools/postcss-text-decoration-shorthand": "^4.0.3",
6464
"@csstools/postcss-trigonometric-functions": "^4.0.9",
6565
"@csstools/postcss-unset-value": "^4.0.0",
6666
"css-blank-pseudo": "^7.0.1",

package-lock.json

Lines changed: 36 additions & 36 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Added `@csstools/postcss-alpha-function` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function#readme) for usage details.
66
- Added `@csstools/postcss-color-function-display-p3-linear` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear#readme) for usage details.
7+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#420) (minor)
8+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#403) (patch)
79

810
### 10.2.4
911

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
"@csstools/postcss-nested-calc": "^4.0.0",
7979
"@csstools/postcss-normalize-display-values": "^4.0.0",
8080
"@csstools/postcss-oklab-function": "^4.0.10",
81-
"@csstools/postcss-progressive-custom-properties": "^4.1.0",
81+
"@csstools/postcss-progressive-custom-properties": "^4.2.0",
8282
"@csstools/postcss-random-function": "^2.0.1",
8383
"@csstools/postcss-relative-color-syntax": "^3.0.10",
8484
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
8585
"@csstools/postcss-sign-functions": "^1.1.4",
8686
"@csstools/postcss-stepped-value-functions": "^4.0.9",
87-
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
87+
"@csstools/postcss-text-decoration-shorthand": "^4.0.3",
8888
"@csstools/postcss-trigonometric-functions": "^4.0.9",
8989
"@csstools/postcss-unset-value": "^4.0.0",
9090
"autoprefixer": "^10.4.21",

plugins/postcss-alpha-function/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
### Unreleased (major)
44

55
- Initial version
6+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#310) (minor)
7+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#420) (minor)

plugins/postcss-alpha-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"dist"
4444
],
4545
"dependencies": {
46-
"@csstools/css-color-parser": "^3.0.10",
46+
"@csstools/css-color-parser": "^3.1.0",
4747
"@csstools/css-parser-algorithms": "^3.0.5",
4848
"@csstools/css-tokenizer": "^3.0.4",
49-
"@csstools/postcss-progressive-custom-properties": "^4.1.0",
49+
"@csstools/postcss-progressive-custom-properties": "^4.2.0",
5050
"@csstools/utilities": "^2.0.0"
5151
},
5252
"peerDependencies": {

plugins/postcss-color-function-display-p3-linear/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
### Unreleased (major)
44

55
- Initial version
6+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#310) (minor)
7+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#420) (minor)

plugins/postcss-color-function-display-p3-linear/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"dist"
4444
],
4545
"dependencies": {
46-
"@csstools/css-color-parser": "^3.0.10",
46+
"@csstools/css-color-parser": "^3.1.0",
4747
"@csstools/css-parser-algorithms": "^3.0.5",
4848
"@csstools/css-tokenizer": "^3.0.4",
49-
"@csstools/postcss-progressive-custom-properties": "^4.1.0",
49+
"@csstools/postcss-progressive-custom-properties": "^4.2.0",
5050
"@csstools/utilities": "^2.0.0"
5151
},
5252
"peerDependencies": {

plugins/postcss-color-function/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to PostCSS Color Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#310) (minor)
6+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#420) (minor)
7+
38
### 4.0.10
49

510
_May 27, 2025_

0 commit comments

Comments
 (0)