@csstools/csstools-cli 3.0.19 → 3.0.20

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 +24 -7
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 3.0.20
4
+
5
+ _May 4, 2024_
6
+
7
+ - Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#209) (patch)
8
+ - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#105) (patch)
9
+ - Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#107) (patch)
10
+ - Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#116) (patch)
11
+ - 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.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#209) (patch)
12
+ - Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#308) (patch)
13
+ - Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#308) (patch)
14
+ - Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1006) (patch)
15
+ - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13310) (patch)
16
+ - Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7110) (patch)
17
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3016) (patch)
18
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2016) (patch)
19
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.17`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4017) (patch)
20
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3015) (patch)
21
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3016) (patch)
22
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2016) (patch)
23
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6011) (patch)
24
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.16`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6016) (patch)
25
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.11`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#9511) (patch)
26
+
3
27
  ### 3.0.19
4
28
 
5
29
  _May 4, 2024_
@@ -31,11 +55,4 @@ _April 22, 2024_
31
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)
32
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)
33
57
 
34
- ### 3.0.17
35
-
36
- _April 21, 2024_
37
-
38
- - 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)
39
- - 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)
40
-
41
58
  [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.19",
4
+ "version": "3.0.20",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -39,52 +39,52 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@csstools/postcss-cascade-layers": "^4.0.4",
42
- "@csstools/postcss-color-function": "^3.0.15",
43
- "@csstools/postcss-color-mix-function": "^2.0.15",
44
- "@csstools/postcss-exponential-functions": "^1.0.6",
42
+ "@csstools/postcss-color-function": "^3.0.16",
43
+ "@csstools/postcss-color-mix-function": "^2.0.16",
44
+ "@csstools/postcss-exponential-functions": "^1.0.7",
45
45
  "@csstools/postcss-font-format-keywords": "^3.0.2",
46
- "@csstools/postcss-gradients-interpolation-method": "^4.0.16",
47
- "@csstools/postcss-hwb-function": "^3.0.14",
46
+ "@csstools/postcss-gradients-interpolation-method": "^4.0.17",
47
+ "@csstools/postcss-hwb-function": "^3.0.15",
48
48
  "@csstools/postcss-ic-unit": "^3.0.6",
49
49
  "@csstools/postcss-is-pseudo-class": "^4.0.6",
50
- "@csstools/postcss-light-dark-function": "^1.0.4",
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",
53
- "@csstools/postcss-logical-viewport-units": "^2.0.8",
54
- "@csstools/postcss-media-minmax": "^1.1.5",
55
- "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.8",
53
+ "@csstools/postcss-logical-viewport-units": "^2.0.9",
54
+ "@csstools/postcss-media-minmax": "^1.1.6",
55
+ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.9",
56
56
  "@csstools/postcss-nested-calc": "^3.0.2",
57
57
  "@csstools/postcss-normalize-display-values": "^3.0.2",
58
- "@csstools/postcss-oklab-function": "^3.0.15",
59
- "@csstools/postcss-relative-color-syntax": "^2.0.15",
58
+ "@csstools/postcss-oklab-function": "^3.0.16",
59
+ "@csstools/postcss-relative-color-syntax": "^2.0.16",
60
60
  "@csstools/postcss-scope-pseudo-class": "^3.0.1",
61
- "@csstools/postcss-stepped-value-functions": "^3.0.7",
61
+ "@csstools/postcss-stepped-value-functions": "^3.0.8",
62
62
  "@csstools/postcss-text-decoration-shorthand": "^3.0.6",
63
- "@csstools/postcss-trigonometric-functions": "^3.0.7",
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
66
  "css-has-pseudo": "^6.0.3",
67
67
  "css-prefers-color-scheme": "^9.0.1",
68
68
  "postcss": "^8.4.38",
69
69
  "postcss-attribute-case-insensitive": "^6.0.3",
70
- "postcss-color-functional-notation": "^6.0.10",
70
+ "postcss-color-functional-notation": "^6.0.11",
71
71
  "postcss-color-hex-alpha": "^9.0.4",
72
72
  "postcss-color-rebeccapurple": "^9.0.3",
73
- "postcss-custom-media": "^10.0.5",
74
- "postcss-custom-properties": "^13.3.9",
75
- "postcss-custom-selectors": "^7.1.9",
73
+ "postcss-custom-media": "^10.0.6",
74
+ "postcss-custom-properties": "^13.3.10",
75
+ "postcss-custom-selectors": "^7.1.10",
76
76
  "postcss-dir-pseudo-class": "^8.0.1",
77
77
  "postcss-double-position-gradients": "^5.0.6",
78
78
  "postcss-focus-visible": "^9.0.1",
79
79
  "postcss-focus-within": "^8.0.1",
80
80
  "postcss-gap-properties": "^5.0.1",
81
81
  "postcss-image-set-function": "^6.0.3",
82
- "postcss-lab-function": "^6.0.15",
82
+ "postcss-lab-function": "^6.0.16",
83
83
  "postcss-logical": "^7.0.1",
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.10",
87
+ "postcss-preset-env": "^9.5.11",
88
88
  "postcss-pseudo-class-any-link": "^9.0.2",
89
89
  "postcss-selector-not": "^7.0.2"
90
90
  },