postcss-preset-env 10.0.1 → 10.0.3
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 +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
### 10.0.
|
|
3
|
+
### 10.0.3
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_September 9, 2024_
|
|
6
6
|
|
|
7
|
-
- Updated [
|
|
8
|
-
- Updated [
|
|
9
|
-
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#401) (patch)
|
|
10
|
-
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#301) (patch)
|
|
11
|
-
- Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#201) (patch)
|
|
12
|
-
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#501) (patch)
|
|
13
|
-
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#401) (patch)
|
|
14
|
-
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#401) (patch)
|
|
15
|
-
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#301) (patch)
|
|
16
|
-
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#701) (patch)
|
|
17
|
-
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#701) (patch)
|
|
7
|
+
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.1.1`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#811-september-9-2024) (patch)
|
|
8
|
+
- Updated [`postcss-opacity-percentage`](https://github.com/mrcgrtz/postcss-opacity-percentage) to [`3.0.0`](https://github.com/mrcgrtz/postcss-opacity-percentage/releases/tag/v3.0.0) (now matches minimum node version of `postcss-preset-env`)
|
|
18
9
|
|
|
19
10
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
3
|
"description": "Convert modern CSS into something browsers understand",
|
|
4
|
-
"version": "10.0.
|
|
4
|
+
"version": "10.0.3",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -53,49 +53,49 @@
|
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@csstools/postcss-cascade-layers": "^5.0.0",
|
|
56
|
-
"@csstools/postcss-color-function": "^4.0.
|
|
57
|
-
"@csstools/postcss-color-mix-function": "^3.0.
|
|
58
|
-
"@csstools/postcss-content-alt-text": "^2.0.
|
|
59
|
-
"@csstools/postcss-exponential-functions": "^2.0.
|
|
56
|
+
"@csstools/postcss-color-function": "^4.0.2",
|
|
57
|
+
"@csstools/postcss-color-mix-function": "^3.0.2",
|
|
58
|
+
"@csstools/postcss-content-alt-text": "^2.0.1",
|
|
59
|
+
"@csstools/postcss-exponential-functions": "^2.0.1",
|
|
60
60
|
"@csstools/postcss-font-format-keywords": "^4.0.0",
|
|
61
|
-
"@csstools/postcss-gamut-mapping": "^2.0.
|
|
62
|
-
"@csstools/postcss-gradients-interpolation-method": "^5.0.
|
|
63
|
-
"@csstools/postcss-hwb-function": "^4.0.
|
|
61
|
+
"@csstools/postcss-gamut-mapping": "^2.0.2",
|
|
62
|
+
"@csstools/postcss-gradients-interpolation-method": "^5.0.2",
|
|
63
|
+
"@csstools/postcss-hwb-function": "^4.0.2",
|
|
64
64
|
"@csstools/postcss-ic-unit": "^4.0.0",
|
|
65
65
|
"@csstools/postcss-initial": "^2.0.0",
|
|
66
66
|
"@csstools/postcss-is-pseudo-class": "^5.0.0",
|
|
67
|
-
"@csstools/postcss-light-dark-function": "^2.0.
|
|
67
|
+
"@csstools/postcss-light-dark-function": "^2.0.2",
|
|
68
68
|
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
|
|
69
69
|
"@csstools/postcss-logical-overflow": "^2.0.0",
|
|
70
70
|
"@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
|
|
71
71
|
"@csstools/postcss-logical-resize": "^3.0.0",
|
|
72
|
-
"@csstools/postcss-logical-viewport-units": "^3.0.
|
|
73
|
-
"@csstools/postcss-media-minmax": "^2.0.
|
|
74
|
-
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.
|
|
72
|
+
"@csstools/postcss-logical-viewport-units": "^3.0.1",
|
|
73
|
+
"@csstools/postcss-media-minmax": "^2.0.1",
|
|
74
|
+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.1",
|
|
75
75
|
"@csstools/postcss-nested-calc": "^4.0.0",
|
|
76
76
|
"@csstools/postcss-normalize-display-values": "^4.0.0",
|
|
77
|
-
"@csstools/postcss-oklab-function": "^4.0.
|
|
77
|
+
"@csstools/postcss-oklab-function": "^4.0.2",
|
|
78
78
|
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
|
|
79
|
-
"@csstools/postcss-relative-color-syntax": "^3.0.
|
|
79
|
+
"@csstools/postcss-relative-color-syntax": "^3.0.2",
|
|
80
80
|
"@csstools/postcss-scope-pseudo-class": "^4.0.0",
|
|
81
|
-
"@csstools/postcss-stepped-value-functions": "^4.0.
|
|
81
|
+
"@csstools/postcss-stepped-value-functions": "^4.0.1",
|
|
82
82
|
"@csstools/postcss-text-decoration-shorthand": "^4.0.1",
|
|
83
|
-
"@csstools/postcss-trigonometric-functions": "^4.0.
|
|
83
|
+
"@csstools/postcss-trigonometric-functions": "^4.0.1",
|
|
84
84
|
"@csstools/postcss-unset-value": "^4.0.0",
|
|
85
85
|
"autoprefixer": "^10.4.19",
|
|
86
86
|
"browserslist": "^4.23.1",
|
|
87
87
|
"css-blank-pseudo": "^7.0.0",
|
|
88
88
|
"css-has-pseudo": "^7.0.0",
|
|
89
89
|
"css-prefers-color-scheme": "^10.0.0",
|
|
90
|
-
"cssdb": "^8.1.
|
|
90
|
+
"cssdb": "^8.1.1",
|
|
91
91
|
"postcss-attribute-case-insensitive": "^7.0.0",
|
|
92
92
|
"postcss-clamp": "^4.1.0",
|
|
93
|
-
"postcss-color-functional-notation": "^7.0.
|
|
93
|
+
"postcss-color-functional-notation": "^7.0.2",
|
|
94
94
|
"postcss-color-hex-alpha": "^10.0.0",
|
|
95
95
|
"postcss-color-rebeccapurple": "^10.0.0",
|
|
96
|
-
"postcss-custom-media": "^11.0.
|
|
97
|
-
"postcss-custom-properties": "^14.0.
|
|
98
|
-
"postcss-custom-selectors": "^8.0.
|
|
96
|
+
"postcss-custom-media": "^11.0.1",
|
|
97
|
+
"postcss-custom-properties": "^14.0.1",
|
|
98
|
+
"postcss-custom-selectors": "^8.0.1",
|
|
99
99
|
"postcss-dir-pseudo-class": "^9.0.0",
|
|
100
100
|
"postcss-double-position-gradients": "^6.0.0",
|
|
101
101
|
"postcss-focus-visible": "^10.0.0",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"postcss-font-variant": "^5.0.0",
|
|
104
104
|
"postcss-gap-properties": "^6.0.0",
|
|
105
105
|
"postcss-image-set-function": "^7.0.0",
|
|
106
|
-
"postcss-lab-function": "^7.0.
|
|
106
|
+
"postcss-lab-function": "^7.0.2",
|
|
107
107
|
"postcss-logical": "^8.0.0",
|
|
108
108
|
"postcss-nesting": "^13.0.0",
|
|
109
|
-
"postcss-opacity-percentage": "^
|
|
109
|
+
"postcss-opacity-percentage": "^3.0.0",
|
|
110
110
|
"postcss-overflow-shorthand": "^6.0.0",
|
|
111
111
|
"postcss-page-break": "^3.0.4",
|
|
112
112
|
"postcss-place": "^10.0.0",
|