Skip to content

Commit ec329e4

Browse files
committed
set dependencies to newly released versions
1 parent d7b772b commit ec329e4

File tree

5 files changed

+248
-45
lines changed

5 files changed

+248
-45
lines changed

cli/csstools-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1100) (major)
4444
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`14.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1400) (major)
4545
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#800) (major)
46+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#400) (major)
47+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#300) (major)
48+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#500) (major)
49+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#400) (major)
50+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#400) (major)
51+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#300) (major)
52+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#700) (major)
53+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#700) (major)
4654

4755
### 3.1.0
4856

cli/csstools-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
],
4040
"dependencies": {
4141
"@csstools/postcss-cascade-layers": "^5.0.0",
42-
"@csstools/postcss-color-function": "^3.0.19",
43-
"@csstools/postcss-color-mix-function": "^2.0.19",
42+
"@csstools/postcss-color-function": "^4.0.0",
43+
"@csstools/postcss-color-mix-function": "^3.0.0",
4444
"@csstools/postcss-content-alt-text": "^2.0.0",
4545
"@csstools/postcss-exponential-functions": "^2.0.0",
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
47-
"@csstools/postcss-gradients-interpolation-method": "^4.0.20",
48-
"@csstools/postcss-hwb-function": "^3.0.18",
47+
"@csstools/postcss-gradients-interpolation-method": "^5.0.0",
48+
"@csstools/postcss-hwb-function": "^4.0.0",
4949
"@csstools/postcss-ic-unit": "^4.0.0",
5050
"@csstools/postcss-is-pseudo-class": "^5.0.0",
5151
"@csstools/postcss-light-dark-function": "^2.0.0",
@@ -56,8 +56,8 @@
5656
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.0",
5757
"@csstools/postcss-nested-calc": "^4.0.0",
5858
"@csstools/postcss-normalize-display-values": "^4.0.0",
59-
"@csstools/postcss-oklab-function": "^3.0.19",
60-
"@csstools/postcss-relative-color-syntax": "^2.0.19",
59+
"@csstools/postcss-oklab-function": "^4.0.0",
60+
"@csstools/postcss-relative-color-syntax": "^3.0.0",
6161
"@csstools/postcss-scope-pseudo-class": "^4.0.0",
6262
"@csstools/postcss-stepped-value-functions": "^4.0.0",
6363
"@csstools/postcss-text-decoration-shorthand": "^4.0.0",
@@ -68,7 +68,7 @@
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.4.38",
7070
"postcss-attribute-case-insensitive": "^7.0.0",
71-
"postcss-color-functional-notation": "^6.0.14",
71+
"postcss-color-functional-notation": "^7.0.0",
7272
"postcss-color-hex-alpha": "^10.0.0",
7373
"postcss-color-rebeccapurple": "^10.0.0",
7474
"postcss-custom-media": "^11.0.0",
@@ -80,7 +80,7 @@
8080
"postcss-focus-within": "^9.0.0",
8181
"postcss-gap-properties": "^6.0.0",
8282
"postcss-image-set-function": "^7.0.0",
83-
"postcss-lab-function": "^6.0.19",
83+
"postcss-lab-function": "^7.0.0",
8484
"postcss-logical": "^8.0.0",
8585
"postcss-nesting": "^13.0.0",
8686
"postcss-overflow-shorthand": "^6.0.0",

0 commit comments

Comments
 (0)