@csstools/csstools-cli 3.0.11 → 3.0.12

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 +22 -9
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 3.0.12
4
+
5
+ _March 31, 2024_
6
+
7
+ - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#404) (patch)
8
+ - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#306) (patch)
9
+ - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#406) (patch)
10
+ - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#102) (patch)
11
+ - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#305) (patch)
12
+ - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#603) (patch)
13
+ - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#506) (patch)
14
+ - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1211) (patch)
15
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3013) (patch)
16
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2013) (patch)
17
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.14`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4014) (patch)
18
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3012) (patch)
19
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3013) (patch)
20
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2013) (patch)
21
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#608) (patch)
22
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6013) (patch)
23
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.3`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#953) (patch)
24
+
3
25
  ### 3.0.11
4
26
 
5
27
  _March 17, 2024_
@@ -40,13 +62,4 @@ _March 13, 2024_
40
62
  - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6011) (patch)
41
63
  - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.1`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#951) (patch)
42
64
 
43
- ### 3.0.9
44
-
45
- _March 6, 2024_
46
-
47
- - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4011) (patch)
48
- - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1204) (patch)
49
- - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1210) (minor)
50
- - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.0`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#950) (minor)
51
-
52
65
  [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.11",
4
+ "version": "3.0.12",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -38,16 +38,16 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@csstools/postcss-cascade-layers": "^4.0.3",
42
- "@csstools/postcss-color-function": "^3.0.12",
43
- "@csstools/postcss-color-mix-function": "^2.0.12",
41
+ "@csstools/postcss-cascade-layers": "^4.0.4",
42
+ "@csstools/postcss-color-function": "^3.0.13",
43
+ "@csstools/postcss-color-mix-function": "^2.0.13",
44
44
  "@csstools/postcss-exponential-functions": "^1.0.5",
45
45
  "@csstools/postcss-font-format-keywords": "^3.0.2",
46
- "@csstools/postcss-gradients-interpolation-method": "^4.0.13",
47
- "@csstools/postcss-hwb-function": "^3.0.11",
48
- "@csstools/postcss-ic-unit": "^3.0.5",
49
- "@csstools/postcss-is-pseudo-class": "^4.0.5",
50
- "@csstools/postcss-light-dark-function": "^1.0.1",
46
+ "@csstools/postcss-gradients-interpolation-method": "^4.0.14",
47
+ "@csstools/postcss-hwb-function": "^3.0.12",
48
+ "@csstools/postcss-ic-unit": "^3.0.6",
49
+ "@csstools/postcss-is-pseudo-class": "^4.0.6",
50
+ "@csstools/postcss-light-dark-function": "^1.0.2",
51
51
  "@csstools/postcss-logical-float-and-clear": "^2.0.1",
52
52
  "@csstools/postcss-logical-resize": "^2.0.1",
53
53
  "@csstools/postcss-logical-viewport-units": "^2.0.7",
@@ -55,36 +55,36 @@
55
55
  "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.7",
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.12",
59
- "@csstools/postcss-relative-color-syntax": "^2.0.12",
58
+ "@csstools/postcss-oklab-function": "^3.0.13",
59
+ "@csstools/postcss-relative-color-syntax": "^2.0.13",
60
60
  "@csstools/postcss-scope-pseudo-class": "^3.0.1",
61
61
  "@csstools/postcss-stepped-value-functions": "^3.0.6",
62
- "@csstools/postcss-text-decoration-shorthand": "^3.0.4",
62
+ "@csstools/postcss-text-decoration-shorthand": "^3.0.5",
63
63
  "@csstools/postcss-trigonometric-functions": "^3.0.6",
64
64
  "@csstools/postcss-unset-value": "^3.0.1",
65
65
  "css-blank-pseudo": "^6.0.1",
66
- "css-has-pseudo": "^6.0.2",
66
+ "css-has-pseudo": "^6.0.3",
67
67
  "css-prefers-color-scheme": "^9.0.1",
68
- "postcss": "^8.4.33",
68
+ "postcss": "^8.4.38",
69
69
  "postcss-attribute-case-insensitive": "^6.0.3",
70
- "postcss-color-functional-notation": "^6.0.7",
70
+ "postcss-color-functional-notation": "^6.0.8",
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
74
  "postcss-custom-properties": "^13.3.6",
75
75
  "postcss-custom-selectors": "^7.1.8",
76
76
  "postcss-dir-pseudo-class": "^8.0.1",
77
- "postcss-double-position-gradients": "^5.0.5",
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.12",
82
+ "postcss-lab-function": "^6.0.13",
83
83
  "postcss-logical": "^7.0.1",
84
- "postcss-nesting": "^12.1.0",
84
+ "postcss-nesting": "^12.1.1",
85
85
  "postcss-overflow-shorthand": "^5.0.1",
86
86
  "postcss-place": "^9.0.1",
87
- "postcss-preset-env": "^9.5.2",
87
+ "postcss-preset-env": "^9.5.3",
88
88
  "postcss-pseudo-class-any-link": "^9.0.1",
89
89
  "postcss-selector-not": "^7.0.2"
90
90
  },