Skip to content

Commit 5a0e541

Browse files
committed
set dependencies to newly released versions
1 parent 9e9233b commit 5a0e541

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
@@ -9,6 +9,7 @@
99
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`12.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1201) (patch)
1010
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`15.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1501) (patch)
1111
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#901) (patch)
12+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#503) (patch)
1213

1314
### 5.0.5
1415

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.1",
6060
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
6161
"@csstools/postcss-stepped-value-functions": "^5.0.1",
62-
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
62+
"@csstools/postcss-text-decoration-shorthand": "^5.0.3",
6363
"@csstools/postcss-trigonometric-functions": "^5.0.1",
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
@@ -11,6 +11,7 @@
1111
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`12.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1201) (patch)
1212
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`15.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1501) (patch)
1313
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#901) (patch)
14+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#503) (patch)
1415

1516
### 11.1.3
1617

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.1",
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.2",
86+
"@csstools/postcss-text-decoration-shorthand": "^5.0.3",
8787
"@csstools/postcss-trigonometric-functions": "^5.0.1",
8888
"@csstools/postcss-unset-value": "^5.0.0",
8989
"autoprefixer": "^10.4.24",

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.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#402) (patch)
6+
37
### 2.0.2
48

59
_January 25, 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.1",
39+
"@csstools/css-color-parser": "^4.0.2",
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.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#402) (patch)
6+
37
### 2.0.1
48

59
_January 25, 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.1",
39+
"@csstools/css-color-parser": "^4.0.2",
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.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#402) (patch)
6+
37
### 5.0.1
48

59
_January 25, 2026_

0 commit comments

Comments
 (0)