lighthouse 8.6.0-dev.20211024 → 8.6.0-dev.20211028
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/dist/report/flow.js +11 -11
- package/dist/report/standalone.js +2 -2
- package/flow-report/assets/styles.css +57 -1
- package/flow-report/src/common.tsx +8 -8
- package/flow-report/src/header.tsx +7 -8
- package/flow-report/src/i18n/ui-strings.js +2 -0
- package/flow-report/src/summary/category.tsx +73 -4
- package/flow-report/src/summary/summary.tsx +2 -1
- package/flow-report/src/util.ts +4 -4
- package/flow-report/src/wrappers/markdown.tsx +27 -0
- package/flow-report/src/wrappers/report.tsx +12 -0
- package/flow-report/test/common-test.tsx +6 -6
- package/flow-report/test/summary/category-test.tsx +111 -19
- package/flow-report/test/wrappers/markdown-test.tsx +29 -0
- package/jest.config.js +2 -2
- package/lighthouse-core/audits/byte-efficiency/modern-image-formats.js +4 -2
- package/lighthouse-core/audits/byte-efficiency/offscreen-images.js +11 -10
- package/lighthouse-core/audits/byte-efficiency/uses-optimized-images.js +5 -3
- package/lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js +2 -1
- package/lighthouse-core/audits/byte-efficiency/uses-responsive-images.js +2 -1
- package/lighthouse-core/audits/image-aspect-ratio.js +4 -3
- package/lighthouse-core/audits/image-size-responsive.js +3 -2
- package/lighthouse-core/audits/preload-lcp-image.js +7 -5
- package/lighthouse-core/audits/script-treemap-data.js +1 -1
- package/lighthouse-core/audits/unsized-images.js +1 -2
- package/package.json +7 -7
- package/report/README.md +1 -1
- package/report/generator/README.md +1 -1
- package/report/renderer/category-renderer.js +7 -0
- package/report/renderer/pwa-category-renderer.js +0 -10
- package/report/renderer/report-renderer.js +1 -1
- package/report/test/renderer/category-renderer-test.js +41 -0
- package/report/test/renderer/pwa-category-renderer-test.js +4 -4
- package/report/test/renderer/text-encoding-test.js +1 -1
- package/shared/localization/format.js +5 -9
- package/shared/localization/locales/ar-XB.json +8 -8
- package/shared/localization/locales/ar.json +8 -8
- package/shared/localization/locales/bg.json +8 -8
- package/shared/localization/locales/ca.json +8 -8
- package/shared/localization/locales/cs.json +8 -8
- package/shared/localization/locales/da.json +8 -8
- package/shared/localization/locales/de.json +8 -8
- package/shared/localization/locales/el.json +8 -8
- package/shared/localization/locales/en-GB.json +8 -8
- package/shared/localization/locales/en-US.json +27 -24
- package/shared/localization/locales/en-XA.json +8 -8
- package/shared/localization/locales/en-XL.json +27 -24
- package/shared/localization/locales/es-419.json +8 -8
- package/shared/localization/locales/es.json +8 -8
- package/shared/localization/locales/fi.json +8 -8
- package/shared/localization/locales/fil.json +8 -8
- package/shared/localization/locales/fr.json +8 -8
- package/shared/localization/locales/he.json +8 -8
- package/shared/localization/locales/hi.json +8 -8
- package/shared/localization/locales/hr.json +8 -8
- package/shared/localization/locales/hu.json +8 -8
- package/shared/localization/locales/id.json +8 -8
- package/shared/localization/locales/it.json +8 -8
- package/shared/localization/locales/ja.json +8 -8
- package/shared/localization/locales/ko.json +8 -8
- package/shared/localization/locales/lt.json +8 -8
- package/shared/localization/locales/lv.json +8 -8
- package/shared/localization/locales/nl.json +8 -8
- package/shared/localization/locales/no.json +8 -8
- package/shared/localization/locales/pl.json +8 -8
- package/shared/localization/locales/pt-PT.json +8 -8
- package/shared/localization/locales/pt.json +8 -8
- package/shared/localization/locales/ro.json +8 -8
- package/shared/localization/locales/ru.json +8 -8
- package/shared/localization/locales/sk.json +8 -8
- package/shared/localization/locales/sl.json +8 -8
- package/shared/localization/locales/sr-Latn.json +8 -8
- package/shared/localization/locales/sr.json +8 -8
- package/shared/localization/locales/sv.json +8 -8
- package/shared/localization/locales/ta.json +8 -8
- package/shared/localization/locales/te.json +8 -8
- package/shared/localization/locales/th.json +8 -8
- package/shared/localization/locales/tr.json +8 -8
- package/shared/localization/locales/uk.json +8 -8
- package/shared/localization/locales/vi.json +8 -8
- package/shared/localization/locales/zh-HK.json +8 -8
- package/shared/localization/locales/zh-TW.json +8 -8
- package/shared/localization/locales/zh.json +8 -8
- package/tsconfig-all.json +2 -2
- package/types/lhr/audit-details.d.ts +5 -5
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "Sağladığınız URL'nin geçersiz olduğu anlaşılıyor."
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "Tümü"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "Tüm Alfabeler"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "Kapsam"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "Yinelenen Modüller"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "Kaynak Baytları"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "Ad"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "Tabloyu Aç/Kapat"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "Kullanılmayan Baytlar"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "Схоже, указана вами URL-адреса недійсна."
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "Усе"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "Усі скрипти"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "Дані про використання"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "Задубльовані модулі"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "Розмір ресурсу в байтах"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "Назва"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "Показати або сховати таблицю"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "Невикористані байти"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "URL bạn cung cấp có vẻ không hợp lệ."
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "Tất cả"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "Tất cả tập lệnh"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "Độ bao phủ"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "Mô-đun trùng lặp"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "Số byte tài nguyên"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "Tên"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "Ẩn/hiện bảng"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "Số byte chưa dùng đến"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "您提供的網址無效。"
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "所有"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "所有指令碼"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "覆蓋率"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "重複的模組"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "資源字節"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "名稱"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "顯示/隱藏表格"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "未使用的字節"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "你所提供的網址無效。"
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "全部"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "所有指令碼"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "涵蓋率"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "重複模組"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "資源位元組"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "名稱"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "顯示/隱藏表格"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "未使用的位元組"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
@@ -2069,28 +2069,28 @@
|
|
|
2069
2069
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2070
2070
|
"message": "您提供的网址似乎无效。"
|
|
2071
2071
|
},
|
|
2072
|
-
"
|
|
2072
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2073
2073
|
"message": "全部"
|
|
2074
2074
|
},
|
|
2075
|
-
"
|
|
2075
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2076
2076
|
"message": "所有脚本"
|
|
2077
2077
|
},
|
|
2078
|
-
"
|
|
2078
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2079
2079
|
"message": "覆盖率"
|
|
2080
2080
|
},
|
|
2081
|
-
"
|
|
2081
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2082
2082
|
"message": "重复的模块"
|
|
2083
2083
|
},
|
|
2084
|
-
"
|
|
2084
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2085
2085
|
"message": "资源字节数"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2087
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2088
2088
|
"message": "名称"
|
|
2089
2089
|
},
|
|
2090
|
-
"
|
|
2090
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2091
2091
|
"message": "显示/隐藏表格"
|
|
2092
2092
|
},
|
|
2093
|
-
"
|
|
2093
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2094
2094
|
"message": "未使用的字节数"
|
|
2095
2095
|
},
|
|
2096
2096
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
package/tsconfig-all.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
{"path": "./types/lhr/"},
|
|
7
7
|
{"path": "./report/"},
|
|
8
8
|
{"path": "./report/generator/"},
|
|
9
|
-
{"path": "./
|
|
10
|
-
{"path": "./
|
|
9
|
+
{"path": "./viewer/"},
|
|
10
|
+
{"path": "./treemap/"},
|
|
11
11
|
{"path": "./flow-report/"},
|
|
12
12
|
{"path": "./shared/"},
|
|
13
13
|
],
|
|
@@ -176,11 +176,11 @@ declare module Details {
|
|
|
176
176
|
|
|
177
177
|
interface OpportunityColumnHeading {
|
|
178
178
|
/**
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
179
|
+
* The name of the property within items being described.
|
|
180
|
+
* If null, subItemsHeading must be defined, and the first table row in this column for
|
|
181
|
+
* every item will be empty.
|
|
182
|
+
* See legacy-javascript for an example.
|
|
183
|
+
*/
|
|
184
184
|
key: string|null;
|
|
185
185
|
/** Readable text label of the field. */
|
|
186
186
|
label: IcuMessage | string;
|