lighthouse 12.6.0-dev.20250430 → 12.6.0-dev.20250501

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.
@@ -19,6 +19,7 @@ const config = {
19
19
  skipAudits: [
20
20
  // Skip the h2 audit so it doesn't lie to us. See https://github.com/GoogleChrome/lighthouse/issues/6539
21
21
  'uses-http2',
22
+ 'modern-http-insight',
22
23
  // There are always bf-cache failures when testing in headless. Reenable when headless can give us realistic bf-cache insights.
23
24
  'bf-cache',
24
25
  ],
@@ -18,6 +18,7 @@ const config = {
18
18
  skipAudits: [
19
19
  // Skip the h2 audit so it doesn't lie to us. See https://github.com/GoogleChrome/lighthouse/issues/6539
20
20
  'uses-http2',
21
+ 'modern-http-insight',
21
22
  // There are always bf-cache failures when testing in headless. Reenable when headless can give us realistic bf-cache insights.
22
23
  'bf-cache',
23
24
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.6.0-dev.20250430",
4
+ "version": "12.6.0-dev.20250501",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {