@csstools/csstools-cli 3.0.3 → 3.0.5

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 +39 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 3.0.5
4
+
5
+ _September 18, 2023_
6
+
7
+ - 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)
8
+ - 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)
9
+ - 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)
10
+ - 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)
11
+ - 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)
12
+ - 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)
13
+ - 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)
14
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#304) (patch)
15
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#204) (patch)
16
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#404) (patch)
17
+ - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#301) (patch)
18
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#304) (patch)
19
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#204) (patch)
20
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#601) (patch)
21
+ - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#501) (patch)
22
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#604) (patch)
23
+ - Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1001) (patch)
24
+ - Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#715) (patch)
25
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.1.4`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#914) (patch)
26
+
27
+ ### 3.0.4
28
+
29
+ _September 2, 2023_
30
+
31
+ - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#401) (patch)
32
+ - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#302) (patch)
33
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#303) (patch)
34
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#203) (patch)
35
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#403) (patch)
36
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#303) (patch)
37
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#303) (patch)
38
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#203) (patch)
39
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#603) (patch)
40
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#913) (patch)
41
+
3
42
  ### 3.0.3
4
43
 
5
44
  _August 28, 2023_
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.3",
4
+ "version": "3.0.5",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -39,51 +39,51 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@csstools/postcss-cascade-layers": "^4.0.0",
42
- "@csstools/postcss-color-function": "^3.0.2",
43
- "@csstools/postcss-color-mix-function": "^2.0.2",
42
+ "@csstools/postcss-color-function": "^3.0.4",
43
+ "@csstools/postcss-color-mix-function": "^2.0.4",
44
44
  "@csstools/postcss-exponential-functions": "^1.0.0",
45
45
  "@csstools/postcss-font-format-keywords": "^3.0.0",
46
- "@csstools/postcss-gradients-interpolation-method": "^4.0.2",
47
- "@csstools/postcss-hwb-function": "^3.0.2",
48
- "@csstools/postcss-ic-unit": "^3.0.0",
49
- "@csstools/postcss-is-pseudo-class": "^4.0.0",
46
+ "@csstools/postcss-gradients-interpolation-method": "^4.0.4",
47
+ "@csstools/postcss-hwb-function": "^3.0.3",
48
+ "@csstools/postcss-ic-unit": "^3.0.1",
49
+ "@csstools/postcss-is-pseudo-class": "^4.0.2",
50
50
  "@csstools/postcss-logical-float-and-clear": "^2.0.0",
51
51
  "@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",
53
53
  "@csstools/postcss-media-minmax": "^1.0.7",
54
54
  "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.2",
55
55
  "@csstools/postcss-nested-calc": "^3.0.0",
56
- "@csstools/postcss-normalize-display-values": "^3.0.0",
57
- "@csstools/postcss-oklab-function": "^3.0.2",
58
- "@csstools/postcss-relative-color-syntax": "^2.0.2",
56
+ "@csstools/postcss-normalize-display-values": "^3.0.1",
57
+ "@csstools/postcss-oklab-function": "^3.0.4",
58
+ "@csstools/postcss-relative-color-syntax": "^2.0.4",
59
59
  "@csstools/postcss-scope-pseudo-class": "^3.0.0",
60
60
  "@csstools/postcss-stepped-value-functions": "^3.0.1",
61
- "@csstools/postcss-text-decoration-shorthand": "^3.0.1",
61
+ "@csstools/postcss-text-decoration-shorthand": "^3.0.3",
62
62
  "@csstools/postcss-trigonometric-functions": "^3.0.1",
63
63
  "@csstools/postcss-unset-value": "^3.0.0",
64
64
  "css-blank-pseudo": "^6.0.0",
65
65
  "css-has-pseudo": "^6.0.0",
66
66
  "css-prefers-color-scheme": "^9.0.0",
67
- "postcss": "^8.4.27",
67
+ "postcss": "^8.4.29",
68
68
  "postcss-attribute-case-insensitive": "^6.0.2",
69
- "postcss-color-functional-notation": "^6.0.0",
69
+ "postcss-color-functional-notation": "^6.0.1",
70
70
  "postcss-color-hex-alpha": "^9.0.2",
71
- "postcss-color-rebeccapurple": "^9.0.0",
72
- "postcss-custom-media": "^10.0.0",
73
- "postcss-custom-properties": "^13.3.0",
74
- "postcss-custom-selectors": "^7.1.4",
71
+ "postcss-color-rebeccapurple": "^9.0.1",
72
+ "postcss-custom-media": "^10.0.1",
73
+ "postcss-custom-properties": "^13.3.1",
74
+ "postcss-custom-selectors": "^7.1.5",
75
75
  "postcss-dir-pseudo-class": "^8.0.0",
76
- "postcss-double-position-gradients": "^5.0.0",
76
+ "postcss-double-position-gradients": "^5.0.1",
77
77
  "postcss-focus-visible": "^9.0.0",
78
78
  "postcss-focus-within": "^8.0.0",
79
79
  "postcss-gap-properties": "^5.0.0",
80
- "postcss-image-set-function": "^6.0.0",
81
- "postcss-lab-function": "^6.0.2",
80
+ "postcss-image-set-function": "^6.0.1",
81
+ "postcss-lab-function": "^6.0.4",
82
82
  "postcss-logical": "^7.0.0",
83
83
  "postcss-nesting": "^12.0.1",
84
84
  "postcss-overflow-shorthand": "^5.0.0",
85
85
  "postcss-place": "^9.0.0",
86
- "postcss-preset-env": "^9.1.2",
86
+ "postcss-preset-env": "^9.1.4",
87
87
  "postcss-pseudo-class-any-link": "^9.0.0",
88
88
  "postcss-selector-not": "^7.0.1"
89
89
  },