postcss-preset-env 9.5.11 → 9.5.12

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 +9 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changes to PostCSS Preset Env
2
2
 
3
+ ### 9.5.12
4
+
5
+ _May 11, 2024_
6
+
7
+ - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#405) (patch)
8
+ - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#407) (patch)
9
+ - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#604) (patch)
10
+ - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1213) (patch)
11
+
3
12
  ### 9.5.11
4
13
 
5
14
  _May 4, 2024_
@@ -48,10 +57,4 @@ _May 4, 2024_
48
57
  - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.10`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6010) (patch)
49
58
  - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.15`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6015) (patch)
50
59
 
51
- ### 9.5.9
52
-
53
- _April 22, 2024_
54
-
55
- - 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)
56
-
57
60
  [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.11",
4
+ "version": "9.5.12",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -52,7 +52,7 @@
52
52
  "dist"
53
53
  ],
54
54
  "dependencies": {
55
- "@csstools/postcss-cascade-layers": "^4.0.4",
55
+ "@csstools/postcss-cascade-layers": "^4.0.5",
56
56
  "@csstools/postcss-color-function": "^3.0.16",
57
57
  "@csstools/postcss-color-mix-function": "^2.0.16",
58
58
  "@csstools/postcss-exponential-functions": "^1.0.7",
@@ -62,7 +62,7 @@
62
62
  "@csstools/postcss-hwb-function": "^3.0.15",
63
63
  "@csstools/postcss-ic-unit": "^3.0.6",
64
64
  "@csstools/postcss-initial": "^1.0.1",
65
- "@csstools/postcss-is-pseudo-class": "^4.0.6",
65
+ "@csstools/postcss-is-pseudo-class": "^4.0.7",
66
66
  "@csstools/postcss-light-dark-function": "^1.0.5",
67
67
  "@csstools/postcss-logical-float-and-clear": "^2.0.1",
68
68
  "@csstools/postcss-logical-overflow": "^1.0.1",
@@ -84,7 +84,7 @@
84
84
  "autoprefixer": "^10.4.19",
85
85
  "browserslist": "^4.22.3",
86
86
  "css-blank-pseudo": "^6.0.2",
87
- "css-has-pseudo": "^6.0.3",
87
+ "css-has-pseudo": "^6.0.4",
88
88
  "css-prefers-color-scheme": "^9.0.1",
89
89
  "cssdb": "^8.0.0",
90
90
  "postcss-attribute-case-insensitive": "^6.0.3",
@@ -104,7 +104,7 @@
104
104
  "postcss-image-set-function": "^6.0.3",
105
105
  "postcss-lab-function": "^6.0.16",
106
106
  "postcss-logical": "^7.0.1",
107
- "postcss-nesting": "^12.1.2",
107
+ "postcss-nesting": "^12.1.3",
108
108
  "postcss-opacity-percentage": "^2.0.0",
109
109
  "postcss-overflow-shorthand": "^5.0.1",
110
110
  "postcss-page-break": "^3.0.4",