postcss-preset-env 8.3.0 → 8.3.2

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 +22 -0
  2. package/package.json +29 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changes to PostCSS Preset Env
2
2
 
3
+ ### 8.3.2 (April 17, 2023)
4
+
5
+ - Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.4` (patch)
6
+
7
+
8
+ ### 8.3.1 (April 10, 2023)
9
+
10
+ - Updated `@csstools/postcss-logical-viewport-units` to `1.0.3` (patch)
11
+ - Updated `@csstools/postcss-media-minmax` to `1.0.2` (patch)
12
+ - Updated `@csstools/postcss-media-queries-aspect-ratio-number-values` to `1.0.2` (patch)
13
+ - Updated `@csstools/postcss-stepped-value-functions` to `2.1.1` (patch)
14
+ - Updated `@csstools/postcss-trigonometric-functions` to `2.1.1` (patch)
15
+ - Updated `postcss-custom-media` to `9.1.3` (patch)
16
+ - Updated `postcss-custom-properties` to `13.1.5` (patch)
17
+ - Updated `postcss-custom-selectors` to `7.1.3` (patch)
18
+ - Updated `@csstools/postcss-color-function` to `2.2.1` (patch)
19
+ - Updated `@csstools/postcss-color-mix-function` to `1.0.1` (patch)
20
+ - Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.3` (patch)
21
+ - Updated `@csstools/postcss-hwb-function` to `2.2.1` (patch)
22
+ - Updated `@csstools/postcss-oklab-function` to `2.2.1` (patch)
23
+ - Updated `postcss-lab-function` to `5.2.1` (patch)
24
+
3
25
  ### 8.3.0 (March 31, 2023)
4
26
 
5
27
  - Replace `postcss-media-minmax` with `@csstools/postcss-media-minmax` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax#readme) for usage details. _We hope to revert this in the future when maintenance is resumed upstream._
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": "8.3.0",
4
+ "version": "8.3.2",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -18,10 +18,16 @@
18
18
  }
19
19
  ],
20
20
  "license": "CC0-1.0",
21
- "funding": {
22
- "type": "opencollective",
23
- "url": "https://opencollective.com/csstools"
24
- },
21
+ "funding": [
22
+ {
23
+ "type": "github",
24
+ "url": "https://github.com/sponsors/csstools"
25
+ },
26
+ {
27
+ "type": "opencollective",
28
+ "url": "https://opencollective.com/csstools"
29
+ }
30
+ ],
25
31
  "engines": {
26
32
  "node": "^14 || ^16 || >=18"
27
33
  },
@@ -44,26 +50,26 @@
44
50
  ],
45
51
  "dependencies": {
46
52
  "@csstools/postcss-cascade-layers": "^3.0.1",
47
- "@csstools/postcss-color-function": "^2.1.0",
48
- "@csstools/postcss-color-mix-function": "^1.0.0",
53
+ "@csstools/postcss-color-function": "^2.2.1",
54
+ "@csstools/postcss-color-mix-function": "^1.0.1",
49
55
  "@csstools/postcss-font-format-keywords": "^2.0.2",
50
- "@csstools/postcss-gradients-interpolation-method": "^3.0.1",
51
- "@csstools/postcss-hwb-function": "^2.2.0",
56
+ "@csstools/postcss-gradients-interpolation-method": "^3.0.4",
57
+ "@csstools/postcss-hwb-function": "^2.2.1",
52
58
  "@csstools/postcss-ic-unit": "^2.0.2",
53
- "@csstools/postcss-is-pseudo-class": "^3.1.1",
59
+ "@csstools/postcss-is-pseudo-class": "^3.2.0",
54
60
  "@csstools/postcss-logical-float-and-clear": "^1.0.1",
55
61
  "@csstools/postcss-logical-resize": "^1.0.1",
56
- "@csstools/postcss-logical-viewport-units": "^1.0.2",
57
- "@csstools/postcss-media-minmax": "^1.0.0",
58
- "@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.1",
62
+ "@csstools/postcss-logical-viewport-units": "^1.0.3",
63
+ "@csstools/postcss-media-minmax": "^1.0.2",
64
+ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.2",
59
65
  "@csstools/postcss-nested-calc": "^2.0.2",
60
66
  "@csstools/postcss-normalize-display-values": "^2.0.1",
61
- "@csstools/postcss-oklab-function": "^2.2.0",
67
+ "@csstools/postcss-oklab-function": "^2.2.1",
62
68
  "@csstools/postcss-progressive-custom-properties": "^2.1.0",
63
69
  "@csstools/postcss-scope-pseudo-class": "^2.0.2",
64
- "@csstools/postcss-stepped-value-functions": "^2.1.0",
65
- "@csstools/postcss-text-decoration-shorthand": "^2.2.1",
66
- "@csstools/postcss-trigonometric-functions": "^2.1.0",
70
+ "@csstools/postcss-stepped-value-functions": "^2.1.1",
71
+ "@csstools/postcss-text-decoration-shorthand": "^2.2.3",
72
+ "@csstools/postcss-trigonometric-functions": "^2.1.1",
67
73
  "@csstools/postcss-unset-value": "^2.0.1",
68
74
  "autoprefixer": "^10.4.14",
69
75
  "browserslist": "^4.21.5",
@@ -76,9 +82,9 @@
76
82
  "postcss-color-functional-notation": "^5.0.2",
77
83
  "postcss-color-hex-alpha": "^9.0.2",
78
84
  "postcss-color-rebeccapurple": "^8.0.2",
79
- "postcss-custom-media": "^9.1.2",
80
- "postcss-custom-properties": "^13.1.4",
81
- "postcss-custom-selectors": "^7.1.2",
85
+ "postcss-custom-media": "^9.1.3",
86
+ "postcss-custom-properties": "^13.1.5",
87
+ "postcss-custom-selectors": "^7.1.3",
82
88
  "postcss-dir-pseudo-class": "^7.0.2",
83
89
  "postcss-double-position-gradients": "^4.0.2",
84
90
  "postcss-focus-visible": "^8.0.2",
@@ -87,7 +93,7 @@
87
93
  "postcss-gap-properties": "^4.0.1",
88
94
  "postcss-image-set-function": "^5.0.2",
89
95
  "postcss-initial": "^4.0.1",
90
- "postcss-lab-function": "^5.2.0",
96
+ "postcss-lab-function": "^5.2.1",
91
97
  "postcss-logical": "^6.1.0",
92
98
  "postcss-nesting": "^11.2.1",
93
99
  "postcss-opacity-percentage": "^2.0.0",
@@ -104,11 +110,12 @@
104
110
  },
105
111
  "devDependencies": {
106
112
  "@csstools/postcss-tape": "*",
113
+ "@webref/css": "^6.5.1",
107
114
  "postcss-simple-vars": "^7.0.1"
108
115
  },
109
116
  "scripts": {
110
117
  "prebuild": "node ./scripts/generate-plugins-data.mjs && eslint --fix ./src/plugins/*.mjs",
111
- "build": "rollup -c ../../rollup/default.mjs",
118
+ "build": "rollup -c ../../rollup/default.mjs && node ./scripts/update-logical-properties-test.mjs",
112
119
  "docs": "node ../../.github/bin/generate-docs/install.mjs && node ./docs/generate.mjs",
113
120
  "lint": "node ../../.github/bin/format-package-json.mjs",
114
121
  "prepublishOnly": "npm run build && npm run test",