@csstools/csstools-cli 2.1.0 → 2.1.2

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 +25 -0
  2. package/package.json +28 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changes to CSSTools CLI
2
2
 
3
+ ### 2.1.2 (April 17, 2023)
4
+
5
+ - Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.4` (patch)
6
+ - Updated `postcss-preset-env` to `8.3.2` (patch)
7
+
8
+
9
+
10
+ ### 2.1.1 (April 10, 2023)
11
+
12
+ - Updated `@csstools/postcss-logical-viewport-units` to `1.0.3` (patch)
13
+ - Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)
14
+ - Updated `@csstools/postcss-media-queries-aspect-ratio-number-values` to `1.0.2` (patch)
15
+ - Updated `@csstools/postcss-stepped-value-functions` to `2.1.1` (patch)
16
+ - Updated `@csstools/postcss-trigonometric-functions` to `2.1.1` (patch)
17
+ - Updated `postcss-custom-media` to `9.1.3` (patch)
18
+ - Updated `postcss-custom-properties` to `13.1.5` (patch)
19
+ - Updated `postcss-custom-selectors` to `7.1.3` (patch)
20
+ - Updated `@csstools/postcss-color-function` to `2.2.1` (patch)
21
+ - Updated `@csstools/postcss-color-mix-function` to `1.0.1` (patch)
22
+ - Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.3` (patch)
23
+ - Updated `@csstools/postcss-hwb-function` to `2.2.1` (patch)
24
+ - Updated `@csstools/postcss-oklab-function` to `2.2.1` (patch)
25
+ - Updated `postcss-lab-function` to `5.2.1` (patch)
26
+ - Updated `postcss-preset-env` to `8.3.1` (patch)
27
+
3
28
  ### 2.1.0 (April 2, 2023)
4
29
 
5
30
  - Added `@csstools/postcss-color-mix-function`
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": "2.1.0",
4
+ "version": "2.1.2",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -14,10 +14,16 @@
14
14
  }
15
15
  ],
16
16
  "license": "CC0-1.0",
17
- "funding": {
18
- "type": "opencollective",
19
- "url": "https://opencollective.com/csstools"
20
- },
17
+ "funding": [
18
+ {
19
+ "type": "github",
20
+ "url": "https://github.com/sponsors/csstools"
21
+ },
22
+ {
23
+ "type": "opencollective",
24
+ "url": "https://opencollective.com/csstools"
25
+ }
26
+ ],
21
27
  "engines": {
22
28
  "node": "^14 || ^16 || >=18"
23
29
  },
@@ -33,25 +39,25 @@
33
39
  ],
34
40
  "dependencies": {
35
41
  "@csstools/postcss-cascade-layers": "^3.0.1",
36
- "@csstools/postcss-color-function": "^2.2.0",
37
- "@csstools/postcss-color-mix-function": "^1.0.0",
42
+ "@csstools/postcss-color-function": "^2.2.1",
43
+ "@csstools/postcss-color-mix-function": "^1.0.1",
38
44
  "@csstools/postcss-font-format-keywords": "^2.0.2",
39
- "@csstools/postcss-gradients-interpolation-method": "^3.0.1",
40
- "@csstools/postcss-hwb-function": "^2.2.0",
45
+ "@csstools/postcss-gradients-interpolation-method": "^3.0.4",
46
+ "@csstools/postcss-hwb-function": "^2.2.1",
41
47
  "@csstools/postcss-ic-unit": "^2.0.2",
42
- "@csstools/postcss-is-pseudo-class": "^3.1.1",
48
+ "@csstools/postcss-is-pseudo-class": "^3.2.0",
43
49
  "@csstools/postcss-logical-float-and-clear": "^1.0.1",
44
50
  "@csstools/postcss-logical-resize": "^1.0.1",
45
- "@csstools/postcss-logical-viewport-units": "^1.0.2",
46
- "@csstools/postcss-media-minmax": "^1.0.0",
47
- "@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.1",
51
+ "@csstools/postcss-logical-viewport-units": "^1.0.3",
52
+ "@csstools/postcss-media-minmax": "^1.0.2",
53
+ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.2",
48
54
  "@csstools/postcss-nested-calc": "^2.0.2",
49
55
  "@csstools/postcss-normalize-display-values": "^2.0.1",
50
- "@csstools/postcss-oklab-function": "^2.2.0",
56
+ "@csstools/postcss-oklab-function": "^2.2.1",
51
57
  "@csstools/postcss-scope-pseudo-class": "^2.0.2",
52
- "@csstools/postcss-stepped-value-functions": "^2.1.0",
53
- "@csstools/postcss-text-decoration-shorthand": "^2.2.2",
54
- "@csstools/postcss-trigonometric-functions": "^2.1.0",
58
+ "@csstools/postcss-stepped-value-functions": "^2.1.1",
59
+ "@csstools/postcss-text-decoration-shorthand": "^2.2.3",
60
+ "@csstools/postcss-trigonometric-functions": "^2.1.1",
55
61
  "@csstools/postcss-unset-value": "^2.0.1",
56
62
  "css-blank-pseudo": "^5.0.2",
57
63
  "css-has-pseudo": "^5.0.2",
@@ -61,21 +67,21 @@
61
67
  "postcss-color-functional-notation": "^5.0.2",
62
68
  "postcss-color-hex-alpha": "^9.0.2",
63
69
  "postcss-color-rebeccapurple": "^8.0.2",
64
- "postcss-custom-media": "^9.1.2",
65
- "postcss-custom-properties": "^13.1.4",
66
- "postcss-custom-selectors": "^7.1.2",
70
+ "postcss-custom-media": "^9.1.3",
71
+ "postcss-custom-properties": "^13.1.5",
72
+ "postcss-custom-selectors": "^7.1.3",
67
73
  "postcss-dir-pseudo-class": "^7.0.2",
68
74
  "postcss-double-position-gradients": "^4.0.2",
69
75
  "postcss-focus-visible": "^8.0.2",
70
76
  "postcss-focus-within": "^7.0.2",
71
77
  "postcss-gap-properties": "^4.0.1",
72
78
  "postcss-image-set-function": "^5.0.2",
73
- "postcss-lab-function": "^5.2.0",
79
+ "postcss-lab-function": "^5.2.1",
74
80
  "postcss-logical": "^6.1.0",
75
81
  "postcss-nesting": "^11.2.2",
76
82
  "postcss-overflow-shorthand": "^4.0.1",
77
83
  "postcss-place": "^8.0.1",
78
- "postcss-preset-env": "^8.3.0",
84
+ "postcss-preset-env": "^8.3.2",
79
85
  "postcss-pseudo-class-any-link": "^8.0.2",
80
86
  "postcss-selector-not": "^7.0.1"
81
87
  },