lighthouse 12.3.0-dev.20250105 → 12.3.0-dev.20250107

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.
@@ -20,15 +20,7 @@ class TraceEngineResult {
20
20
  * @return {Promise<LH.Artifacts.TraceEngineResult>}
21
21
  */
22
22
  static async runTraceEngine(traceEvents) {
23
- const traceHandlers = {...TraceEngine.TraceHandlers};
24
-
25
- // @ts-expect-error Temporarily disable this handler
26
- // It's not currently used anywhere in trace engine insights or Lighthouse.
27
- // TODO: Re-enable this when its memory usage is improved in the trace engine
28
- // https://github.com/GoogleChrome/lighthouse/issues/16111
29
- delete traceHandlers.Invalidations;
30
-
31
- const processor = new TraceEngine.TraceProcessor(traceHandlers);
23
+ const processor = new TraceEngine.TraceProcessor(TraceEngine.TraceHandlers);
32
24
 
33
25
  // eslint-disable-next-line max-len
34
26
  await processor.parse(/** @type {import('@paulirish/trace_engine').Types.Events.Event[]} */ (
@@ -79,6 +79,7 @@ class InspectorIssues extends BaseGatherer {
79
79
  propertyRuleIssue: [],
80
80
  quirksModeIssue: [],
81
81
  cookieIssue: [],
82
+ selectElementAccessibilityIssue: [],
82
83
  sharedArrayBufferIssue: [],
83
84
  sharedDictionaryIssue: [],
84
85
  stylesheetLoadingIssue: [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.3.0-dev.20250105",
4
+ "version": "12.3.0-dev.20250107",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -187,7 +187,7 @@
187
187
  "chrome-launcher": "^1.1.2",
188
188
  "configstore": "^5.0.1",
189
189
  "csp_evaluator": "1.1.1",
190
- "devtools-protocol": "0.0.1312386",
190
+ "devtools-protocol": "0.0.1402036",
191
191
  "enquirer": "^2.3.6",
192
192
  "http-link-header": "^1.1.1",
193
193
  "intl-messageformat": "^10.5.3",
@@ -211,8 +211,8 @@
211
211
  "yargs-parser": "^21.0.0"
212
212
  },
213
213
  "resolutions": {
214
- "puppeteer/**/devtools-protocol": "0.0.1312386",
215
- "puppeteer-core/**/devtools-protocol": "0.0.1312386"
214
+ "puppeteer/**/devtools-protocol": "0.0.1402036",
215
+ "puppeteer-core/**/devtools-protocol": "0.0.1402036"
216
216
  },
217
217
  "repository": "GoogleChrome/lighthouse",
218
218
  "keywords": [
package/readme.md CHANGED
@@ -364,6 +364,8 @@ This section details services that have integrated Lighthouse data. If you're wo
364
364
 
365
365
  * **[Guardius](https://guardius.io)** - Guardius is a DevOps and DevSecOps SaaS platform that integrates Lighthouse to deliver automated web performance analysis. It not only provides metrics evaluation and automatic scanning but also enables performance comparisons across different periods and ongoing observation over time. Additionally, Guardius offers predefined and customized alerts tailored to your specific requirements. A free version of Guardius is available for users to explore its features.
366
366
 
367
+ * **[Sonā](https://getsona.io)** - Powered by Lighthouse amongst others, Sonā delivers in-depth insights into your website’s health. Track changes over time, share reports, and receive actionable recommendations to improve performance, accessibility, SEO, best practices, and security. Sonā is free during its beta period.
368
+
367
369
  ## Lighthouse Integrations in non-Web Perf services
368
370
 
369
371
  * **[PageWatch](https://pagewatch.dev/)** — PageWatch is a tool to find problem pages on your website. It provides insights into spelling errors, layout issues, slow pages (powered by Lighthouse) and more. PageWatch is offered via free and paid plans.
@@ -3,7 +3,7 @@ export class I18nFormatter {
3
3
  * @param {LH.Locale} locale
4
4
  */
5
5
  constructor(locale: LH.Locale);
6
- _locale: "en-US" | "en" | "en-AU" | "en-GB" | "en-IE" | "en-SG" | "en-ZA" | "en-IN" | "ar-XB" | "ar" | "bg" | "ca" | "cs" | "da" | "de" | "el" | "en-XL" | "es" | "es-419" | "es-AR" | "es-BO" | "es-BR" | "es-BZ" | "es-CL" | "es-CO" | "es-CR" | "es-CU" | "es-DO" | "es-EC" | "es-GT" | "es-HN" | "es-MX" | "es-NI" | "es-PA" | "es-PE" | "es-PR" | "es-PY" | "es-SV" | "es-US" | "es-UY" | "es-VE" | "fi" | "fil" | "fr" | "he" | "hi" | "hr" | "hu" | "gsw" | "id" | "in" | "it" | "iw" | "ja" | "ko" | "lt" | "lv" | "mo" | "nl" | "nb" | "no" | "pl" | "pt" | "pt-PT" | "ro" | "ru" | "sk" | "sl" | "sr" | "sr-Latn" | "sv" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh" | "zh-HK" | "zh-TW";
6
+ _locale: "ar" | "en-US" | "en" | "en-AU" | "en-GB" | "en-IE" | "en-SG" | "en-ZA" | "en-IN" | "ar-XB" | "bg" | "ca" | "cs" | "da" | "de" | "el" | "en-XL" | "es" | "es-419" | "es-AR" | "es-BO" | "es-BR" | "es-BZ" | "es-CL" | "es-CO" | "es-CR" | "es-CU" | "es-DO" | "es-EC" | "es-GT" | "es-HN" | "es-MX" | "es-NI" | "es-PA" | "es-PE" | "es-PR" | "es-PY" | "es-SV" | "es-US" | "es-UY" | "es-VE" | "fi" | "fil" | "fr" | "he" | "hi" | "hr" | "hu" | "gsw" | "id" | "in" | "it" | "iw" | "ja" | "ko" | "lt" | "lv" | "mo" | "nl" | "nb" | "no" | "pl" | "pt" | "pt-PT" | "ro" | "ru" | "sk" | "sl" | "sr" | "sr-Latn" | "sv" | "ta" | "te" | "th" | "tl" | "tr" | "uk" | "vi" | "zh" | "zh-HK" | "zh-TW";
7
7
  _cachedNumberFormatters: Map<any, any>;
8
8
  /**
9
9
  * @param {number} number
@@ -50,6 +50,7 @@ Array [
50
50
  "navigatorUserAgentIssueDetails",
51
51
  "propertyRuleIssueDetails",
52
52
  "quirksModeIssueDetails",
53
+ "selectElementAccessibilityIssueDetails",
53
54
  "sharedArrayBufferIssueDetails",
54
55
  "sharedDictionaryIssueDetails",
55
56
  "stylesheetLoadingIssueDetails",
@@ -544,6 +544,7 @@ declare module Artifacts {
544
544
  propertyRuleIssue: Crdp.Audits.PropertyRuleIssueDetails[],
545
545
  quirksModeIssue: Crdp.Audits.QuirksModeIssueDetails[];
546
546
  cookieIssue: Crdp.Audits.CookieIssueDetails[];
547
+ selectElementAccessibilityIssue: Crdp.Audits.SelectElementAccessibilityIssueDetails[];
547
548
  sharedArrayBufferIssue: Crdp.Audits.SharedArrayBufferIssueDetails[];
548
549
  sharedDictionaryIssue: Crdp.Audits.SharedDictionaryIssueDetails[];
549
550
  stylesheetLoadingIssue: Crdp.Audits.StylesheetLoadingIssueDetails[];