Skip to content

Commit 5629e3f

Browse files
committed
set dependencies to newly released versions
1 parent 81e5031 commit 5629e3f

5 files changed

Lines changed: 76 additions & 55 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501) (patch)
66
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#501) (patch)
7+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#501) (patch)
8+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#401) (patch)
9+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#601) (patch)
10+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#501) (patch)
11+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#501) (patch)
12+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#401) (patch)
13+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#801) (patch)
14+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#801) (patch)
715

816
### 5.0.3
917

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": "^5.0.0",
42-
"@csstools/postcss-color-mix-function": "^4.0.0",
41+
"@csstools/postcss-color-function": "^5.0.1",
42+
"@csstools/postcss-color-mix-function": "^4.0.1",
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": "^6.0.0",
47-
"@csstools/postcss-hwb-function": "^5.0.0",
46+
"@csstools/postcss-gradients-interpolation-method": "^6.0.1",
47+
"@csstools/postcss-hwb-function": "^5.0.1",
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.1",
58-
"@csstools/postcss-oklab-function": "^5.0.0",
59-
"@csstools/postcss-relative-color-syntax": "^4.0.0",
58+
"@csstools/postcss-oklab-function": "^5.0.1",
59+
"@csstools/postcss-relative-color-syntax": "^4.0.1",
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.1",
@@ -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": "^8.0.0",
70+
"postcss-color-functional-notation": "^8.0.1",
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": "^8.0.0",
82+
"postcss-lab-function": "^8.0.1",
8383
"postcss-logical": "^9.0.0",
8484
"postcss-nesting": "^14.0.0",
8585
"postcss-overflow-shorthand": "^7.0.0",

package-lock.json

Lines changed: 34 additions & 34 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
@@ -4,6 +4,19 @@
44

55
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#501) (patch)
66
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#501) (patch)
7+
- Updated [`@csstools/postcss-alpha-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function/CHANGELOG.md#202) (patch)
8+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#501) (patch)
9+
- 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.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear/CHANGELOG.md#201) (patch)
10+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#401) (patch)
11+
- 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.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments/CHANGELOG.md#201) (patch)
12+
- Updated [`@csstools/postcss-contrast-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function/CHANGELOG.md#301) (patch)
13+
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#301) (patch)
14+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#601) (patch)
15+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#501) (patch)
16+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#501) (patch)
17+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#401) (patch)
18+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#801) (patch)
19+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#801) (patch)
720

821
### 11.1.1
922

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
"dist"
4646
],
4747
"dependencies": {
48-
"@csstools/postcss-alpha-function": "^2.0.1",
48+
"@csstools/postcss-alpha-function": "^2.0.2",
4949
"@csstools/postcss-cascade-layers": "^6.0.0",
50-
"@csstools/postcss-color-function": "^5.0.0",
51-
"@csstools/postcss-color-function-display-p3-linear": "^2.0.0",
52-
"@csstools/postcss-color-mix-function": "^4.0.0",
53-
"@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.0",
50+
"@csstools/postcss-color-function": "^5.0.1",
51+
"@csstools/postcss-color-function-display-p3-linear": "^2.0.1",
52+
"@csstools/postcss-color-mix-function": "^4.0.1",
53+
"@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.1",
5454
"@csstools/postcss-content-alt-text": "^3.0.0",
55-
"@csstools/postcss-contrast-color-function": "^3.0.0",
55+
"@csstools/postcss-contrast-color-function": "^3.0.1",
5656
"@csstools/postcss-exponential-functions": "^3.0.0",
5757
"@csstools/postcss-font-format-keywords": "^5.0.0",
58-
"@csstools/postcss-gamut-mapping": "^3.0.0",
59-
"@csstools/postcss-gradients-interpolation-method": "^6.0.0",
60-
"@csstools/postcss-hwb-function": "^5.0.0",
58+
"@csstools/postcss-gamut-mapping": "^3.0.1",
59+
"@csstools/postcss-gradients-interpolation-method": "^6.0.1",
60+
"@csstools/postcss-hwb-function": "^5.0.1",
6161
"@csstools/postcss-ic-unit": "^5.0.0",
6262
"@csstools/postcss-initial": "^3.0.0",
6363
"@csstools/postcss-is-pseudo-class": "^6.0.0",
@@ -72,12 +72,12 @@
7272
"@csstools/postcss-mixins": "^1.0.0",
7373
"@csstools/postcss-nested-calc": "^5.0.0",
7474
"@csstools/postcss-normalize-display-values": "^5.0.1",
75-
"@csstools/postcss-oklab-function": "^5.0.0",
75+
"@csstools/postcss-oklab-function": "^5.0.1",
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",
7979
"@csstools/postcss-random-function": "^3.0.0",
80-
"@csstools/postcss-relative-color-syntax": "^4.0.0",
80+
"@csstools/postcss-relative-color-syntax": "^4.0.1",
8181
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
8282
"@csstools/postcss-sign-functions": "^2.0.0",
8383
"@csstools/postcss-stepped-value-functions": "^5.0.0",
@@ -94,7 +94,7 @@
9494
"cssdb": "^8.7.0",
9595
"postcss-attribute-case-insensitive": "^8.0.0",
9696
"postcss-clamp": "^4.1.0",
97-
"postcss-color-functional-notation": "^8.0.0",
97+
"postcss-color-functional-notation": "^8.0.1",
9898
"postcss-color-hex-alpha": "^11.0.0",
9999
"postcss-color-rebeccapurple": "^11.0.0",
100100
"postcss-custom-media": "^12.0.0",
@@ -107,7 +107,7 @@
107107
"postcss-font-variant": "^5.0.0",
108108
"postcss-gap-properties": "^7.0.0",
109109
"postcss-image-set-function": "^8.0.0",
110-
"postcss-lab-function": "^8.0.0",
110+
"postcss-lab-function": "^8.0.1",
111111
"postcss-logical": "^9.0.0",
112112
"postcss-nesting": "^14.0.0",
113113
"postcss-opacity-percentage": "^3.0.0",

0 commit comments

Comments
 (0)