@csstools/csstools-cli 5.0.4 → 5.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.
- package/CHANGELOG.md +4 -13
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
# Changes to CSSTools CLI
|
|
2
2
|
|
|
3
|
-
### 5.0.
|
|
3
|
+
### 5.0.5
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_February 6, 2026_
|
|
6
6
|
|
|
7
|
-
- Updated [`@csstools/postcss-
|
|
8
|
-
- Updated [
|
|
9
|
-
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#501) (patch)
|
|
10
|
-
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#401) (patch)
|
|
11
|
-
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#601) (patch)
|
|
12
|
-
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#501) (patch)
|
|
13
|
-
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#501) (patch)
|
|
14
|
-
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#401) (patch)
|
|
15
|
-
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#801) (patch)
|
|
16
|
-
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`8.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#801) (patch)
|
|
17
|
-
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`11.1.2`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1112) (patch)
|
|
7
|
+
- Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#502) (patch)
|
|
8
|
+
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`11.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1113) (patch)
|
|
18
9
|
|
|
19
10
|
[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": "5.0.
|
|
4
|
+
"version": "5.0.5",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@csstools/postcss-relative-color-syntax": "^4.0.1",
|
|
60
60
|
"@csstools/postcss-scope-pseudo-class": "^5.0.0",
|
|
61
61
|
"@csstools/postcss-stepped-value-functions": "^5.0.0",
|
|
62
|
-
"@csstools/postcss-text-decoration-shorthand": "^5.0.
|
|
62
|
+
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
|
|
63
63
|
"@csstools/postcss-trigonometric-functions": "^5.0.0",
|
|
64
64
|
"@csstools/postcss-unset-value": "^5.0.0",
|
|
65
65
|
"css-blank-pseudo": "^8.0.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"postcss-nesting": "^14.0.0",
|
|
85
85
|
"postcss-overflow-shorthand": "^7.0.0",
|
|
86
86
|
"postcss-place": "^11.0.0",
|
|
87
|
-
"postcss-preset-env": "^11.1.
|
|
87
|
+
"postcss-preset-env": "^11.1.3",
|
|
88
88
|
"postcss-pseudo-class-any-link": "^11.0.0",
|
|
89
89
|
"postcss-selector-not": "^9.0.0"
|
|
90
90
|
},
|