postcss-preset-env 10.0.7 → 10.0.9
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 +3 -5
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
### 10.0.
|
|
3
|
+
### 10.0.9
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_November 1, 2024_
|
|
6
6
|
|
|
7
|
-
- Updated [
|
|
8
|
-
- Updated [`@csstools/media-query-list-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser/CHANGELOG.md#400) (major)
|
|
9
|
-
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#302) (patch)
|
|
7
|
+
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch)
|
|
10
8
|
|
|
11
9
|
[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.9",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -52,67 +52,67 @@
|
|
|
52
52
|
"dist"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@csstools/postcss-cascade-layers": "^5.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.
|
|
55
|
+
"@csstools/postcss-cascade-layers": "^5.0.1",
|
|
56
|
+
"@csstools/postcss-color-function": "^4.0.5",
|
|
57
|
+
"@csstools/postcss-color-mix-function": "^3.0.5",
|
|
58
|
+
"@csstools/postcss-content-alt-text": "^2.0.4",
|
|
59
|
+
"@csstools/postcss-exponential-functions": "^2.0.4",
|
|
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.5",
|
|
62
|
+
"@csstools/postcss-gradients-interpolation-method": "^5.0.5",
|
|
63
|
+
"@csstools/postcss-hwb-function": "^4.0.5",
|
|
64
64
|
"@csstools/postcss-ic-unit": "^4.0.0",
|
|
65
65
|
"@csstools/postcss-initial": "^2.0.0",
|
|
66
|
-
"@csstools/postcss-is-pseudo-class": "^5.0.
|
|
67
|
-
"@csstools/postcss-light-dark-function": "^2.0.
|
|
66
|
+
"@csstools/postcss-is-pseudo-class": "^5.0.1",
|
|
67
|
+
"@csstools/postcss-light-dark-function": "^2.0.7",
|
|
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.3",
|
|
73
|
+
"@csstools/postcss-media-minmax": "^2.0.4",
|
|
74
|
+
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
|
|
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.5",
|
|
78
78
|
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
|
|
79
|
-
"@csstools/postcss-relative-color-syntax": "^3.0.
|
|
80
|
-
"@csstools/postcss-scope-pseudo-class": "^4.0.
|
|
81
|
-
"@csstools/postcss-stepped-value-functions": "^4.0.
|
|
79
|
+
"@csstools/postcss-relative-color-syntax": "^3.0.5",
|
|
80
|
+
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
|
|
81
|
+
"@csstools/postcss-stepped-value-functions": "^4.0.4",
|
|
82
82
|
"@csstools/postcss-text-decoration-shorthand": "^4.0.1",
|
|
83
|
-
"@csstools/postcss-trigonometric-functions": "^4.0.
|
|
83
|
+
"@csstools/postcss-trigonometric-functions": "^4.0.4",
|
|
84
84
|
"@csstools/postcss-unset-value": "^4.0.0",
|
|
85
85
|
"autoprefixer": "^10.4.19",
|
|
86
86
|
"browserslist": "^4.23.1",
|
|
87
|
-
"css-blank-pseudo": "^7.0.
|
|
88
|
-
"css-has-pseudo": "^7.0.
|
|
87
|
+
"css-blank-pseudo": "^7.0.1",
|
|
88
|
+
"css-has-pseudo": "^7.0.1",
|
|
89
89
|
"css-prefers-color-scheme": "^10.0.0",
|
|
90
|
-
"cssdb": "^8.1.
|
|
91
|
-
"postcss-attribute-case-insensitive": "^7.0.
|
|
90
|
+
"cssdb": "^8.1.2",
|
|
91
|
+
"postcss-attribute-case-insensitive": "^7.0.1",
|
|
92
92
|
"postcss-clamp": "^4.1.0",
|
|
93
|
-
"postcss-color-functional-notation": "^7.0.
|
|
93
|
+
"postcss-color-functional-notation": "^7.0.5",
|
|
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.
|
|
99
|
-
"postcss-dir-pseudo-class": "^9.0.
|
|
96
|
+
"postcss-custom-media": "^11.0.5",
|
|
97
|
+
"postcss-custom-properties": "^14.0.4",
|
|
98
|
+
"postcss-custom-selectors": "^8.0.4",
|
|
99
|
+
"postcss-dir-pseudo-class": "^9.0.1",
|
|
100
100
|
"postcss-double-position-gradients": "^6.0.0",
|
|
101
|
-
"postcss-focus-visible": "^10.0.
|
|
102
|
-
"postcss-focus-within": "^9.0.
|
|
101
|
+
"postcss-focus-visible": "^10.0.1",
|
|
102
|
+
"postcss-focus-within": "^9.0.1",
|
|
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.5",
|
|
107
107
|
"postcss-logical": "^8.0.0",
|
|
108
|
-
"postcss-nesting": "^13.0.
|
|
108
|
+
"postcss-nesting": "^13.0.1",
|
|
109
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",
|
|
113
|
-
"postcss-pseudo-class-any-link": "^10.0.
|
|
113
|
+
"postcss-pseudo-class-any-link": "^10.0.1",
|
|
114
114
|
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
115
|
-
"postcss-selector-not": "^8.0.
|
|
115
|
+
"postcss-selector-not": "^8.0.1"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"postcss": "^8.4"
|