@csstools/csstools-cli 4.0.21 → 4.0.22

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 +17 -18
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,24 +1,23 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
- ### 4.0.21
3
+ ### 4.0.22
4
4
 
5
- _August 22, 2025_
5
+ _September 21, 2025_
6
6
 
7
- - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#502) (patch)
8
- - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.2.4`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1024) (patch)
9
- - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#403) (patch)
10
- - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#4011) (patch)
11
- - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#3011) (patch)
12
- - Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#207) (patch)
13
- - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#5011) (patch)
14
- - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#4011) (patch)
15
- - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#403) (patch)
16
- - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#2010) (patch)
17
- - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#4011) (patch)
18
- - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#3011) (patch)
19
- - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#7011) (patch)
20
- - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#603) (patch)
21
- - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#7011) (patch)
22
- - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.3.0`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1030) (minor)
7
+ - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703) (patch)
8
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.3.1`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1031) (patch)
9
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#4012) (patch)
10
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#3012) (patch)
11
+ - Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#208) (patch)
12
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#5012) (patch)
13
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#4012) (patch)
14
+ - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#404) (patch)
15
+ - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#2011) (patch)
16
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#4012) (patch)
17
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#3012) (patch)
18
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#7012) (patch)
19
+ - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#604) (patch)
20
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#7012) (patch)
21
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.4.0`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1040) (minor)
23
22
 
24
23
  [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": "4.0.21",
4
+ "version": "4.0.22",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -39,16 +39,16 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@csstools/postcss-cascade-layers": "^5.0.2",
42
- "@csstools/postcss-color-function": "^4.0.11",
43
- "@csstools/postcss-color-mix-function": "^3.0.11",
44
- "@csstools/postcss-content-alt-text": "^2.0.7",
42
+ "@csstools/postcss-color-function": "^4.0.12",
43
+ "@csstools/postcss-color-mix-function": "^3.0.12",
44
+ "@csstools/postcss-content-alt-text": "^2.0.8",
45
45
  "@csstools/postcss-exponential-functions": "^2.0.9",
46
46
  "@csstools/postcss-font-format-keywords": "^4.0.0",
47
- "@csstools/postcss-gradients-interpolation-method": "^5.0.11",
48
- "@csstools/postcss-hwb-function": "^4.0.11",
49
- "@csstools/postcss-ic-unit": "^4.0.3",
47
+ "@csstools/postcss-gradients-interpolation-method": "^5.0.12",
48
+ "@csstools/postcss-hwb-function": "^4.0.12",
49
+ "@csstools/postcss-ic-unit": "^4.0.4",
50
50
  "@csstools/postcss-is-pseudo-class": "^5.0.3",
51
- "@csstools/postcss-light-dark-function": "^2.0.10",
51
+ "@csstools/postcss-light-dark-function": "^2.0.11",
52
52
  "@csstools/postcss-logical-float-and-clear": "^3.0.0",
53
53
  "@csstools/postcss-logical-resize": "^3.0.0",
54
54
  "@csstools/postcss-logical-viewport-units": "^3.0.4",
@@ -56,36 +56,36 @@
56
56
  "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5",
57
57
  "@csstools/postcss-nested-calc": "^4.0.0",
58
58
  "@csstools/postcss-normalize-display-values": "^4.0.0",
59
- "@csstools/postcss-oklab-function": "^4.0.11",
60
- "@csstools/postcss-relative-color-syntax": "^3.0.11",
59
+ "@csstools/postcss-oklab-function": "^4.0.12",
60
+ "@csstools/postcss-relative-color-syntax": "^3.0.12",
61
61
  "@csstools/postcss-scope-pseudo-class": "^4.0.1",
62
62
  "@csstools/postcss-stepped-value-functions": "^4.0.9",
63
63
  "@csstools/postcss-text-decoration-shorthand": "^4.0.3",
64
64
  "@csstools/postcss-trigonometric-functions": "^4.0.9",
65
65
  "@csstools/postcss-unset-value": "^4.0.0",
66
66
  "css-blank-pseudo": "^7.0.1",
67
- "css-has-pseudo": "^7.0.2",
67
+ "css-has-pseudo": "^7.0.3",
68
68
  "css-prefers-color-scheme": "^10.0.0",
69
69
  "postcss": "^8.5.6",
70
70
  "postcss-attribute-case-insensitive": "^7.0.1",
71
- "postcss-color-functional-notation": "^7.0.11",
71
+ "postcss-color-functional-notation": "^7.0.12",
72
72
  "postcss-color-hex-alpha": "^10.0.0",
73
73
  "postcss-color-rebeccapurple": "^10.0.0",
74
74
  "postcss-custom-media": "^11.0.6",
75
75
  "postcss-custom-properties": "^14.0.6",
76
76
  "postcss-custom-selectors": "^8.0.5",
77
77
  "postcss-dir-pseudo-class": "^9.0.1",
78
- "postcss-double-position-gradients": "^6.0.3",
78
+ "postcss-double-position-gradients": "^6.0.4",
79
79
  "postcss-focus-visible": "^10.0.1",
80
80
  "postcss-focus-within": "^9.0.1",
81
81
  "postcss-gap-properties": "^6.0.0",
82
82
  "postcss-image-set-function": "^7.0.0",
83
- "postcss-lab-function": "^7.0.11",
83
+ "postcss-lab-function": "^7.0.12",
84
84
  "postcss-logical": "^8.1.0",
85
85
  "postcss-nesting": "^13.0.2",
86
86
  "postcss-overflow-shorthand": "^6.0.0",
87
87
  "postcss-place": "^10.0.0",
88
- "postcss-preset-env": "^10.3.0",
88
+ "postcss-preset-env": "^10.4.0",
89
89
  "postcss-pseudo-class-any-link": "^10.0.1",
90
90
  "postcss-selector-not": "^8.0.1"
91
91
  },