Skip to content

Commit 965486b

Browse files
committed
set dependencies to newly released versions
1 parent 8ff7974 commit 965486b

File tree

5 files changed

+51
-34
lines changed

5 files changed

+51
-34
lines changed

cli/csstools-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1006) (patch)
1313
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13310) (patch)
1414
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7110) (patch)
15+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3016) (patch)
16+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2016) (patch)
17+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.17`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4017) (patch)
18+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3015) (patch)
19+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3016) (patch)
20+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2016) (patch)
21+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6011) (patch)
22+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6016) (patch)
1523

1624
### 3.0.19
1725

cli/csstools-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
],
4040
"dependencies": {
4141
"@csstools/postcss-cascade-layers": "^4.0.4",
42-
"@csstools/postcss-color-function": "^3.0.15",
43-
"@csstools/postcss-color-mix-function": "^2.0.15",
42+
"@csstools/postcss-color-function": "^3.0.16",
43+
"@csstools/postcss-color-mix-function": "^2.0.16",
4444
"@csstools/postcss-exponential-functions": "^1.0.7",
4545
"@csstools/postcss-font-format-keywords": "^3.0.2",
46-
"@csstools/postcss-gradients-interpolation-method": "^4.0.16",
47-
"@csstools/postcss-hwb-function": "^3.0.14",
46+
"@csstools/postcss-gradients-interpolation-method": "^4.0.17",
47+
"@csstools/postcss-hwb-function": "^3.0.15",
4848
"@csstools/postcss-ic-unit": "^3.0.6",
4949
"@csstools/postcss-is-pseudo-class": "^4.0.6",
5050
"@csstools/postcss-light-dark-function": "^1.0.5",
@@ -55,8 +55,8 @@
5555
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.9",
5656
"@csstools/postcss-nested-calc": "^3.0.2",
5757
"@csstools/postcss-normalize-display-values": "^3.0.2",
58-
"@csstools/postcss-oklab-function": "^3.0.15",
59-
"@csstools/postcss-relative-color-syntax": "^2.0.15",
58+
"@csstools/postcss-oklab-function": "^3.0.16",
59+
"@csstools/postcss-relative-color-syntax": "^2.0.16",
6060
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
6161
"@csstools/postcss-stepped-value-functions": "^3.0.8",
6262
"@csstools/postcss-text-decoration-shorthand": "^3.0.6",
@@ -67,7 +67,7 @@
6767
"css-prefers-color-scheme": "^9.0.1",
6868
"postcss": "^8.4.38",
6969
"postcss-attribute-case-insensitive": "^6.0.3",
70-
"postcss-color-functional-notation": "^6.0.10",
70+
"postcss-color-functional-notation": "^6.0.11",
7171
"postcss-color-hex-alpha": "^9.0.4",
7272
"postcss-color-rebeccapurple": "^9.0.3",
7373
"postcss-custom-media": "^10.0.6",
@@ -79,7 +79,7 @@
7979
"postcss-focus-within": "^8.0.1",
8080
"postcss-gap-properties": "^5.0.1",
8181
"postcss-image-set-function": "^6.0.3",
82-
"postcss-lab-function": "^6.0.15",
82+
"postcss-lab-function": "^6.0.16",
8383
"postcss-logical": "^7.0.1",
8484
"postcss-nesting": "^12.1.2",
8585
"postcss-overflow-shorthand": "^5.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1006) (patch)
1313
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13310) (patch)
1414
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7110) (patch)
15+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3016) (patch)
16+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2016) (patch)
17+
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#109) (patch)
18+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.17`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4017) (patch)
19+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3015) (patch)
20+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3016) (patch)
21+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2016) (patch)
22+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6011) (patch)
23+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6016) (patch)
1524

1625
### 9.5.10
1726

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
],
5454
"dependencies": {
5555
"@csstools/postcss-cascade-layers": "^4.0.4",
56-
"@csstools/postcss-color-function": "^3.0.15",
57-
"@csstools/postcss-color-mix-function": "^2.0.15",
56+
"@csstools/postcss-color-function": "^3.0.16",
57+
"@csstools/postcss-color-mix-function": "^2.0.16",
5858
"@csstools/postcss-exponential-functions": "^1.0.7",
5959
"@csstools/postcss-font-format-keywords": "^3.0.2",
60-
"@csstools/postcss-gamut-mapping": "^1.0.8",
61-
"@csstools/postcss-gradients-interpolation-method": "^4.0.16",
62-
"@csstools/postcss-hwb-function": "^3.0.14",
60+
"@csstools/postcss-gamut-mapping": "^1.0.9",
61+
"@csstools/postcss-gradients-interpolation-method": "^4.0.17",
62+
"@csstools/postcss-hwb-function": "^3.0.15",
6363
"@csstools/postcss-ic-unit": "^3.0.6",
6464
"@csstools/postcss-initial": "^1.0.1",
6565
"@csstools/postcss-is-pseudo-class": "^4.0.6",
@@ -73,9 +73,9 @@
7373
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.9",
7474
"@csstools/postcss-nested-calc": "^3.0.2",
7575
"@csstools/postcss-normalize-display-values": "^3.0.2",
76-
"@csstools/postcss-oklab-function": "^3.0.15",
76+
"@csstools/postcss-oklab-function": "^3.0.16",
7777
"@csstools/postcss-progressive-custom-properties": "^3.2.0",
78-
"@csstools/postcss-relative-color-syntax": "^2.0.15",
78+
"@csstools/postcss-relative-color-syntax": "^2.0.16",
7979
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
8080
"@csstools/postcss-stepped-value-functions": "^3.0.8",
8181
"@csstools/postcss-text-decoration-shorthand": "^3.0.6",
@@ -89,7 +89,7 @@
8989
"cssdb": "^8.0.0",
9090
"postcss-attribute-case-insensitive": "^6.0.3",
9191
"postcss-clamp": "^4.1.0",
92-
"postcss-color-functional-notation": "^6.0.10",
92+
"postcss-color-functional-notation": "^6.0.11",
9393
"postcss-color-hex-alpha": "^9.0.4",
9494
"postcss-color-rebeccapurple": "^9.0.3",
9595
"postcss-custom-media": "^10.0.6",
@@ -102,7 +102,7 @@
102102
"postcss-font-variant": "^5.0.0",
103103
"postcss-gap-properties": "^5.0.1",
104104
"postcss-image-set-function": "^6.0.3",
105-
"postcss-lab-function": "^6.0.15",
105+
"postcss-lab-function": "^6.0.16",
106106
"postcss-logical": "^7.0.1",
107107
"postcss-nesting": "^12.1.2",
108108
"postcss-opacity-percentage": "^2.0.0",

0 commit comments

Comments
 (0)