Skip to content

Commit 57a05a0

Browse files
committed
set dependencies to newly released versions
1 parent 6ba920f commit 57a05a0

File tree

5 files changed

+61
-44
lines changed

5 files changed

+61
-44
lines changed

cli/csstools-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#408) (patch)
1111
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`4.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#408) (patch)
1212
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#601) (patch)
13+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#409) (patch)
14+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#309) (patch)
15+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#509) (patch)
16+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#409) (patch)
17+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#409) (patch)
18+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#309) (patch)
19+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#709) (patch)
20+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#709) (patch)
1321

1422
### 4.0.15
1523

cli/csstools-cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
],
4040
"dependencies": {
4141
"@csstools/postcss-cascade-layers": "^5.0.1",
42-
"@csstools/postcss-color-function": "^4.0.8",
43-
"@csstools/postcss-color-mix-function": "^3.0.8",
42+
"@csstools/postcss-color-function": "^4.0.9",
43+
"@csstools/postcss-color-mix-function": "^3.0.9",
4444
"@csstools/postcss-content-alt-text": "^2.0.5",
4545
"@csstools/postcss-exponential-functions": "^2.0.8",
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
47-
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
48-
"@csstools/postcss-hwb-function": "^4.0.8",
47+
"@csstools/postcss-gradients-interpolation-method": "^5.0.9",
48+
"@csstools/postcss-hwb-function": "^4.0.9",
4949
"@csstools/postcss-ic-unit": "^4.0.1",
5050
"@csstools/postcss-is-pseudo-class": "^5.0.1",
5151
"@csstools/postcss-light-dark-function": "^2.0.8",
@@ -56,8 +56,8 @@
5656
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
5757
"@csstools/postcss-nested-calc": "^4.0.0",
5858
"@csstools/postcss-normalize-display-values": "^4.0.0",
59-
"@csstools/postcss-oklab-function": "^4.0.8",
60-
"@csstools/postcss-relative-color-syntax": "^3.0.8",
59+
"@csstools/postcss-oklab-function": "^4.0.9",
60+
"@csstools/postcss-relative-color-syntax": "^3.0.9",
6161
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
6262
"@csstools/postcss-stepped-value-functions": "^4.0.8",
6363
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
@@ -68,7 +68,7 @@
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.4.45",
7070
"postcss-attribute-case-insensitive": "^7.0.1",
71-
"postcss-color-functional-notation": "^7.0.8",
71+
"postcss-color-functional-notation": "^7.0.9",
7272
"postcss-color-hex-alpha": "^10.0.0",
7373
"postcss-color-rebeccapurple": "^10.0.0",
7474
"postcss-custom-media": "^11.0.5",
@@ -80,7 +80,7 @@
8080
"postcss-focus-within": "^9.0.1",
8181
"postcss-gap-properties": "^6.0.0",
8282
"postcss-image-set-function": "^7.0.0",
83-
"postcss-lab-function": "^7.0.8",
83+
"postcss-lab-function": "^7.0.9",
8484
"postcss-logical": "^8.1.0",
8585
"postcss-nesting": "^13.0.1",
8686
"postcss-overflow-shorthand": "^6.0.0",

package-lock.json

+27-27
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

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#401) (patch)
77
- Updated [`@csstools/postcss-random-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md#200) (major)
88
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#213) (patch)
9+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#409) (patch)
10+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#309) (patch)
11+
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#209) (patch)
12+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#509) (patch)
13+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#409) (patch)
14+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#409) (patch)
15+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#309) (patch)
16+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#709) (patch)
17+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#709) (patch)
918

1019
### 10.1.5
1120

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
],
5454
"dependencies": {
5555
"@csstools/postcss-cascade-layers": "^5.0.1",
56-
"@csstools/postcss-color-function": "^4.0.8",
57-
"@csstools/postcss-color-mix-function": "^3.0.8",
56+
"@csstools/postcss-color-function": "^4.0.9",
57+
"@csstools/postcss-color-mix-function": "^3.0.9",
5858
"@csstools/postcss-content-alt-text": "^2.0.5",
5959
"@csstools/postcss-exponential-functions": "^2.0.8",
6060
"@csstools/postcss-font-format-keywords": "^4.0.0",
61-
"@csstools/postcss-gamut-mapping": "^2.0.8",
62-
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
63-
"@csstools/postcss-hwb-function": "^4.0.8",
61+
"@csstools/postcss-gamut-mapping": "^2.0.9",
62+
"@csstools/postcss-gradients-interpolation-method": "^5.0.9",
63+
"@csstools/postcss-hwb-function": "^4.0.9",
6464
"@csstools/postcss-ic-unit": "^4.0.1",
6565
"@csstools/postcss-initial": "^2.0.1",
6666
"@csstools/postcss-is-pseudo-class": "^5.0.1",
@@ -74,10 +74,10 @@
7474
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
7575
"@csstools/postcss-nested-calc": "^4.0.0",
7676
"@csstools/postcss-normalize-display-values": "^4.0.0",
77-
"@csstools/postcss-oklab-function": "^4.0.8",
77+
"@csstools/postcss-oklab-function": "^4.0.9",
7878
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
7979
"@csstools/postcss-random-function": "^2.0.0",
80-
"@csstools/postcss-relative-color-syntax": "^3.0.8",
80+
"@csstools/postcss-relative-color-syntax": "^3.0.9",
8181
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
8282
"@csstools/postcss-sign-functions": "^1.1.3",
8383
"@csstools/postcss-stepped-value-functions": "^4.0.8",
@@ -92,7 +92,7 @@
9292
"cssdb": "^8.2.5",
9393
"postcss-attribute-case-insensitive": "^7.0.1",
9494
"postcss-clamp": "^4.1.0",
95-
"postcss-color-functional-notation": "^7.0.8",
95+
"postcss-color-functional-notation": "^7.0.9",
9696
"postcss-color-hex-alpha": "^10.0.0",
9797
"postcss-color-rebeccapurple": "^10.0.0",
9898
"postcss-custom-media": "^11.0.5",
@@ -105,7 +105,7 @@
105105
"postcss-font-variant": "^5.0.0",
106106
"postcss-gap-properties": "^6.0.0",
107107
"postcss-image-set-function": "^7.0.0",
108-
"postcss-lab-function": "^7.0.8",
108+
"postcss-lab-function": "^7.0.9",
109109
"postcss-logical": "^8.1.0",
110110
"postcss-nesting": "^13.0.1",
111111
"postcss-opacity-percentage": "^3.0.0",

0 commit comments

Comments
 (0)