Skip to content

Commit c9428d6

Browse files
committed
set dependencies to newly released versions
1 parent 65983eb commit c9428d6

31 files changed

Lines changed: 86 additions & 32 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501) (patch)
6+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#501) (patch)
67

78
### 5.0.3
89

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@csstools/postcss-relative-color-syntax": "^4.0.0",
6060
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
6161
"@csstools/postcss-stepped-value-functions": "^5.0.0",
62-
"@csstools/postcss-text-decoration-shorthand": "^5.0.0",
62+
"@csstools/postcss-text-decoration-shorthand": "^5.0.1",
6363
"@csstools/postcss-trigonometric-functions": "^5.0.0",
6464
"@csstools/postcss-unset-value": "^5.0.0",
6565
"css-blank-pseudo": "^8.0.1",

package-lock.json

Lines changed: 17 additions & 17 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501) (patch)
6+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#501) (patch)
67

78
### 11.1.1
89

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@csstools/postcss-stepped-value-functions": "^5.0.0",
8484
"@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
8585
"@csstools/postcss-system-ui-font-family": "^2.0.0",
86-
"@csstools/postcss-text-decoration-shorthand": "^5.0.0",
86+
"@csstools/postcss-text-decoration-shorthand": "^5.0.1",
8787
"@csstools/postcss-trigonometric-functions": "^5.0.0",
8888
"@csstools/postcss-unset-value": "^5.0.0",
8989
"autoprefixer": "^10.4.23",

plugins/postcss-alpha-function/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Alpha 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 [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#401) (patch)
6+
37
### 2.0.1
48

59
_January 15, 2026_

plugins/postcss-alpha-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"dependencies": {
39-
"@csstools/css-color-parser": "^4.0.0",
39+
"@csstools/css-color-parser": "^4.0.1",
4040
"@csstools/css-parser-algorithms": "^4.0.0",
4141
"@csstools/css-tokenizer": "^4.0.0",
4242
"@csstools/postcss-progressive-custom-properties": "^5.0.0",

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

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#401) (patch)
6+
37
### 2.0.0
48

59
_January 14, 2026_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"dependencies": {
39-
"@csstools/css-color-parser": "^4.0.0",
39+
"@csstools/css-color-parser": "^4.0.1",
4040
"@csstools/css-parser-algorithms": "^4.0.0",
4141
"@csstools/css-tokenizer": "^4.0.0",
4242
"@csstools/postcss-progressive-custom-properties": "^5.0.0",

plugins/postcss-color-function/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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 [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#401) (patch)
6+
37
### 5.0.0
48

59
_January 14, 2026_

0 commit comments

Comments
 (0)