@csstools/csstools-cli 3.0.16 → 3.0.17

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 +7 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 3.0.17
4
+
5
+ _April 21, 2024_
6
+
7
+ - Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#902) (patch)
8
+ - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.8`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#958) (patch)
9
+
3
10
  ### 3.0.16
4
11
 
5
12
  _April 21, 2024_
@@ -23,11 +30,4 @@ _April 18, 2024_
23
30
  - Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#602) (patch)
24
31
  - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.6`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#956) (patch)
25
32
 
26
- ### 3.0.14
27
-
28
- _April 11, 2024_
29
-
30
- - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1337) (patch)
31
- - Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`9.5.5`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#955) (patch)
32
-
33
33
  [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.16",
4
+ "version": "3.0.17",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -84,8 +84,8 @@
84
84
  "postcss-nesting": "^12.1.2",
85
85
  "postcss-overflow-shorthand": "^5.0.1",
86
86
  "postcss-place": "^9.0.1",
87
- "postcss-preset-env": "^9.5.7",
88
- "postcss-pseudo-class-any-link": "^9.0.1",
87
+ "postcss-preset-env": "^9.5.8",
88
+ "postcss-pseudo-class-any-link": "^9.0.2",
89
89
  "postcss-selector-not": "^7.0.2"
90
90
  },
91
91
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/cli/csstools-cli#readme",