postcss-preset-env 10.1.3 → 10.1.5
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 +6 -4
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
-
### 10.1.
|
|
3
|
+
### 10.1.5
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
_February 23, 2025_
|
|
6
6
|
|
|
7
|
-
- Updated [
|
|
8
|
-
- Updated [`@csstools/
|
|
7
|
+
- Updated [`postcss-logical`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical) to [`8.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical/CHANGELOG.md#810) (minor)
|
|
8
|
+
- Updated [`@csstools/color-helpers`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers) to [`5.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md#502) (patch)
|
|
9
|
+
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`2.1.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#212) (patch)
|
|
10
|
+
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.0.8`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#308) (patch)
|
|
9
11
|
|
|
10
12
|
[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.1.
|
|
4
|
+
"version": "10.1.5",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@csstools/postcss-cascade-layers": "^5.0.1",
|
|
56
|
-
"@csstools/postcss-color-function": "^4.0.
|
|
57
|
-
"@csstools/postcss-color-mix-function": "^3.0.
|
|
56
|
+
"@csstools/postcss-color-function": "^4.0.8",
|
|
57
|
+
"@csstools/postcss-color-mix-function": "^3.0.8",
|
|
58
58
|
"@csstools/postcss-content-alt-text": "^2.0.4",
|
|
59
|
-
"@csstools/postcss-exponential-functions": "^2.0.
|
|
59
|
+
"@csstools/postcss-exponential-functions": "^2.0.7",
|
|
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.8",
|
|
62
|
+
"@csstools/postcss-gradients-interpolation-method": "^5.0.8",
|
|
63
|
+
"@csstools/postcss-hwb-function": "^4.0.8",
|
|
64
64
|
"@csstools/postcss-ic-unit": "^4.0.0",
|
|
65
|
-
"@csstools/postcss-initial": "^2.0.
|
|
65
|
+
"@csstools/postcss-initial": "^2.0.1",
|
|
66
66
|
"@csstools/postcss-is-pseudo-class": "^5.0.1",
|
|
67
67
|
"@csstools/postcss-light-dark-function": "^2.0.7",
|
|
68
68
|
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
|
|
@@ -70,29 +70,29 @@
|
|
|
70
70
|
"@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
|
|
71
71
|
"@csstools/postcss-logical-resize": "^3.0.0",
|
|
72
72
|
"@csstools/postcss-logical-viewport-units": "^3.0.3",
|
|
73
|
-
"@csstools/postcss-media-minmax": "^2.0.
|
|
73
|
+
"@csstools/postcss-media-minmax": "^2.0.7",
|
|
74
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.8",
|
|
78
78
|
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
|
|
79
|
-
"@csstools/postcss-random-function": "^1.0.
|
|
80
|
-
"@csstools/postcss-relative-color-syntax": "^3.0.
|
|
79
|
+
"@csstools/postcss-random-function": "^1.0.3",
|
|
80
|
+
"@csstools/postcss-relative-color-syntax": "^3.0.8",
|
|
81
81
|
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
|
|
82
|
-
"@csstools/postcss-sign-functions": "^1.1.
|
|
83
|
-
"@csstools/postcss-stepped-value-functions": "^4.0.
|
|
84
|
-
"@csstools/postcss-text-decoration-shorthand": "^4.0.
|
|
85
|
-
"@csstools/postcss-trigonometric-functions": "^4.0.
|
|
82
|
+
"@csstools/postcss-sign-functions": "^1.1.2",
|
|
83
|
+
"@csstools/postcss-stepped-value-functions": "^4.0.7",
|
|
84
|
+
"@csstools/postcss-text-decoration-shorthand": "^4.0.2",
|
|
85
|
+
"@csstools/postcss-trigonometric-functions": "^4.0.7",
|
|
86
86
|
"@csstools/postcss-unset-value": "^4.0.0",
|
|
87
87
|
"autoprefixer": "^10.4.19",
|
|
88
|
-
"browserslist": "^4.
|
|
88
|
+
"browserslist": "^4.24.4",
|
|
89
89
|
"css-blank-pseudo": "^7.0.1",
|
|
90
90
|
"css-has-pseudo": "^7.0.2",
|
|
91
91
|
"css-prefers-color-scheme": "^10.0.0",
|
|
92
92
|
"cssdb": "^8.2.3",
|
|
93
93
|
"postcss-attribute-case-insensitive": "^7.0.1",
|
|
94
94
|
"postcss-clamp": "^4.1.0",
|
|
95
|
-
"postcss-color-functional-notation": "^7.0.
|
|
95
|
+
"postcss-color-functional-notation": "^7.0.8",
|
|
96
96
|
"postcss-color-hex-alpha": "^10.0.0",
|
|
97
97
|
"postcss-color-rebeccapurple": "^10.0.0",
|
|
98
98
|
"postcss-custom-media": "^11.0.5",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"postcss-font-variant": "^5.0.0",
|
|
106
106
|
"postcss-gap-properties": "^6.0.0",
|
|
107
107
|
"postcss-image-set-function": "^7.0.0",
|
|
108
|
-
"postcss-lab-function": "^7.0.
|
|
109
|
-
"postcss-logical": "^8.
|
|
108
|
+
"postcss-lab-function": "^7.0.8",
|
|
109
|
+
"postcss-logical": "^8.1.0",
|
|
110
110
|
"postcss-nesting": "^13.0.1",
|
|
111
111
|
"postcss-opacity-percentage": "^3.0.0",
|
|
112
112
|
"postcss-overflow-shorthand": "^6.0.0",
|