postcss-preset-env 9.5.7 → 9.5.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 +12 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
+
### 9.5.9
|
|
4
|
+
|
|
5
|
+
_April 22, 2024_
|
|
6
|
+
|
|
7
|
+
- Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1338) (patch)
|
|
8
|
+
|
|
9
|
+
### 9.5.8
|
|
10
|
+
|
|
11
|
+
_April 21, 2024_
|
|
12
|
+
|
|
13
|
+
- 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)
|
|
14
|
+
|
|
3
15
|
### 9.5.7
|
|
4
16
|
|
|
5
17
|
_April 21, 2024_
|
|
@@ -16,16 +28,4 @@ _April 21, 2024_
|
|
|
16
28
|
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.9`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#609) (patch)
|
|
17
29
|
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.14`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6014) (patch)
|
|
18
30
|
|
|
19
|
-
### 9.5.6
|
|
20
|
-
|
|
21
|
-
_April 18, 2024_
|
|
22
|
-
|
|
23
|
-
- 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
|
-
|
|
25
|
-
### 9.5.5
|
|
26
|
-
|
|
27
|
-
_April 11, 2024_
|
|
28
|
-
|
|
29
|
-
- 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)
|
|
30
|
-
|
|
31
31
|
[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": "9.5.
|
|
4
|
+
"version": "9.5.9",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"postcss-color-hex-alpha": "^9.0.4",
|
|
94
94
|
"postcss-color-rebeccapurple": "^9.0.3",
|
|
95
95
|
"postcss-custom-media": "^10.0.4",
|
|
96
|
-
"postcss-custom-properties": "^13.3.
|
|
96
|
+
"postcss-custom-properties": "^13.3.8",
|
|
97
97
|
"postcss-custom-selectors": "^7.1.8",
|
|
98
98
|
"postcss-dir-pseudo-class": "^8.0.1",
|
|
99
99
|
"postcss-double-position-gradients": "^5.0.6",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"postcss-overflow-shorthand": "^5.0.1",
|
|
110
110
|
"postcss-page-break": "^3.0.4",
|
|
111
111
|
"postcss-place": "^9.0.1",
|
|
112
|
-
"postcss-pseudo-class-any-link": "^9.0.
|
|
112
|
+
"postcss-pseudo-class-any-link": "^9.0.2",
|
|
113
113
|
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
114
114
|
"postcss-selector-not": "^7.0.2"
|
|
115
115
|
},
|