Update Stylelint and Postcss
R=jacktfranklin@chromium.org
Bug: none
Change-Id: I961be18530d3ccbc4efed0c2cda9bd603b14e27b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3372931
Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org>
diff --git a/node_modules/known-css-properties/README.md b/node_modules/known-css-properties/README.md
index bc6b0fb..fa9503a 100644
--- a/node_modules/known-css-properties/README.md
+++ b/node_modules/known-css-properties/README.md
@@ -19,23 +19,23 @@
| Name | Versions |
|---|--:|
-| Chrome | 14 - 91 |
-| Firefox | 6 - 89 |
+| Chrome | 14 - 96 |
+| Firefox | 6 - 95 |
| Edge | 13 - 18 |
-| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1 |
+| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1 |
| Internet Explorer | 8 - 11 |
| Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |
### Mobile
| Name | Versions |
|---|--:|
-| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1 |
-| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83 |
-| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85 |
+| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1 |
+| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96 |
+| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91 |
| IE mobile | 11 |
| Opera Mobile | 42.7, 43, 47.1 |
-| Samsung Internet | 4.0, 6.4, 7.4, 8.2 |
-| UC Browser for Android | 11.2, 12.9, 13.1 |
+| Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2 |
+| UC Browser for Android | 11.2, 12.9, 12.10, 13.1, 13.4 |
## JavaScript API
diff --git a/node_modules/known-css-properties/data/all.json b/node_modules/known-css-properties/data/all.json
index 6d37ccf..b29a57b 100644
--- a/node_modules/known-css-properties/data/all.json
+++ b/node_modules/known-css-properties/data/all.json
@@ -1,5 +1,16 @@
{
"properties": [
+ "-epub-caption-side",
+ "-epub-hyphens",
+ "-epub-text-combine",
+ "-epub-text-emphasis",
+ "-epub-text-emphasis-color",
+ "-epub-text-emphasis-style",
+ "-epub-text-orientation",
+ "-epub-text-transform",
+ "-epub-word-break",
+ "-epub-writing-mode",
+ "-internal-text-autosizing-status",
"accelerator",
"accent-color",
"-wap-accesskey",
@@ -51,6 +62,7 @@
"-webkit-animation-timing-function",
"-webkit-animation-trigger",
"-webkit-animation",
+ "app-region",
"-webkit-app-region",
"appearance",
"-moz-appearance",
@@ -264,6 +276,7 @@
"color",
"color-adjust",
"-webkit-color-correction",
+ "-apple-color-filter",
"color-interpolation",
"color-interpolation-filters",
"color-profile",
@@ -345,6 +358,16 @@
"elevation",
"empty-cells",
"enable-background",
+ "epub-caption-side",
+ "epub-hyphens",
+ "epub-text-combine",
+ "epub-text-emphasis",
+ "epub-text-emphasis-color",
+ "epub-text-emphasis-style",
+ "epub-text-orientation",
+ "epub-text-transform",
+ "epub-word-break",
+ "epub-writing-mode",
"fallback",
"fill",
"fill-break",
@@ -532,6 +555,7 @@
"justify-content",
"-webkit-justify-content",
"justify-items",
+ "-webkit-justify-items",
"justify-self",
"-webkit-justify-self",
"kerning",
@@ -766,6 +790,8 @@
"pause",
"pause-after",
"pause-before",
+ "-apple-pay-button-style",
+ "-apple-pay-button-type",
"pen-action",
"perspective",
"-moz-perspective",
@@ -897,6 +923,7 @@
"-webkit-shape-padding",
"shape-rendering",
"size",
+ "size-adjust",
"snap-height",
"solid-color",
"solid-opacity",
@@ -1043,6 +1070,7 @@
"-ms-touch-action",
"-webkit-touch-callout",
"-ms-touch-select",
+ "-apple-trailing-word",
"transform",
"transform-box",
"-moz-transform",
diff --git a/node_modules/known-css-properties/index.d.ts b/node_modules/known-css-properties/index.d.ts
new file mode 100644
index 0000000..f31ec7b
--- /dev/null
+++ b/node_modules/known-css-properties/index.d.ts
@@ -0,0 +1,3 @@
+declare module "known-css-properties" {
+ export const all: string[];
+}
diff --git a/node_modules/known-css-properties/package.json b/node_modules/known-css-properties/package.json
index 302071d..144f34e 100644
--- a/node_modules/known-css-properties/package.json
+++ b/node_modules/known-css-properties/package.json
@@ -1,6 +1,6 @@
{
"name": "known-css-properties",
- "version": "0.23.0",
+ "version": "0.24.0",
"description": "List of known CSS properties",
"repository": "known-css/known-css-properties",
"main": "index.js",
@@ -47,9 +47,9 @@
},
"homepage": "https://github.com/known-css/known-css-properties#readme",
"devDependencies": {
- "axios": "0.21.1",
- "eslint": "7.30.0",
- "globby": "11.0.4",
+ "axios": "0.21.2",
+ "eslint": "8.4.1",
+ "globby": "12.0.2",
"lodash.sortby": "4.7.0",
"lodash.uniq": "4.5.0"
}