Skip to content

Commit e1aa1eb

Browse files
committed
set dependencies to newly released versions
1 parent 1426c70 commit e1aa1eb

File tree

24 files changed

+65
-44
lines changed

24 files changed

+65
-44
lines changed

cli/csstools-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#603) (patch)
4646
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#608) (patch)
4747
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#205) (patch)
48+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#103) (patch)
49+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#112) (patch)
50+
- Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#205) (patch)
51+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#304) (patch)
52+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#304) (patch)
53+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1334) (patch)
4854

4955
### 3.0.7
5056

cli/csstools-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@csstools/postcss-cascade-layers": "^4.0.2",
4242
"@csstools/postcss-color-function": "^3.0.8",
4343
"@csstools/postcss-color-mix-function": "^2.0.8",
44-
"@csstools/postcss-exponential-functions": "^1.0.2",
44+
"@csstools/postcss-exponential-functions": "^1.0.3",
4545
"@csstools/postcss-font-format-keywords": "^3.0.1",
4646
"@csstools/postcss-gradients-interpolation-method": "^4.0.8",
4747
"@csstools/postcss-hwb-function": "^3.0.7",
@@ -50,16 +50,16 @@
5050
"@csstools/postcss-logical-float-and-clear": "^2.0.1",
5151
"@csstools/postcss-logical-resize": "^2.0.1",
5252
"@csstools/postcss-logical-viewport-units": "^2.0.5",
53-
"@csstools/postcss-media-minmax": "^1.1.1",
54-
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.4",
53+
"@csstools/postcss-media-minmax": "^1.1.2",
54+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.5",
5555
"@csstools/postcss-nested-calc": "^3.0.1",
5656
"@csstools/postcss-normalize-display-values": "^3.0.2",
5757
"@csstools/postcss-oklab-function": "^3.0.8",
5858
"@csstools/postcss-relative-color-syntax": "^2.0.8",
5959
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
60-
"@csstools/postcss-stepped-value-functions": "^3.0.3",
60+
"@csstools/postcss-stepped-value-functions": "^3.0.4",
6161
"@csstools/postcss-text-decoration-shorthand": "^3.0.4",
62-
"@csstools/postcss-trigonometric-functions": "^3.0.3",
62+
"@csstools/postcss-trigonometric-functions": "^3.0.4",
6363
"@csstools/postcss-unset-value": "^3.0.1",
6464
"css-blank-pseudo": "^6.0.1",
6565
"css-has-pseudo": "^6.0.1",
@@ -70,7 +70,7 @@
7070
"postcss-color-hex-alpha": "^9.0.3",
7171
"postcss-color-rebeccapurple": "^9.0.2",
7272
"postcss-custom-media": "^10.0.2",
73-
"postcss-custom-properties": "^13.3.3",
73+
"postcss-custom-properties": "^13.3.4",
7474
"postcss-custom-selectors": "^7.1.6",
7575
"postcss-dir-pseudo-class": "^8.0.1",
7676
"postcss-double-position-gradients": "^5.0.3",

package-lock.json

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

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#901) (patch)
5454
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#901) (patch)
5555
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#205) (patch)
56+
- Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#103) (patch)
57+
- Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#112) (patch)
58+
- Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#205) (patch)
59+
- Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#304) (patch)
60+
- Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#304) (patch)
61+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1334) (patch)
5662

5763
### 9.3.0
5864

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@csstools/postcss-cascade-layers": "^4.0.2",
5656
"@csstools/postcss-color-function": "^3.0.8",
5757
"@csstools/postcss-color-mix-function": "^2.0.8",
58-
"@csstools/postcss-exponential-functions": "^1.0.2",
58+
"@csstools/postcss-exponential-functions": "^1.0.3",
5959
"@csstools/postcss-font-format-keywords": "^3.0.1",
6060
"@csstools/postcss-gamut-mapping": "^1.0.1",
6161
"@csstools/postcss-gradients-interpolation-method": "^4.0.8",
@@ -68,17 +68,17 @@
6868
"@csstools/postcss-logical-overscroll-behavior": "^1.0.1",
6969
"@csstools/postcss-logical-resize": "^2.0.1",
7070
"@csstools/postcss-logical-viewport-units": "^2.0.5",
71-
"@csstools/postcss-media-minmax": "^1.1.1",
72-
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.4",
71+
"@csstools/postcss-media-minmax": "^1.1.2",
72+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.5",
7373
"@csstools/postcss-nested-calc": "^3.0.1",
7474
"@csstools/postcss-normalize-display-values": "^3.0.2",
7575
"@csstools/postcss-oklab-function": "^3.0.8",
7676
"@csstools/postcss-progressive-custom-properties": "^3.0.3",
7777
"@csstools/postcss-relative-color-syntax": "^2.0.8",
7878
"@csstools/postcss-scope-pseudo-class": "^3.0.1",
79-
"@csstools/postcss-stepped-value-functions": "^3.0.3",
79+
"@csstools/postcss-stepped-value-functions": "^3.0.4",
8080
"@csstools/postcss-text-decoration-shorthand": "^3.0.4",
81-
"@csstools/postcss-trigonometric-functions": "^3.0.3",
81+
"@csstools/postcss-trigonometric-functions": "^3.0.4",
8282
"@csstools/postcss-unset-value": "^3.0.1",
8383
"autoprefixer": "^10.4.16",
8484
"browserslist": "^4.22.2",
@@ -92,7 +92,7 @@
9292
"postcss-color-hex-alpha": "^9.0.3",
9393
"postcss-color-rebeccapurple": "^9.0.2",
9494
"postcss-custom-media": "^10.0.2",
95-
"postcss-custom-properties": "^13.3.3",
95+
"postcss-custom-properties": "^13.3.4",
9696
"postcss-custom-selectors": "^7.1.6",
9797
"postcss-dir-pseudo-class": "^8.0.1",
9898
"postcss-double-position-gradients": "^5.0.3",

plugins/postcss-color-function/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#223) (patch)
66
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.5.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#250) (minor)
7+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#151) (patch)
78

89
### 3.0.8
910

plugins/postcss-color-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@csstools/css-color-parser": "^1.5.0",
41+
"@csstools/css-color-parser": "^1.5.1",
4242
"@csstools/css-parser-algorithms": "^2.5.0",
4343
"@csstools/css-tokenizer": "^2.2.3",
4444
"@csstools/postcss-progressive-custom-properties": "^3.0.3"

plugins/postcss-color-functional-notation/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#223) (patch)
66
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.5.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#250) (minor)
7+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#151) (patch)
78

89
### 6.0.3
910

plugins/postcss-color-functional-notation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@csstools/css-color-parser": "^1.5.0",
41+
"@csstools/css-color-parser": "^1.5.1",
4242
"@csstools/css-parser-algorithms": "^2.5.0",
4343
"@csstools/css-tokenizer": "^2.2.3",
4444
"@csstools/postcss-progressive-custom-properties": "^3.0.3"

plugins/postcss-color-mix-function/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#223) (patch)
66
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.5.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#250) (minor)
7+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#151) (patch)
78

89
### 2.0.8
910

plugins/postcss-color-mix-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"dependencies": {
51-
"@csstools/css-color-parser": "^1.5.0",
51+
"@csstools/css-color-parser": "^1.5.1",
5252
"@csstools/css-parser-algorithms": "^2.5.0",
5353
"@csstools/css-tokenizer": "^2.2.3",
5454
"@csstools/postcss-progressive-custom-properties": "^3.0.3"

plugins/postcss-gamut-mapping/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#223) (patch)
66
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.5.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#250) (minor)
7+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.5.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#151) (patch)
78

89
### 1.0.1
910

plugins/postcss-gamut-mapping/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"dependencies": {
51-
"@csstools/css-color-parser": "^1.5.0",
51+
"@csstools/css-color-parser": "^1.5.1",
5252
"@csstools/css-parser-algorithms": "^2.5.0",
5353
"@csstools/css-tokenizer": "^2.2.3"
5454
},

plugins/postcss-global-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@csstools/postcss-tape": "*",
5555
"open-props": "^1.6.16",
5656
"postcss-custom-media": "^10.0.2",
57-
"postcss-custom-properties": "^13.3.3"
57+
"postcss-custom-properties": "^13.3.4"
5858
},
5959
"scripts": {
6060
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)