@csstools/csstools-cli 4.0.11 → 4.0.13

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 +15 -3
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,9 +1,21 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
- ### 4.0.11
3
+ ### 4.0.13
4
4
 
5
- _November 17, 2024_
5
+ _December 27, 2024_
6
6
 
7
- - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1011) (patch)
7
+ - Updated [`@csstools/postcss-exponential-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`2.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#206) (patch)
8
+ - Updated [`@csstools/postcss-media-minmax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`2.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#206) (patch)
9
+ - Updated [`@csstools/postcss-stepped-value-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`4.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#406) (patch)
10
+ - Updated [`@csstools/postcss-trigonometric-functions`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`4.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#406) (patch)
11
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#407) (patch)
12
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#307) (patch)
13
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#507) (patch)
14
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#407) (patch)
15
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#407) (patch)
16
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#307) (patch)
17
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#707) (patch)
18
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#707) (patch)
19
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1013) (patch)
8
20
 
9
21
  [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.11",
4
+ "version": "4.0.13",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -39,36 +39,36 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@csstools/postcss-cascade-layers": "^5.0.1",
42
- "@csstools/postcss-color-function": "^4.0.6",
43
- "@csstools/postcss-color-mix-function": "^3.0.6",
42
+ "@csstools/postcss-color-function": "^4.0.7",
43
+ "@csstools/postcss-color-mix-function": "^3.0.7",
44
44
  "@csstools/postcss-content-alt-text": "^2.0.4",
45
- "@csstools/postcss-exponential-functions": "^2.0.5",
45
+ "@csstools/postcss-exponential-functions": "^2.0.6",
46
46
  "@csstools/postcss-font-format-keywords": "^4.0.0",
47
- "@csstools/postcss-gradients-interpolation-method": "^5.0.6",
48
- "@csstools/postcss-hwb-function": "^4.0.6",
47
+ "@csstools/postcss-gradients-interpolation-method": "^5.0.7",
48
+ "@csstools/postcss-hwb-function": "^4.0.7",
49
49
  "@csstools/postcss-ic-unit": "^4.0.0",
50
50
  "@csstools/postcss-is-pseudo-class": "^5.0.1",
51
51
  "@csstools/postcss-light-dark-function": "^2.0.7",
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.3",
55
- "@csstools/postcss-media-minmax": "^2.0.5",
55
+ "@csstools/postcss-media-minmax": "^2.0.6",
56
56
  "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
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.6",
60
- "@csstools/postcss-relative-color-syntax": "^3.0.6",
59
+ "@csstools/postcss-oklab-function": "^4.0.7",
60
+ "@csstools/postcss-relative-color-syntax": "^3.0.7",
61
61
  "@csstools/postcss-scope-pseudo-class": "^4.0.1",
62
- "@csstools/postcss-stepped-value-functions": "^4.0.5",
62
+ "@csstools/postcss-stepped-value-functions": "^4.0.6",
63
63
  "@csstools/postcss-text-decoration-shorthand": "^4.0.1",
64
- "@csstools/postcss-trigonometric-functions": "^4.0.5",
64
+ "@csstools/postcss-trigonometric-functions": "^4.0.6",
65
65
  "@csstools/postcss-unset-value": "^4.0.0",
66
66
  "css-blank-pseudo": "^7.0.1",
67
- "css-has-pseudo": "^7.0.1",
67
+ "css-has-pseudo": "^7.0.2",
68
68
  "css-prefers-color-scheme": "^10.0.0",
69
69
  "postcss": "^8.4.45",
70
70
  "postcss-attribute-case-insensitive": "^7.0.1",
71
- "postcss-color-functional-notation": "^7.0.6",
71
+ "postcss-color-functional-notation": "^7.0.7",
72
72
  "postcss-color-hex-alpha": "^10.0.0",
73
73
  "postcss-color-rebeccapurple": "^10.0.0",
74
74
  "postcss-custom-media": "^11.0.5",
@@ -80,12 +80,12 @@
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.6",
83
+ "postcss-lab-function": "^7.0.7",
84
84
  "postcss-logical": "^8.0.0",
85
85
  "postcss-nesting": "^13.0.1",
86
86
  "postcss-overflow-shorthand": "^6.0.0",
87
87
  "postcss-place": "^10.0.0",
88
- "postcss-preset-env": "^10.1.1",
88
+ "postcss-preset-env": "^10.1.3",
89
89
  "postcss-pseudo-class-any-link": "^10.0.1",
90
90
  "postcss-selector-not": "^8.0.1"
91
91
  },