@csstools/csstools-cli 4.0.11 → 4.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 +4 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
- ### 4.0.11
3
+ ### 4.0.12
4
4
 
5
- _November 17, 2024_
5
+ _December 13, 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 [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#702) (patch)
8
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.1.2`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1012) (patch)
8
9
 
9
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": "4.0.11",
4
+ "version": "4.0.12",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -64,7 +64,7 @@
64
64
  "@csstools/postcss-trigonometric-functions": "^4.0.5",
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",
@@ -85,7 +85,7 @@
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.2",
89
89
  "postcss-pseudo-class-any-link": "^10.0.1",
90
90
  "postcss-selector-not": "^8.0.1"
91
91
  },