@csstools/csstools-cli 3.0.16 → 3.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -14
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changes to CSSTools CLI
|
|
2
2
|
|
|
3
|
+
### 3.0.18
|
|
4
|
+
|
|
5
|
+
_April 22, 2024_
|
|
6
|
+
|
|
7
|
+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1338) (patch)
|
|
8
|
+
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.9`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#959) (patch)
|
|
9
|
+
|
|
10
|
+
### 3.0.17
|
|
11
|
+
|
|
12
|
+
_April 21, 2024_
|
|
13
|
+
|
|
14
|
+
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#902) (patch)
|
|
15
|
+
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.8`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#958) (patch)
|
|
16
|
+
|
|
3
17
|
### 3.0.16
|
|
4
18
|
|
|
5
19
|
_April 21, 2024_
|
|
@@ -16,18 +30,4 @@ _April 21, 2024_
|
|
|
16
30
|
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.14`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6014) (patch)
|
|
17
31
|
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.7`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#957) (patch)
|
|
18
32
|
|
|
19
|
-
### 3.0.15
|
|
20
|
-
|
|
21
|
-
_April 18, 2024_
|
|
22
|
-
|
|
23
|
-
- Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#602) (patch)
|
|
24
|
-
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.6`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#956) (patch)
|
|
25
|
-
|
|
26
|
-
### 3.0.14
|
|
27
|
-
|
|
28
|
-
_April 11, 2024_
|
|
29
|
-
|
|
30
|
-
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1337) (patch)
|
|
31
|
-
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.5`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#955) (patch)
|
|
32
|
-
|
|
33
33
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/cli/csstools-cli/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/csstools-cli",
|
|
3
3
|
"description": "Transform CSS with any plugin from csstools/postcss-plugins",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.18",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"postcss-color-hex-alpha": "^9.0.4",
|
|
72
72
|
"postcss-color-rebeccapurple": "^9.0.3",
|
|
73
73
|
"postcss-custom-media": "^10.0.4",
|
|
74
|
-
"postcss-custom-properties": "^13.3.
|
|
74
|
+
"postcss-custom-properties": "^13.3.8",
|
|
75
75
|
"postcss-custom-selectors": "^7.1.8",
|
|
76
76
|
"postcss-dir-pseudo-class": "^8.0.1",
|
|
77
77
|
"postcss-double-position-gradients": "^5.0.6",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"postcss-nesting": "^12.1.2",
|
|
85
85
|
"postcss-overflow-shorthand": "^5.0.1",
|
|
86
86
|
"postcss-place": "^9.0.1",
|
|
87
|
-
"postcss-preset-env": "^9.5.
|
|
88
|
-
"postcss-pseudo-class-any-link": "^9.0.
|
|
87
|
+
"postcss-preset-env": "^9.5.9",
|
|
88
|
+
"postcss-pseudo-class-any-link": "^9.0.2",
|
|
89
89
|
"postcss-selector-not": "^7.0.2"
|
|
90
90
|
},
|
|
91
91
|
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/cli/csstools-cli#readme",
|