Skip to content

Commit 7ef8e44

Browse files
committed
set dependencies to newly released versions
1 parent 64380bc commit 7ef8e44

5 files changed

Lines changed: 77 additions & 56 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`12.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1200) (major)
4545
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`15.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1500) (major)
4646
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#900) (major)
47+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#500) (major)
48+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#400) (major)
49+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#600) (major)
50+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#500) (major)
51+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#500) (major)
52+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#400) (major)
53+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#800) (major)
54+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#800) (major)
4755

4856
### 4.0.25
4957

cli/csstools-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
],
3939
"dependencies": {
4040
"@csstools/postcss-cascade-layers": "^6.0.0",
41-
"@csstools/postcss-color-function": "^4.0.12",
42-
"@csstools/postcss-color-mix-function": "^3.0.12",
41+
"@csstools/postcss-color-function": "^5.0.0",
42+
"@csstools/postcss-color-mix-function": "^4.0.0",
4343
"@csstools/postcss-content-alt-text": "^3.0.0",
4444
"@csstools/postcss-exponential-functions": "^3.0.0",
4545
"@csstools/postcss-font-format-keywords": "^5.0.0",
46-
"@csstools/postcss-gradients-interpolation-method": "^5.0.12",
47-
"@csstools/postcss-hwb-function": "^4.0.12",
46+
"@csstools/postcss-gradients-interpolation-method": "^6.0.0",
47+
"@csstools/postcss-hwb-function": "^5.0.0",
4848
"@csstools/postcss-ic-unit": "^5.0.0",
4949
"@csstools/postcss-is-pseudo-class": "^6.0.0",
5050
"@csstools/postcss-light-dark-function": "^3.0.0",
@@ -55,8 +55,8 @@
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.0",
58-
"@csstools/postcss-oklab-function": "^4.0.12",
59-
"@csstools/postcss-relative-color-syntax": "^3.0.12",
58+
"@csstools/postcss-oklab-function": "^5.0.0",
59+
"@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",
6262
"@csstools/postcss-text-decoration-shorthand": "^5.0.0",
@@ -67,7 +67,7 @@
6767
"css-prefers-color-scheme": "^11.0.0",
6868
"postcss": "^8.5.6",
6969
"postcss-attribute-case-insensitive": "^8.0.0",
70-
"postcss-color-functional-notation": "^7.0.12",
70+
"postcss-color-functional-notation": "^8.0.0",
7171
"postcss-color-hex-alpha": "^11.0.0",
7272
"postcss-color-rebeccapurple": "^11.0.0",
7373
"postcss-custom-media": "^12.0.0",
@@ -79,7 +79,7 @@
7979
"postcss-focus-within": "^10.0.0",
8080
"postcss-gap-properties": "^7.0.0",
8181
"postcss-image-set-function": "^8.0.0",
82-
"postcss-lab-function": "^7.0.12",
82+
"postcss-lab-function": "^8.0.0",
8383
"postcss-logical": "^9.0.0",
8484
"postcss-nesting": "^14.0.0",
8585
"postcss-overflow-shorthand": "^7.0.0",

package-lock.json

Lines changed: 35 additions & 35 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@
5454
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`12.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1200) (major)
5555
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`15.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1500) (major)
5656
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`9.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#900) (major)
57+
- Updated [`@csstools/postcss-alpha-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function/CHANGELOG.md#200) (major)
58+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#500) (major)
59+
- Updated [`@csstools/postcss-color-function-display-p3-linear`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear/CHANGELOG.md#200) (major)
60+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#400) (major)
61+
- Updated [`@csstools/postcss-color-mix-variadic-function-arguments`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments/CHANGELOG.md#200) (major)
62+
- Updated [`@csstools/postcss-contrast-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function/CHANGELOG.md#300) (major)
63+
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`3.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#300) (major)
64+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`6.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#600) (major)
65+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#500) (major)
66+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`5.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#500) (major)
67+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#400) (major)
68+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#800) (major)
69+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`8.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#800) (major)
5770

5871
### 10.6.1
5972

0 commit comments

Comments
 (0)