Skip to content

Commit 57c2d44

Browse files
committed
set dependencies to newly released versions
1 parent d3b77b9 commit 57c2d44

File tree

24 files changed

+98
-50
lines changed

24 files changed

+98
-50
lines changed

cli/csstools-cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes to CSSTools CLI
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#402) (patch)
6+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#202) (patch)
7+
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#301) (patch)
8+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#303) (patch)
9+
- Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#901) (patch)
10+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1331) (patch)
11+
- Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#601) (patch)
12+
313
### 3.0.4
414

515
_September 2, 2023_

cli/csstools-cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
"@csstools/postcss-gradients-interpolation-method": "^4.0.3",
4747
"@csstools/postcss-hwb-function": "^3.0.3",
4848
"@csstools/postcss-ic-unit": "^3.0.0",
49-
"@csstools/postcss-is-pseudo-class": "^4.0.1",
49+
"@csstools/postcss-is-pseudo-class": "^4.0.2",
5050
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
5151
"@csstools/postcss-logical-resize": "^2.0.0",
52-
"@csstools/postcss-logical-viewport-units": "^2.0.1",
52+
"@csstools/postcss-logical-viewport-units": "^2.0.2",
5353
"@csstools/postcss-media-minmax": "^1.0.7",
5454
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.2",
5555
"@csstools/postcss-nested-calc": "^3.0.0",
56-
"@csstools/postcss-normalize-display-values": "^3.0.0",
56+
"@csstools/postcss-normalize-display-values": "^3.0.1",
5757
"@csstools/postcss-oklab-function": "^3.0.3",
5858
"@csstools/postcss-relative-color-syntax": "^2.0.3",
5959
"@csstools/postcss-scope-pseudo-class": "^3.0.0",
6060
"@csstools/postcss-stepped-value-functions": "^3.0.1",
61-
"@csstools/postcss-text-decoration-shorthand": "^3.0.2",
61+
"@csstools/postcss-text-decoration-shorthand": "^3.0.3",
6262
"@csstools/postcss-trigonometric-functions": "^3.0.1",
6363
"@csstools/postcss-unset-value": "^3.0.0",
6464
"css-blank-pseudo": "^6.0.0",
@@ -68,16 +68,16 @@
6868
"postcss-attribute-case-insensitive": "^6.0.2",
6969
"postcss-color-functional-notation": "^6.0.0",
7070
"postcss-color-hex-alpha": "^9.0.2",
71-
"postcss-color-rebeccapurple": "^9.0.0",
71+
"postcss-color-rebeccapurple": "^9.0.1",
7272
"postcss-custom-media": "^10.0.0",
73-
"postcss-custom-properties": "^13.3.0",
73+
"postcss-custom-properties": "^13.3.1",
7474
"postcss-custom-selectors": "^7.1.4",
7575
"postcss-dir-pseudo-class": "^8.0.0",
7676
"postcss-double-position-gradients": "^5.0.0",
7777
"postcss-focus-visible": "^9.0.0",
7878
"postcss-focus-within": "^8.0.0",
7979
"postcss-gap-properties": "^5.0.0",
80-
"postcss-image-set-function": "^6.0.0",
80+
"postcss-image-set-function": "^6.0.1",
8181
"postcss-lab-function": "^6.0.3",
8282
"postcss-logical": "^7.0.0",
8383
"postcss-nesting": "^12.0.1",

package-lock.json

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes to PostCSS Preset Env
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#402) (patch)
6+
- Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#202) (patch)
7+
- Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#301) (patch)
8+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
9+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#303) (patch)
10+
- Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#901) (patch)
11+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1331) (patch)
12+
- Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#601) (patch)
13+
314
### 9.1.3
415

516
_September 2, 2023_

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@
5858
"@csstools/postcss-hwb-function": "^3.0.3",
5959
"@csstools/postcss-ic-unit": "^3.0.0",
6060
"@csstools/postcss-initial": "^1.0.0",
61-
"@csstools/postcss-is-pseudo-class": "^4.0.1",
61+
"@csstools/postcss-is-pseudo-class": "^4.0.2",
6262
"@csstools/postcss-logical-float-and-clear": "^2.0.0",
6363
"@csstools/postcss-logical-resize": "^2.0.0",
64-
"@csstools/postcss-logical-viewport-units": "^2.0.1",
64+
"@csstools/postcss-logical-viewport-units": "^2.0.2",
6565
"@csstools/postcss-media-minmax": "^1.0.7",
6666
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.2",
6767
"@csstools/postcss-nested-calc": "^3.0.0",
68-
"@csstools/postcss-normalize-display-values": "^3.0.0",
68+
"@csstools/postcss-normalize-display-values": "^3.0.1",
6969
"@csstools/postcss-oklab-function": "^3.0.3",
70-
"@csstools/postcss-progressive-custom-properties": "^3.0.0",
70+
"@csstools/postcss-progressive-custom-properties": "^3.0.1",
7171
"@csstools/postcss-relative-color-syntax": "^2.0.3",
7272
"@csstools/postcss-scope-pseudo-class": "^3.0.0",
7373
"@csstools/postcss-stepped-value-functions": "^3.0.1",
74-
"@csstools/postcss-text-decoration-shorthand": "^3.0.2",
74+
"@csstools/postcss-text-decoration-shorthand": "^3.0.3",
7575
"@csstools/postcss-trigonometric-functions": "^3.0.1",
7676
"@csstools/postcss-unset-value": "^3.0.0",
7777
"autoprefixer": "^10.4.15",
@@ -84,17 +84,17 @@
8484
"postcss-clamp": "^4.1.0",
8585
"postcss-color-functional-notation": "^6.0.0",
8686
"postcss-color-hex-alpha": "^9.0.2",
87-
"postcss-color-rebeccapurple": "^9.0.0",
87+
"postcss-color-rebeccapurple": "^9.0.1",
8888
"postcss-custom-media": "^10.0.0",
89-
"postcss-custom-properties": "^13.3.0",
89+
"postcss-custom-properties": "^13.3.1",
9090
"postcss-custom-selectors": "^7.1.4",
9191
"postcss-dir-pseudo-class": "^8.0.0",
9292
"postcss-double-position-gradients": "^5.0.0",
9393
"postcss-focus-visible": "^9.0.0",
9494
"postcss-focus-within": "^8.0.0",
9595
"postcss-font-variant": "^5.0.0",
9696
"postcss-gap-properties": "^5.0.0",
97-
"postcss-image-set-function": "^6.0.0",
97+
"postcss-image-set-function": "^6.0.1",
9898
"postcss-lab-function": "^6.0.3",
9999
"postcss-logical": "^7.0.0",
100100
"postcss-nesting": "^12.0.1",

plugins/postcss-color-function/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Color Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
6+
37
### 3.0.3
48

59
_September 2, 2023_

plugins/postcss-color-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@csstools/css-color-parser": "^1.3.1",
3939
"@csstools/css-parser-algorithms": "^2.3.1",
4040
"@csstools/css-tokenizer": "^2.2.0",
41-
"@csstools/postcss-progressive-custom-properties": "^3.0.0"
41+
"@csstools/postcss-progressive-custom-properties": "^3.0.1"
4242
},
4343
"peerDependencies": {
4444
"postcss": "^8.4"

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

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Improve performance
6+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
67

78
### 6.0.0
89

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/postcss-progressive-custom-properties": "^3.0.0",
38+
"@csstools/postcss-progressive-custom-properties": "^3.0.1",
3939
"postcss-value-parser": "^4.2.0"
4040
},
4141
"peerDependencies": {

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Color Mix Function
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
6+
37
### 2.0.3
48

59
_September 2, 2023_

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@csstools/css-color-parser": "^1.3.1",
4949
"@csstools/css-parser-algorithms": "^2.3.1",
5050
"@csstools/css-tokenizer": "^2.2.0",
51-
"@csstools/postcss-progressive-custom-properties": "^3.0.0"
51+
"@csstools/postcss-progressive-custom-properties": "^3.0.1"
5252
},
5353
"peerDependencies": {
5454
"postcss": "^8.4"

plugins/postcss-double-position-gradients/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Unreleased (patch)
44

55
- Improve performance
6+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
67

78
### 5.0.0
89

plugins/postcss-double-position-gradients/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@csstools/postcss-progressive-custom-properties": "^3.0.0",
38+
"@csstools/postcss-progressive-custom-properties": "^3.0.1",
3939
"postcss-value-parser": "^4.2.0"
4040
},
4141
"peerDependencies": {

plugins/postcss-global-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@csstools/postcss-tape": "*",
5252
"open-props": "^1.5.15",
5353
"postcss-custom-media": "^10.0.0",
54-
"postcss-custom-properties": "^13.3.0"
54+
"postcss-custom-properties": "^13.3.1"
5555
},
5656
"scripts": {
5757
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-gradients-interpolation-method/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Gradients Interpolation Method
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch)
6+
37
### 4.0.3
48

59
_September 2, 2023_

0 commit comments

Comments
 (0)