postcss-preset-env 9.5.2 → 9.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -9
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changes to PostCSS Preset Env
2
2
 
3
+ ### 9.5.3
4
+
5
+ _March 31, 2024_
6
+
7
+ - Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.0.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#800-march-30-2024) (major)
8
+ - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.2.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#320) (minor)
9
+ - Updated [`@csstools/postcss-cascade-layers`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#404) (patch)
10
+ - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#306) (patch)
11
+ - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#406) (patch)
12
+ - Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#102) (patch)
13
+ - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#305) (patch)
14
+ - Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#603) (patch)
15
+ - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#506) (patch)
16
+ - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1211) (patch)
17
+ - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3013) (patch)
18
+ - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2013) (patch)
19
+ - Updated [`@csstools/postcss-gamut-mapping`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#106) (patch)
20
+ - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.14`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4014) (patch)
21
+ - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3012) (patch)
22
+ - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3013) (patch)
23
+ - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2013) (patch)
24
+ - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#608) (patch)
25
+ - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.13`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6013) (patch)
26
+
3
27
  ### 9.5.2
4
28
 
5
29
  _March 17, 2024_
@@ -41,13 +65,4 @@ _March 13, 2024_
41
65
  - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.6`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#606) (patch)
42
66
  - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6011) (patch)
43
67
 
44
- ### 9.5.0
45
-
46
- _March 6, 2024_
47
-
48
- - Add support for array options, e.g. `{ 'nesting-rules': ['auto', { noIsPseudoSelector: false }] }`
49
- - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4011) (patch)
50
- - Updated [`postcss-nesting`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.0`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1210) (minor)
51
- - Updated [`cssdb`](https://github.com/csstools/cssdb) to [`7.11.1`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#7111-february-26-2024) (patch)
52
-
53
68
  [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.2",
4
+ "version": "9.5.3",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -52,18 +52,18 @@
52
52
  "dist"
53
53
  ],
54
54
  "dependencies": {
55
- "@csstools/postcss-cascade-layers": "^4.0.3",
56
- "@csstools/postcss-color-function": "^3.0.12",
57
- "@csstools/postcss-color-mix-function": "^2.0.12",
55
+ "@csstools/postcss-cascade-layers": "^4.0.4",
56
+ "@csstools/postcss-color-function": "^3.0.13",
57
+ "@csstools/postcss-color-mix-function": "^2.0.13",
58
58
  "@csstools/postcss-exponential-functions": "^1.0.5",
59
59
  "@csstools/postcss-font-format-keywords": "^3.0.2",
60
- "@csstools/postcss-gamut-mapping": "^1.0.5",
61
- "@csstools/postcss-gradients-interpolation-method": "^4.0.13",
62
- "@csstools/postcss-hwb-function": "^3.0.11",
63
- "@csstools/postcss-ic-unit": "^3.0.5",
60
+ "@csstools/postcss-gamut-mapping": "^1.0.6",
61
+ "@csstools/postcss-gradients-interpolation-method": "^4.0.14",
62
+ "@csstools/postcss-hwb-function": "^3.0.12",
63
+ "@csstools/postcss-ic-unit": "^3.0.6",
64
64
  "@csstools/postcss-initial": "^1.0.1",
65
- "@csstools/postcss-is-pseudo-class": "^4.0.5",
66
- "@csstools/postcss-light-dark-function": "^1.0.1",
65
+ "@csstools/postcss-is-pseudo-class": "^4.0.6",
66
+ "@csstools/postcss-light-dark-function": "^1.0.2",
67
67
  "@csstools/postcss-logical-float-and-clear": "^2.0.1",
68
68
  "@csstools/postcss-logical-overflow": "^1.0.1",
69
69
  "@csstools/postcss-logical-overscroll-behavior": "^1.0.1",
@@ -73,38 +73,38 @@
73
73
  "@csstools/postcss-media-queries-aspect-ratio-number-values": "^2.0.7",
74
74
  "@csstools/postcss-nested-calc": "^3.0.2",
75
75
  "@csstools/postcss-normalize-display-values": "^3.0.2",
76
- "@csstools/postcss-oklab-function": "^3.0.12",
77
- "@csstools/postcss-progressive-custom-properties": "^3.1.1",
78
- "@csstools/postcss-relative-color-syntax": "^2.0.12",
76
+ "@csstools/postcss-oklab-function": "^3.0.13",
77
+ "@csstools/postcss-progressive-custom-properties": "^3.2.0",
78
+ "@csstools/postcss-relative-color-syntax": "^2.0.13",
79
79
  "@csstools/postcss-scope-pseudo-class": "^3.0.1",
80
80
  "@csstools/postcss-stepped-value-functions": "^3.0.6",
81
- "@csstools/postcss-text-decoration-shorthand": "^3.0.4",
81
+ "@csstools/postcss-text-decoration-shorthand": "^3.0.5",
82
82
  "@csstools/postcss-trigonometric-functions": "^3.0.6",
83
83
  "@csstools/postcss-unset-value": "^3.0.1",
84
- "autoprefixer": "^10.4.18",
84
+ "autoprefixer": "^10.4.19",
85
85
  "browserslist": "^4.22.3",
86
86
  "css-blank-pseudo": "^6.0.1",
87
- "css-has-pseudo": "^6.0.2",
87
+ "css-has-pseudo": "^6.0.3",
88
88
  "css-prefers-color-scheme": "^9.0.1",
89
- "cssdb": "^7.11.1",
89
+ "cssdb": "^8.0.0",
90
90
  "postcss-attribute-case-insensitive": "^6.0.3",
91
91
  "postcss-clamp": "^4.1.0",
92
- "postcss-color-functional-notation": "^6.0.7",
92
+ "postcss-color-functional-notation": "^6.0.8",
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
96
  "postcss-custom-properties": "^13.3.6",
97
97
  "postcss-custom-selectors": "^7.1.8",
98
98
  "postcss-dir-pseudo-class": "^8.0.1",
99
- "postcss-double-position-gradients": "^5.0.5",
99
+ "postcss-double-position-gradients": "^5.0.6",
100
100
  "postcss-focus-visible": "^9.0.1",
101
101
  "postcss-focus-within": "^8.0.1",
102
102
  "postcss-font-variant": "^5.0.0",
103
103
  "postcss-gap-properties": "^5.0.1",
104
104
  "postcss-image-set-function": "^6.0.3",
105
- "postcss-lab-function": "^6.0.12",
105
+ "postcss-lab-function": "^6.0.13",
106
106
  "postcss-logical": "^7.0.1",
107
- "postcss-nesting": "^12.1.0",
107
+ "postcss-nesting": "^12.1.1",
108
108
  "postcss-opacity-percentage": "^2.0.0",
109
109
  "postcss-overflow-shorthand": "^5.0.1",
110
110
  "postcss-page-break": "^3.0.4",