@csstools/csstools-cli 3.0.20 → 3.0.21

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 3.0.21
4
+
5
+ _May 11, 2024_
6
+
7
+ - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#405) (patch)
8
+ - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#407) (patch)
9
+ - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#604) (patch)
10
+ - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1213) (patch)
11
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.12`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#9512) (patch)
12
+
3
13
  ### 3.0.20
4
14
 
5
15
  _May 4, 2024_
@@ -48,11 +58,4 @@ _May 4, 2024_
48
58
  - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6015) (patch)
49
59
  - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.10`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#9510) (patch)
50
60
 
51
- ### 3.0.18
52
-
53
- _April 22, 2024_
54
-
55
- - 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)
56
- - 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)
57
-
58
61
  [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.20",
4
+ "version": "3.0.21",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -38,7 +38,7 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@csstools/postcss-cascade-layers": "^4.0.4",
41
+ "@csstools/postcss-cascade-layers": "^4.0.5",
42
42
  "@csstools/postcss-color-function": "^3.0.16",
43
43
  "@csstools/postcss-color-mix-function": "^2.0.16",
44
44
  "@csstools/postcss-exponential-functions": "^1.0.7",
@@ -46,7 +46,7 @@
46
46
  "@csstools/postcss-gradients-interpolation-method": "^4.0.17",
47
47
  "@csstools/postcss-hwb-function": "^3.0.15",
48
48
  "@csstools/postcss-ic-unit": "^3.0.6",
49
- "@csstools/postcss-is-pseudo-class": "^4.0.6",
49
+ "@csstools/postcss-is-pseudo-class": "^4.0.7",
50
50
  "@csstools/postcss-light-dark-function": "^1.0.5",
51
51
  "@csstools/postcss-logical-float-and-clear": "^2.0.1",
52
52
  "@csstools/postcss-logical-resize": "^2.0.1",
@@ -63,7 +63,7 @@
63
63
  "@csstools/postcss-trigonometric-functions": "^3.0.8",
64
64
  "@csstools/postcss-unset-value": "^3.0.1",
65
65
  "css-blank-pseudo": "^6.0.2",
66
- "css-has-pseudo": "^6.0.3",
66
+ "css-has-pseudo": "^6.0.4",
67
67
  "css-prefers-color-scheme": "^9.0.1",
68
68
  "postcss": "^8.4.38",
69
69
  "postcss-attribute-case-insensitive": "^6.0.3",
@@ -81,10 +81,10 @@
81
81
  "postcss-image-set-function": "^6.0.3",
82
82
  "postcss-lab-function": "^6.0.16",
83
83
  "postcss-logical": "^7.0.1",
84
- "postcss-nesting": "^12.1.2",
84
+ "postcss-nesting": "^12.1.3",
85
85
  "postcss-overflow-shorthand": "^5.0.1",
86
86
  "postcss-place": "^9.0.1",
87
- "postcss-preset-env": "^9.5.11",
87
+ "postcss-preset-env": "^9.5.12",
88
88
  "postcss-pseudo-class-any-link": "^9.0.2",
89
89
  "postcss-selector-not": "^7.0.2"
90
90
  },