Skip to content

Commit b6ca3d8

Browse files
committed
set dependencies to newly released versions
1 parent c2fd2bf commit b6ca3d8

10 files changed

Lines changed: 79 additions & 52 deletions

File tree

cli/csstools-cli/CHANGELOG.md

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

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#301) (patch)
6+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#301) (patch)
7+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#501) (patch)
8+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#501) (patch)
9+
- 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)
10+
- 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)
11+
- 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+
313
### 5.0.5
414

515
_February 6, 2026_

cli/csstools-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@csstools/postcss-color-function": "^5.0.1",
4242
"@csstools/postcss-color-mix-function": "^4.0.1",
4343
"@csstools/postcss-content-alt-text": "^3.0.0",
44-
"@csstools/postcss-exponential-functions": "^3.0.0",
44+
"@csstools/postcss-exponential-functions": "^3.0.1",
4545
"@csstools/postcss-font-format-keywords": "^5.0.0",
4646
"@csstools/postcss-gradients-interpolation-method": "^6.0.1",
4747
"@csstools/postcss-hwb-function": "^5.0.1",
@@ -51,16 +51,16 @@
5151
"@csstools/postcss-logical-float-and-clear": "^4.0.0",
5252
"@csstools/postcss-logical-resize": "^4.0.0",
5353
"@csstools/postcss-logical-viewport-units": "^4.0.0",
54-
"@csstools/postcss-media-minmax": "^3.0.0",
54+
"@csstools/postcss-media-minmax": "^3.0.1",
5555
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0",
5656
"@csstools/postcss-nested-calc": "^5.0.0",
5757
"@csstools/postcss-normalize-display-values": "^5.0.1",
5858
"@csstools/postcss-oklab-function": "^5.0.1",
5959
"@csstools/postcss-relative-color-syntax": "^4.0.1",
6060
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
61-
"@csstools/postcss-stepped-value-functions": "^5.0.0",
61+
"@csstools/postcss-stepped-value-functions": "^5.0.1",
6262
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
63-
"@csstools/postcss-trigonometric-functions": "^5.0.0",
63+
"@csstools/postcss-trigonometric-functions": "^5.0.1",
6464
"@csstools/postcss-unset-value": "^5.0.0",
6565
"css-blank-pseudo": "^8.0.1",
6666
"css-has-pseudo": "^8.0.0",
@@ -70,9 +70,9 @@
7070
"postcss-color-functional-notation": "^8.0.1",
7171
"postcss-color-hex-alpha": "^11.0.0",
7272
"postcss-color-rebeccapurple": "^11.0.0",
73-
"postcss-custom-media": "^12.0.0",
74-
"postcss-custom-properties": "^15.0.0",
75-
"postcss-custom-selectors": "^9.0.0",
73+
"postcss-custom-media": "^12.0.1",
74+
"postcss-custom-properties": "^15.0.1",
75+
"postcss-custom-selectors": "^9.0.1",
7676
"postcss-dir-pseudo-class": "^10.0.0",
7777
"postcss-double-position-gradients": "^7.0.0",
7878
"postcss-focus-visible": "^11.0.0",

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-color-parser/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/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#311) (minor)
6+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#602) (patch)
67

78
### 4.0.1
89

packages/css-color-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dist"
4242
],
4343
"dependencies": {
44-
"@csstools/color-helpers": "^6.0.1",
44+
"@csstools/color-helpers": "^6.0.2",
4545
"@csstools/css-calc": "^3.1.1"
4646
},
4747
"peerDependencies": {

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#301) (patch)
6+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#301) (patch)
7+
- Updated [`@csstools/postcss-random-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md#301) (patch)
8+
- Updated [`@csstools/postcss-sign-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions/CHANGELOG.md#201) (patch)
9+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#501) (patch)
10+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#501) (patch)
11+
- 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)
12+
- 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)
13+
- 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+
315
### 11.1.3
416

517
_February 6, 2026_

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.1",
5454
"@csstools/postcss-content-alt-text": "^3.0.0",
5555
"@csstools/postcss-contrast-color-function": "^3.0.1",
56-
"@csstools/postcss-exponential-functions": "^3.0.0",
56+
"@csstools/postcss-exponential-functions": "^3.0.1",
5757
"@csstools/postcss-font-format-keywords": "^5.0.0",
5858
"@csstools/postcss-gamut-mapping": "^3.0.1",
5959
"@csstools/postcss-gradients-interpolation-method": "^6.0.1",
@@ -67,7 +67,7 @@
6767
"@csstools/postcss-logical-overscroll-behavior": "^3.0.0",
6868
"@csstools/postcss-logical-resize": "^4.0.0",
6969
"@csstools/postcss-logical-viewport-units": "^4.0.0",
70-
"@csstools/postcss-media-minmax": "^3.0.0",
70+
"@csstools/postcss-media-minmax": "^3.0.1",
7171
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0",
7272
"@csstools/postcss-mixins": "^1.0.0",
7373
"@csstools/postcss-nested-calc": "^5.0.0",
@@ -76,15 +76,15 @@
7676
"@csstools/postcss-position-area-property": "^2.0.0",
7777
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
7878
"@csstools/postcss-property-rule-prelude-list": "^2.0.0",
79-
"@csstools/postcss-random-function": "^3.0.0",
79+
"@csstools/postcss-random-function": "^3.0.1",
8080
"@csstools/postcss-relative-color-syntax": "^4.0.1",
8181
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
82-
"@csstools/postcss-sign-functions": "^2.0.0",
83-
"@csstools/postcss-stepped-value-functions": "^5.0.0",
82+
"@csstools/postcss-sign-functions": "^2.0.1",
83+
"@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",
8686
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
87-
"@csstools/postcss-trigonometric-functions": "^5.0.0",
87+
"@csstools/postcss-trigonometric-functions": "^5.0.1",
8888
"@csstools/postcss-unset-value": "^5.0.0",
8989
"autoprefixer": "^10.4.24",
9090
"browserslist": "^4.28.1",
@@ -97,9 +97,9 @@
9797
"postcss-color-functional-notation": "^8.0.1",
9898
"postcss-color-hex-alpha": "^11.0.0",
9999
"postcss-color-rebeccapurple": "^11.0.0",
100-
"postcss-custom-media": "^12.0.0",
101-
"postcss-custom-properties": "^15.0.0",
102-
"postcss-custom-selectors": "^9.0.0",
100+
"postcss-custom-media": "^12.0.1",
101+
"postcss-custom-properties": "^15.0.1",
102+
"postcss-custom-selectors": "^9.0.1",
103103
"postcss-dir-pseudo-class": "^10.0.0",
104104
"postcss-double-position-gradients": "^7.0.0",
105105
"postcss-focus-visible": "^11.0.0",

plugins/postcss-global-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"devDependencies": {
4747
"@csstools/postcss-tape": "*",
4848
"open-props": "^1.7.23",
49-
"postcss-custom-media": "^12.0.0",
50-
"postcss-custom-properties": "^15.0.0"
49+
"postcss-custom-media": "^12.0.1",
50+
"postcss-custom-properties": "^15.0.1"
5151
},
5252
"scripts": {
5353
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-text-decoration-shorthand/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Text Decoration Shorthand
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#602) (patch)
6+
37
### 5.0.2
48

59
_February 6, 2026_

0 commit comments

Comments
 (0)