lighthouse 13.4.0 → 13.4.1
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/.agents/skills/lighthouse-verification/SKILL.md +25 -0
- package/core/audits/agentic/agent-accessibility-tree.js +3 -2
- package/core/audits/agentic/llms-txt.d.ts +1 -0
- package/core/audits/agentic/llms-txt.js +15 -1
- package/core/audits/baseline.d.ts +788 -0
- package/core/audits/baseline.js +117 -49
- package/core/audits/seo/robots-txt.d.ts +1 -0
- package/core/audits/seo/robots-txt.js +22 -8
- package/core/audits/webmcp-form-coverage.js +3 -3
- package/core/audits/webmcp-registered-tools.js +2 -2
- package/core/audits/webmcp-schema-validity.js +4 -4
- package/core/gather/gatherers/agentic/llms-txt.js +5 -1
- package/core/gather/gatherers/seo/robots-txt.js +6 -1
- package/core/gather/gatherers/webmcp-schema.js +1 -1
- package/core/gather/gatherers/webmcp.js +3 -3
- package/core/lib/baseline/web-features-data.json +21 -16
- package/core/lib/baseline/web-features-metadata.json +1 -1
- package/core/lib/deprecations-strings.d.ts +104 -96
- package/core/lib/deprecations-strings.js +8 -0
- package/package.json +18 -15
- package/shared/localization/locales/en-US.json +12 -6
- package/shared/localization/locales/en-XL.json +12 -6
|
@@ -11,6 +11,7 @@ export namespace UIStrings {
|
|
|
11
11
|
let CSSSelectorInternalMediaControlsOverlayCastButton: string;
|
|
12
12
|
let CSSValueAppearanceSliderVertical: string;
|
|
13
13
|
let DataUrlInSvgUse: string;
|
|
14
|
+
let DigitalCredentialsUnknownProtocol: string;
|
|
14
15
|
let DocumentCreateEventKeyboardEvents: string;
|
|
15
16
|
let DocumentCreateEventTransitionEvent: string;
|
|
16
17
|
let ExampleBrowserProcessDeprecation: string;
|
|
@@ -123,224 +124,231 @@ export namespace DEPRECATIONS_METADATA {
|
|
|
123
124
|
export { milestone_2 as milestone };
|
|
124
125
|
}
|
|
125
126
|
export { DataUrlInSvgUse_1 as DataUrlInSvgUse };
|
|
126
|
-
export namespace
|
|
127
|
+
export namespace DigitalCredentialsUnknownProtocol_1 {
|
|
127
128
|
let chromeStatusFeature_8: number;
|
|
128
129
|
export { chromeStatusFeature_8 as chromeStatusFeature };
|
|
129
130
|
let milestone_3: number;
|
|
130
131
|
export { milestone_3 as milestone };
|
|
131
132
|
}
|
|
132
|
-
export {
|
|
133
|
-
export namespace
|
|
133
|
+
export { DigitalCredentialsUnknownProtocol_1 as DigitalCredentialsUnknownProtocol };
|
|
134
|
+
export namespace DocumentCreateEventKeyboardEvents_1 {
|
|
134
135
|
let chromeStatusFeature_9: number;
|
|
135
136
|
export { chromeStatusFeature_9 as chromeStatusFeature };
|
|
136
137
|
let milestone_4: number;
|
|
137
138
|
export { milestone_4 as milestone };
|
|
138
139
|
}
|
|
139
|
-
export {
|
|
140
|
-
export namespace
|
|
140
|
+
export { DocumentCreateEventKeyboardEvents_1 as DocumentCreateEventKeyboardEvents };
|
|
141
|
+
export namespace DocumentCreateEventTransitionEvent_1 {
|
|
141
142
|
let chromeStatusFeature_10: number;
|
|
142
143
|
export { chromeStatusFeature_10 as chromeStatusFeature };
|
|
144
|
+
let milestone_5: number;
|
|
145
|
+
export { milestone_5 as milestone };
|
|
143
146
|
}
|
|
144
|
-
export {
|
|
145
|
-
export namespace
|
|
147
|
+
export { DocumentCreateEventTransitionEvent_1 as DocumentCreateEventTransitionEvent };
|
|
148
|
+
export namespace IdentityInCanMakePaymentEvent_1 {
|
|
146
149
|
let chromeStatusFeature_11: number;
|
|
147
150
|
export { chromeStatusFeature_11 as chromeStatusFeature };
|
|
148
|
-
let milestone_5: number;
|
|
149
|
-
export { milestone_5 as milestone };
|
|
150
151
|
}
|
|
151
|
-
export {
|
|
152
|
-
export namespace
|
|
152
|
+
export { IdentityInCanMakePaymentEvent_1 as IdentityInCanMakePaymentEvent };
|
|
153
|
+
export namespace InsecurePrivateNetworkSubresourceRequest_1 {
|
|
153
154
|
let chromeStatusFeature_12: number;
|
|
154
155
|
export { chromeStatusFeature_12 as chromeStatusFeature };
|
|
156
|
+
let milestone_6: number;
|
|
157
|
+
export { milestone_6 as milestone };
|
|
155
158
|
}
|
|
156
|
-
export {
|
|
157
|
-
export namespace
|
|
159
|
+
export { InsecurePrivateNetworkSubresourceRequest_1 as InsecurePrivateNetworkSubresourceRequest };
|
|
160
|
+
export namespace LanguageModelParams_1 {
|
|
158
161
|
let chromeStatusFeature_13: number;
|
|
159
162
|
export { chromeStatusFeature_13 as chromeStatusFeature };
|
|
160
163
|
}
|
|
161
|
-
export {
|
|
162
|
-
export namespace
|
|
164
|
+
export { LanguageModelParams_1 as LanguageModelParams };
|
|
165
|
+
export namespace LanguageModelTemperature_1 {
|
|
163
166
|
let chromeStatusFeature_14: number;
|
|
164
167
|
export { chromeStatusFeature_14 as chromeStatusFeature };
|
|
165
168
|
}
|
|
166
|
-
export {
|
|
167
|
-
export namespace
|
|
169
|
+
export { LanguageModelTemperature_1 as LanguageModelTemperature };
|
|
170
|
+
export namespace LanguageModelTopK_1 {
|
|
168
171
|
let chromeStatusFeature_15: number;
|
|
169
172
|
export { chromeStatusFeature_15 as chromeStatusFeature };
|
|
170
173
|
}
|
|
171
|
-
export {
|
|
172
|
-
export namespace
|
|
174
|
+
export { LanguageModelTopK_1 as LanguageModelTopK };
|
|
175
|
+
export namespace LanguageModel_InputQuota_1 {
|
|
173
176
|
let chromeStatusFeature_16: number;
|
|
174
177
|
export { chromeStatusFeature_16 as chromeStatusFeature };
|
|
175
178
|
}
|
|
176
|
-
export {
|
|
177
|
-
export namespace
|
|
179
|
+
export { LanguageModel_InputQuota_1 as LanguageModel_InputQuota };
|
|
180
|
+
export namespace LanguageModel_InputUsage_1 {
|
|
178
181
|
let chromeStatusFeature_17: number;
|
|
179
182
|
export { chromeStatusFeature_17 as chromeStatusFeature };
|
|
180
183
|
}
|
|
181
|
-
export {
|
|
182
|
-
export namespace
|
|
184
|
+
export { LanguageModel_InputUsage_1 as LanguageModel_InputUsage };
|
|
185
|
+
export namespace LanguageModel_MeasureInputUsage_1 {
|
|
183
186
|
let chromeStatusFeature_18: number;
|
|
184
187
|
export { chromeStatusFeature_18 as chromeStatusFeature };
|
|
185
188
|
}
|
|
189
|
+
export { LanguageModel_MeasureInputUsage_1 as LanguageModel_MeasureInputUsage };
|
|
190
|
+
export namespace LanguageModel_OnQuotaOverflow_1 {
|
|
191
|
+
let chromeStatusFeature_19: number;
|
|
192
|
+
export { chromeStatusFeature_19 as chromeStatusFeature };
|
|
193
|
+
}
|
|
186
194
|
export { LanguageModel_OnQuotaOverflow_1 as LanguageModel_OnQuotaOverflow };
|
|
187
195
|
export namespace LocalCSSFileExtensionRejected_1 {
|
|
188
|
-
let
|
|
189
|
-
export {
|
|
196
|
+
let milestone_7: number;
|
|
197
|
+
export { milestone_7 as milestone };
|
|
190
198
|
}
|
|
191
199
|
export { LocalCSSFileExtensionRejected_1 as LocalCSSFileExtensionRejected };
|
|
192
200
|
export namespace NoSysexWebMIDIWithoutPermission_1 {
|
|
193
|
-
let
|
|
194
|
-
export {
|
|
195
|
-
let
|
|
196
|
-
export {
|
|
201
|
+
let chromeStatusFeature_20: number;
|
|
202
|
+
export { chromeStatusFeature_20 as chromeStatusFeature };
|
|
203
|
+
let milestone_8: number;
|
|
204
|
+
export { milestone_8 as milestone };
|
|
197
205
|
}
|
|
198
206
|
export { NoSysexWebMIDIWithoutPermission_1 as NoSysexWebMIDIWithoutPermission };
|
|
199
207
|
export namespace NotificationPermissionRequestedIframe_1 {
|
|
200
|
-
let
|
|
201
|
-
export {
|
|
208
|
+
let chromeStatusFeature_21: number;
|
|
209
|
+
export { chromeStatusFeature_21 as chromeStatusFeature };
|
|
202
210
|
}
|
|
203
211
|
export { NotificationPermissionRequestedIframe_1 as NotificationPermissionRequestedIframe };
|
|
204
212
|
export namespace ObsoleteCreateImageBitmapImageOrientationNone_1 {
|
|
205
|
-
let
|
|
206
|
-
export {
|
|
213
|
+
let milestone_9: number;
|
|
214
|
+
export { milestone_9 as milestone };
|
|
207
215
|
}
|
|
208
216
|
export { ObsoleteCreateImageBitmapImageOrientationNone_1 as ObsoleteCreateImageBitmapImageOrientationNone };
|
|
209
217
|
export namespace ObsoleteWebRtcCipherSuite_1 {
|
|
210
|
-
let
|
|
211
|
-
export {
|
|
218
|
+
let milestone_10: number;
|
|
219
|
+
export { milestone_10 as milestone };
|
|
212
220
|
}
|
|
213
221
|
export { ObsoleteWebRtcCipherSuite_1 as ObsoleteWebRtcCipherSuite };
|
|
214
222
|
export namespace OverflowVisibleOnReplacedElement_1 {
|
|
215
|
-
let
|
|
216
|
-
export {
|
|
217
|
-
let
|
|
218
|
-
export {
|
|
223
|
+
let chromeStatusFeature_22: number;
|
|
224
|
+
export { chromeStatusFeature_22 as chromeStatusFeature };
|
|
225
|
+
let milestone_11: number;
|
|
226
|
+
export { milestone_11 as milestone };
|
|
219
227
|
}
|
|
220
228
|
export { OverflowVisibleOnReplacedElement_1 as OverflowVisibleOnReplacedElement };
|
|
221
229
|
export namespace OverrideFlashEmbedwithHTML_1 {
|
|
222
|
-
let
|
|
223
|
-
export {
|
|
230
|
+
let milestone_12: number;
|
|
231
|
+
export { milestone_12 as milestone };
|
|
224
232
|
}
|
|
225
233
|
export { OverrideFlashEmbedwithHTML_1 as OverrideFlashEmbedwithHTML };
|
|
226
234
|
export namespace PaymentInstruments_1 {
|
|
227
|
-
let
|
|
228
|
-
export {
|
|
235
|
+
let chromeStatusFeature_23: number;
|
|
236
|
+
export { chromeStatusFeature_23 as chromeStatusFeature };
|
|
229
237
|
}
|
|
230
238
|
export { PaymentInstruments_1 as PaymentInstruments };
|
|
231
239
|
export namespace PaymentRequestCSPViolation_1 {
|
|
232
|
-
let
|
|
233
|
-
export {
|
|
240
|
+
let chromeStatusFeature_24: number;
|
|
241
|
+
export { chromeStatusFeature_24 as chromeStatusFeature };
|
|
234
242
|
}
|
|
235
243
|
export { PaymentRequestCSPViolation_1 as PaymentRequestCSPViolation };
|
|
236
244
|
export namespace PersistentQuotaType_1 {
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
239
|
-
let
|
|
240
|
-
export {
|
|
245
|
+
let chromeStatusFeature_25: number;
|
|
246
|
+
export { chromeStatusFeature_25 as chromeStatusFeature };
|
|
247
|
+
let milestone_13: number;
|
|
248
|
+
export { milestone_13 as milestone };
|
|
241
249
|
}
|
|
242
250
|
export { PersistentQuotaType_1 as PersistentQuotaType };
|
|
243
251
|
export namespace PreventSvgFilterPaint_1 {
|
|
244
|
-
let
|
|
245
|
-
export {
|
|
252
|
+
let chromeStatusFeature_26: number;
|
|
253
|
+
export { chromeStatusFeature_26 as chromeStatusFeature };
|
|
246
254
|
}
|
|
247
255
|
export { PreventSvgFilterPaint_1 as PreventSvgFilterPaint };
|
|
248
256
|
export namespace RTCConstraintEnableDtlsSrtpFalse_1 {
|
|
249
|
-
let
|
|
250
|
-
export {
|
|
257
|
+
let milestone_14: number;
|
|
258
|
+
export { milestone_14 as milestone };
|
|
251
259
|
}
|
|
252
260
|
export { RTCConstraintEnableDtlsSrtpFalse_1 as RTCConstraintEnableDtlsSrtpFalse };
|
|
253
261
|
export namespace RTCConstraintEnableDtlsSrtpTrue_1 {
|
|
254
|
-
let
|
|
255
|
-
export {
|
|
262
|
+
let milestone_15: number;
|
|
263
|
+
export { milestone_15 as milestone };
|
|
256
264
|
}
|
|
257
265
|
export { RTCConstraintEnableDtlsSrtpTrue_1 as RTCConstraintEnableDtlsSrtpTrue };
|
|
258
266
|
export namespace RTCPeerConnectionGetStatsLegacyNonCompliant_1 {
|
|
259
|
-
let
|
|
260
|
-
export {
|
|
261
|
-
let
|
|
262
|
-
export {
|
|
267
|
+
let chromeStatusFeature_27: number;
|
|
268
|
+
export { chromeStatusFeature_27 as chromeStatusFeature };
|
|
269
|
+
let milestone_16: number;
|
|
270
|
+
export { milestone_16 as milestone };
|
|
263
271
|
}
|
|
264
272
|
export { RTCPeerConnectionGetStatsLegacyNonCompliant_1 as RTCPeerConnectionGetStatsLegacyNonCompliant };
|
|
265
273
|
export namespace RelatedWebsiteSets_1 {
|
|
266
|
-
let
|
|
267
|
-
export {
|
|
274
|
+
let chromeStatusFeature_28: number;
|
|
275
|
+
export { chromeStatusFeature_28 as chromeStatusFeature };
|
|
268
276
|
}
|
|
269
277
|
export { RelatedWebsiteSets_1 as RelatedWebsiteSets };
|
|
270
278
|
export namespace RequestedSubresourceWithEmbeddedCredentials_1 {
|
|
271
|
-
let
|
|
272
|
-
export {
|
|
279
|
+
let chromeStatusFeature_29: number;
|
|
280
|
+
export { chromeStatusFeature_29 as chromeStatusFeature };
|
|
273
281
|
}
|
|
274
282
|
export { RequestedSubresourceWithEmbeddedCredentials_1 as RequestedSubresourceWithEmbeddedCredentials };
|
|
275
283
|
export namespace RtcpMuxPolicyNegotiate_1 {
|
|
276
|
-
let
|
|
277
|
-
export {
|
|
278
|
-
let
|
|
279
|
-
export {
|
|
284
|
+
let chromeStatusFeature_30: number;
|
|
285
|
+
export { chromeStatusFeature_30 as chromeStatusFeature };
|
|
286
|
+
let milestone_17: number;
|
|
287
|
+
export { milestone_17 as milestone };
|
|
280
288
|
}
|
|
281
289
|
export { RtcpMuxPolicyNegotiate_1 as RtcpMuxPolicyNegotiate };
|
|
282
290
|
export namespace SharedArrayBufferConstructedWithoutIsolation_1 {
|
|
283
|
-
let
|
|
284
|
-
export {
|
|
291
|
+
let milestone_18: number;
|
|
292
|
+
export { milestone_18 as milestone };
|
|
285
293
|
}
|
|
286
294
|
export { SharedArrayBufferConstructedWithoutIsolation_1 as SharedArrayBufferConstructedWithoutIsolation };
|
|
287
295
|
export namespace SharedStorage_1 {
|
|
288
|
-
let
|
|
289
|
-
export {
|
|
296
|
+
let chromeStatusFeature_31: number;
|
|
297
|
+
export { chromeStatusFeature_31 as chromeStatusFeature };
|
|
290
298
|
}
|
|
291
299
|
export { SharedStorage_1 as SharedStorage };
|
|
292
300
|
export namespace StorageAccessAPI_requestStorageAccessFor_Method_1 {
|
|
293
|
-
let
|
|
294
|
-
export {
|
|
301
|
+
let chromeStatusFeature_32: number;
|
|
302
|
+
export { chromeStatusFeature_32 as chromeStatusFeature };
|
|
295
303
|
}
|
|
296
304
|
export { StorageAccessAPI_requestStorageAccessFor_Method_1 as StorageAccessAPI_requestStorageAccessFor_Method };
|
|
297
305
|
export namespace TextToSpeech_DisallowedByAutoplay_1 {
|
|
298
|
-
let
|
|
299
|
-
export {
|
|
300
|
-
let
|
|
301
|
-
export {
|
|
306
|
+
let chromeStatusFeature_33: number;
|
|
307
|
+
export { chromeStatusFeature_33 as chromeStatusFeature };
|
|
308
|
+
let milestone_19: number;
|
|
309
|
+
export { milestone_19 as milestone };
|
|
302
310
|
}
|
|
303
311
|
export { TextToSpeech_DisallowedByAutoplay_1 as TextToSpeech_DisallowedByAutoplay };
|
|
304
312
|
export namespace UnloadHandler_1 {
|
|
305
|
-
let
|
|
306
|
-
export {
|
|
313
|
+
let chromeStatusFeature_34: number;
|
|
314
|
+
export { chromeStatusFeature_34 as chromeStatusFeature };
|
|
307
315
|
}
|
|
308
316
|
export { UnloadHandler_1 as UnloadHandler };
|
|
309
317
|
export namespace V8SharedArrayBufferConstructedInExtensionWithoutIsolation_1 {
|
|
310
|
-
let
|
|
311
|
-
export {
|
|
318
|
+
let milestone_20: number;
|
|
319
|
+
export { milestone_20 as milestone };
|
|
312
320
|
}
|
|
313
321
|
export { V8SharedArrayBufferConstructedInExtensionWithoutIsolation_1 as V8SharedArrayBufferConstructedInExtensionWithoutIsolation };
|
|
314
322
|
export namespace WebBluetoothRemoteCharacteristicWriteValue_1 {
|
|
315
|
-
let chromeStatusFeature_34: number;
|
|
316
|
-
export { chromeStatusFeature_34 as chromeStatusFeature };
|
|
317
|
-
}
|
|
318
|
-
export { WebBluetoothRemoteCharacteristicWriteValue_1 as WebBluetoothRemoteCharacteristicWriteValue };
|
|
319
|
-
export namespace WebTransportDatagramDuplexStreamIncomingHighWaterMark_1 {
|
|
320
323
|
let chromeStatusFeature_35: number;
|
|
321
324
|
export { chromeStatusFeature_35 as chromeStatusFeature };
|
|
322
|
-
let milestone_20: number;
|
|
323
|
-
export { milestone_20 as milestone };
|
|
324
325
|
}
|
|
325
|
-
export {
|
|
326
|
-
export namespace
|
|
326
|
+
export { WebBluetoothRemoteCharacteristicWriteValue_1 as WebBluetoothRemoteCharacteristicWriteValue };
|
|
327
|
+
export namespace WebTransportDatagramDuplexStreamIncomingHighWaterMark_1 {
|
|
327
328
|
let chromeStatusFeature_36: number;
|
|
328
329
|
export { chromeStatusFeature_36 as chromeStatusFeature };
|
|
329
330
|
let milestone_21: number;
|
|
330
331
|
export { milestone_21 as milestone };
|
|
331
332
|
}
|
|
332
|
-
export {
|
|
333
|
-
export namespace
|
|
333
|
+
export { WebTransportDatagramDuplexStreamIncomingHighWaterMark_1 as WebTransportDatagramDuplexStreamIncomingHighWaterMark };
|
|
334
|
+
export namespace WebTransportDatagramDuplexStreamOutgoingHighWaterMark_1 {
|
|
335
|
+
let chromeStatusFeature_37: number;
|
|
336
|
+
export { chromeStatusFeature_37 as chromeStatusFeature };
|
|
334
337
|
let milestone_22: number;
|
|
335
338
|
export { milestone_22 as milestone };
|
|
336
339
|
}
|
|
337
|
-
export {
|
|
338
|
-
export namespace
|
|
339
|
-
let chromeStatusFeature_37: number;
|
|
340
|
-
export { chromeStatusFeature_37 as chromeStatusFeature };
|
|
340
|
+
export { WebTransportDatagramDuplexStreamOutgoingHighWaterMark_1 as WebTransportDatagramDuplexStreamOutgoingHighWaterMark };
|
|
341
|
+
export namespace XHRJSONEncodingDetection_1 {
|
|
341
342
|
let milestone_23: number;
|
|
342
343
|
export { milestone_23 as milestone };
|
|
343
344
|
}
|
|
345
|
+
export { XHRJSONEncodingDetection_1 as XHRJSONEncodingDetection };
|
|
346
|
+
export namespace XSLT_1 {
|
|
347
|
+
let chromeStatusFeature_38: number;
|
|
348
|
+
export { chromeStatusFeature_38 as chromeStatusFeature };
|
|
349
|
+
let milestone_24: number;
|
|
350
|
+
export { milestone_24 as milestone };
|
|
351
|
+
}
|
|
344
352
|
export { XSLT_1 as XSLT };
|
|
345
353
|
}
|
|
346
354
|
//# sourceMappingURL=deprecations-strings.d.ts.map
|
|
@@ -56,6 +56,10 @@ export const UIStrings = {
|
|
|
56
56
|
* @description Warning displayed to developers when a data: URL is assigned to SVGUseElement to let them know that the support is deprecated.
|
|
57
57
|
*/
|
|
58
58
|
DataUrlInSvgUse: "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future.",
|
|
59
|
+
/**
|
|
60
|
+
* @description Warning displayed to developers when an unknown protocol string is used in a call to navigator.credentials.get() or create() with the 'digital' option.
|
|
61
|
+
*/
|
|
62
|
+
DigitalCredentialsUnknownProtocol: "An unknown Digital Credentials protocol was requested in navigator.credentials.get() or create(). In a future release, unrecognized protocols will be blocked.",
|
|
59
63
|
/**
|
|
60
64
|
* @description Warning displayed to developers when document.createEvent() is called with 'KeyboardEvents', which is a non-standard event interface that will be removed.
|
|
61
65
|
*/
|
|
@@ -334,6 +338,10 @@ export const DEPRECATIONS_METADATA = {
|
|
|
334
338
|
"chromeStatusFeature": 5128825141198848,
|
|
335
339
|
"milestone": 119
|
|
336
340
|
},
|
|
341
|
+
"DigitalCredentialsUnknownProtocol": {
|
|
342
|
+
"chromeStatusFeature": 6492906882990080,
|
|
343
|
+
"milestone": 160
|
|
344
|
+
},
|
|
337
345
|
"DocumentCreateEventKeyboardEvents": {
|
|
338
346
|
"chromeStatusFeature": 5095987863486464,
|
|
339
347
|
"milestone": 151
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.4.
|
|
4
|
+
"version": "13.4.1",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
8
|
-
"lighthouse": "
|
|
9
|
-
"chrome-debug": "
|
|
10
|
-
"smokehouse": "
|
|
8
|
+
"lighthouse": "cli/index.js",
|
|
9
|
+
"chrome-debug": "core/scripts/manual-chrome-launcher.js",
|
|
10
|
+
"smokehouse": "cli/test/smokehouse/frontends/smokehouse-bin.js"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=22.19"
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"archiver": "^7.0.1",
|
|
139
139
|
"builtin-modules": "^3.3.0",
|
|
140
140
|
"chalk": "^2.4.1",
|
|
141
|
-
"chrome-devtools-frontend": "1.0.
|
|
141
|
+
"chrome-devtools-frontend": "1.0.1662965",
|
|
142
142
|
"colors": "^1.4.0",
|
|
143
143
|
"concurrently": "^9.2.1",
|
|
144
144
|
"conventional-changelog-cli": "^2.1.1",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"pako": "^2.1.0",
|
|
168
168
|
"preact": "^10.7.2",
|
|
169
169
|
"pretty-json-stringify": "^0.0.2",
|
|
170
|
-
"puppeteer": "^25.0
|
|
170
|
+
"puppeteer": "^25.3.0",
|
|
171
171
|
"resolve": "^1.22.10",
|
|
172
172
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
173
173
|
"source-map-support": "^0.5.21",
|
|
@@ -180,12 +180,12 @@
|
|
|
180
180
|
},
|
|
181
181
|
"dependencies": {
|
|
182
182
|
"@paulirish/trace_engine": "0.0.65",
|
|
183
|
-
"@sentry/node": "^
|
|
184
|
-
"axe-core": "^4.12.
|
|
183
|
+
"@sentry/node": "^10.0.0",
|
|
184
|
+
"axe-core": "^4.12.1",
|
|
185
185
|
"chrome-launcher": "^1.2.1",
|
|
186
186
|
"configstore": "^7.0.0",
|
|
187
187
|
"csp_evaluator": "1.1.8",
|
|
188
|
-
"devtools-protocol": "0.0.
|
|
188
|
+
"devtools-protocol": "0.0.1663043",
|
|
189
189
|
"enquirer": "^2.3.6",
|
|
190
190
|
"http-link-header": "^1.1.1",
|
|
191
191
|
"intl-messageformat": "^10.5.3",
|
|
@@ -196,21 +196,24 @@
|
|
|
196
196
|
"lodash-es": "^4.17.21",
|
|
197
197
|
"lookup-closest-locale": "6.2.0",
|
|
198
198
|
"open": "^8.4.0",
|
|
199
|
-
"puppeteer-core": "^25.0
|
|
199
|
+
"puppeteer-core": "^25.3.0",
|
|
200
200
|
"robots-parser": "^3.0.1",
|
|
201
201
|
"speedline-core": "^1.4.3",
|
|
202
202
|
"third-party-web": "^0.29.2",
|
|
203
|
-
"tldts-icann": "^7.4.
|
|
204
|
-
"web-features": "^3.
|
|
203
|
+
"tldts-icann": "^7.4.9",
|
|
204
|
+
"web-features": "^3.34.0",
|
|
205
205
|
"ws": "^7.0.0",
|
|
206
206
|
"yargs": "^17.3.1",
|
|
207
207
|
"yargs-parser": "^21.0.0"
|
|
208
208
|
},
|
|
209
209
|
"resolutions": {
|
|
210
|
-
"puppeteer/**/devtools-protocol": "0.0.
|
|
211
|
-
"puppeteer-core/**/devtools-protocol": "0.0.
|
|
210
|
+
"puppeteer/**/devtools-protocol": "0.0.1663043",
|
|
211
|
+
"puppeteer-core/**/devtools-protocol": "0.0.1663043"
|
|
212
|
+
},
|
|
213
|
+
"repository": {
|
|
214
|
+
"type": "git",
|
|
215
|
+
"url": "git+https://github.com/GoogleChrome/lighthouse.git"
|
|
212
216
|
},
|
|
213
|
-
"repository": "GoogleChrome/lighthouse",
|
|
214
217
|
"keywords": [
|
|
215
218
|
"google",
|
|
216
219
|
"chrome",
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"message": "Failing Rule"
|
|
604
604
|
},
|
|
605
605
|
"core/audits/agentic/agent-accessibility-tree.js | description": {
|
|
606
|
-
"message": "A well-formed [accessibility tree](
|
|
606
|
+
"message": "A well-formed [accessibility tree](https://developer.chrome.com/docs/lighthouse/agentic-browsing/accessibility-for-agents) helps AI agents to navigate and interact with the page."
|
|
607
607
|
},
|
|
608
608
|
"core/audits/agentic/agent-accessibility-tree.js | displayValuePassed": {
|
|
609
609
|
"message": "All audits passed"
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"message": "Accessibility tree is well-formed"
|
|
619
619
|
},
|
|
620
620
|
"core/audits/agentic/llms-txt.js | description": {
|
|
621
|
-
"message": "If your llms.txt file does not follow recommendations, large language models may not be able to understand how you want your website to be crawled or used for training. The [llms.txt](https://llmstxt.org/) file should be a Markdown file containing at least one H1 header."
|
|
621
|
+
"message": "If your llms.txt file does not follow recommendations, large language models may not be able to understand how you want your website to be crawled or used for training. The [llms.txt](https://llmstxt.org/) file should be a Markdown file containing at least one H1 header. [Learn more about the llms.txt audit](https://developer.chrome.com/docs/lighthouse/agentic-browsing/llms-txt)."
|
|
622
622
|
},
|
|
623
623
|
"core/audits/agentic/llms-txt.js | displayValueHttpBadCode": {
|
|
624
624
|
"message": "Failed with HTTP status {statusCode}"
|
|
@@ -626,6 +626,9 @@
|
|
|
626
626
|
"core/audits/agentic/llms-txt.js | explanation": {
|
|
627
627
|
"message": "Fetch of llms.txt failed"
|
|
628
628
|
},
|
|
629
|
+
"core/audits/agentic/llms-txt.js | explanationWithError": {
|
|
630
|
+
"message": "Fetch of llms.txt failed: {error}"
|
|
631
|
+
},
|
|
629
632
|
"core/audits/agentic/llms-txt.js | failureTitle": {
|
|
630
633
|
"message": "llms.txt does not follow recommendations"
|
|
631
634
|
},
|
|
@@ -1263,7 +1266,10 @@
|
|
|
1263
1266
|
"message": "{itemCount, plural,\n =1 {1 error found}\n other {# errors found}\n }"
|
|
1264
1267
|
},
|
|
1265
1268
|
"core/audits/seo/robots-txt.js | explanation": {
|
|
1266
|
-
"message": "
|
|
1269
|
+
"message": "Fetch of robots.txt failed"
|
|
1270
|
+
},
|
|
1271
|
+
"core/audits/seo/robots-txt.js | explanationWithError": {
|
|
1272
|
+
"message": "Fetch of robots.txt failed: {error}"
|
|
1267
1273
|
},
|
|
1268
1274
|
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1269
1275
|
"message": "robots.txt is not valid"
|
|
@@ -1350,7 +1356,7 @@
|
|
|
1350
1356
|
"message": "Form"
|
|
1351
1357
|
},
|
|
1352
1358
|
"core/audits/webmcp-form-coverage.js | description": {
|
|
1353
|
-
"message": "Consider adding [WebMCP](
|
|
1359
|
+
"message": "Consider adding [WebMCP](https://developer.chrome.com/docs/ai/webmcp) annotations to the forms listed below. This helps AI agents identify and interact with these forms more reliably."
|
|
1354
1360
|
},
|
|
1355
1361
|
"core/audits/webmcp-form-coverage.js | displayValue": {
|
|
1356
1362
|
"message": "{itemCount, plural,\n =1 {1 form missing annotations}\n other {# forms missing annotations}\n }"
|
|
@@ -1374,7 +1380,7 @@
|
|
|
1374
1380
|
"message": "Tool name"
|
|
1375
1381
|
},
|
|
1376
1382
|
"core/audits/webmcp-registered-tools.js | description": {
|
|
1377
|
-
"message": "Lists the [WebMCP tools](
|
|
1383
|
+
"message": "Lists the [WebMCP tools](https://developer.chrome.com/docs/ai/webmcp) registered at the time of analysis."
|
|
1378
1384
|
},
|
|
1379
1385
|
"core/audits/webmcp-registered-tools.js | title": {
|
|
1380
1386
|
"message": "WebMCP tools registered"
|
|
@@ -1392,7 +1398,7 @@
|
|
|
1392
1398
|
"message": "Issue"
|
|
1393
1399
|
},
|
|
1394
1400
|
"core/audits/webmcp-schema-validity.js | description": {
|
|
1395
|
-
"message": "Valid [WebMCP schemas](
|
|
1401
|
+
"message": "Valid [WebMCP schemas](https://developer.chrome.com/docs/ai/webmcp) are required for AI agents to understand and interact with tools correctly. Please fix any errors or warnings reported by the browser."
|
|
1396
1402
|
},
|
|
1397
1403
|
"core/audits/webmcp-schema-validity.js | failureTitle": {
|
|
1398
1404
|
"message": "WebMCP schemas are invalid"
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"message": "F̂áîĺîńĝ Ŕûĺê"
|
|
604
604
|
},
|
|
605
605
|
"core/audits/agentic/agent-accessibility-tree.js | description": {
|
|
606
|
-
"message": "Â ẃêĺl̂-f́ôŕm̂éd̂ [áĉćêśŝíb̂íl̂ít̂ý t̂ŕêé](
|
|
606
|
+
"message": "Â ẃêĺl̂-f́ôŕm̂éd̂ [áĉćêśŝíb̂íl̂ít̂ý t̂ŕêé](https://developer.chrome.com/docs/lighthouse/agentic-browsing/accessibility-for-agents) ĥél̂ṕŝ ÁÎ áĝén̂t́ŝ t́ô ńâv́îǵât́ê án̂d́ îńt̂ér̂áĉt́ ŵít̂h́ t̂h́ê ṕâǵê."
|
|
607
607
|
},
|
|
608
608
|
"core/audits/agentic/agent-accessibility-tree.js | displayValuePassed": {
|
|
609
609
|
"message": "Âĺl̂ áûd́ît́ŝ ṕâśŝéd̂"
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"message": "Âćĉéŝśîb́îĺît́ŷ t́r̂éê íŝ ẃêĺl̂-f́ôŕm̂éd̂"
|
|
619
619
|
},
|
|
620
620
|
"core/audits/agentic/llms-txt.js | description": {
|
|
621
|
-
"message": "Îf́ ŷóûŕ l̂ĺm̂ś.t̂x́t̂ f́îĺê d́ôéŝ ńôt́ f̂ól̂ĺôẃ r̂éĉóm̂ḿêńd̂át̂íôńŝ, ĺâŕĝé l̂án̂ǵûáĝé m̂ód̂él̂ś m̂áŷ ńôt́ b̂é âb́l̂é t̂ó ûńd̂ér̂śt̂án̂d́ ĥóŵ ýôú ŵán̂t́ ŷóûŕ ŵéb̂śît́ê t́ô b́ê ćr̂áŵĺêd́ ôŕ ûśêd́ f̂ór̂ t́r̂áîńîńĝ. T́ĥé [l̂ĺm̂ś.t̂x́t̂](https://llmstxt.org/) f́îĺê śĥóûĺd̂ b́ê á M̂ár̂ḱd̂óŵń f̂íl̂é ĉón̂t́âín̂ín̂ǵ ât́ l̂éâśt̂ ón̂é Ĥ1 h́êád̂ér̂."
|
|
621
|
+
"message": "Îf́ ŷóûŕ l̂ĺm̂ś.t̂x́t̂ f́îĺê d́ôéŝ ńôt́ f̂ól̂ĺôẃ r̂éĉóm̂ḿêńd̂át̂íôńŝ, ĺâŕĝé l̂án̂ǵûáĝé m̂ód̂él̂ś m̂áŷ ńôt́ b̂é âb́l̂é t̂ó ûńd̂ér̂śt̂án̂d́ ĥóŵ ýôú ŵán̂t́ ŷóûŕ ŵéb̂śît́ê t́ô b́ê ćr̂áŵĺêd́ ôŕ ûśêd́ f̂ór̂ t́r̂áîńîńĝ. T́ĥé [l̂ĺm̂ś.t̂x́t̂](https://llmstxt.org/) f́îĺê śĥóûĺd̂ b́ê á M̂ár̂ḱd̂óŵń f̂íl̂é ĉón̂t́âín̂ín̂ǵ ât́ l̂éâśt̂ ón̂é Ĥ1 h́êád̂ér̂. [Ĺêár̂ń m̂ór̂é âb́ôút̂ t́ĥé l̂ĺm̂ś.t̂x́t̂ áûd́ît́](https://developer.chrome.com/docs/lighthouse/agentic-browsing/llms-txt)."
|
|
622
622
|
},
|
|
623
623
|
"core/audits/agentic/llms-txt.js | displayValueHttpBadCode": {
|
|
624
624
|
"message": "F̂áîĺêd́ ŵít̂h́ ĤT́T̂Ṕ ŝt́ât́ûś {statusCode}"
|
|
@@ -626,6 +626,9 @@
|
|
|
626
626
|
"core/audits/agentic/llms-txt.js | explanation": {
|
|
627
627
|
"message": "F̂ét̂ćĥ óf̂ ĺl̂ḿŝ.t́x̂t́ f̂áîĺêd́"
|
|
628
628
|
},
|
|
629
|
+
"core/audits/agentic/llms-txt.js | explanationWithError": {
|
|
630
|
+
"message": "F̂ét̂ćĥ óf̂ ĺl̂ḿŝ.t́x̂t́ f̂áîĺêd́: {error}"
|
|
631
|
+
},
|
|
629
632
|
"core/audits/agentic/llms-txt.js | failureTitle": {
|
|
630
633
|
"message": "l̂ĺm̂ś.t̂x́t̂ d́ôéŝ ńôt́ f̂ól̂ĺôẃ r̂éĉóm̂ḿêńd̂át̂íôńŝ"
|
|
631
634
|
},
|
|
@@ -1263,7 +1266,10 @@
|
|
|
1263
1266
|
"message": "{itemCount, plural,\n =1 {1 êŕr̂ór̂ f́ôún̂d́}\n other {# êŕr̂ór̂ś f̂óûńd̂}\n }"
|
|
1264
1267
|
},
|
|
1265
1268
|
"core/audits/seo/robots-txt.js | explanation": {
|
|
1266
|
-
"message": "
|
|
1269
|
+
"message": "F̂ét̂ćĥ óf̂ ŕôb́ôt́ŝ.t́x̂t́ f̂áîĺêd́"
|
|
1270
|
+
},
|
|
1271
|
+
"core/audits/seo/robots-txt.js | explanationWithError": {
|
|
1272
|
+
"message": "F̂ét̂ćĥ óf̂ ŕôb́ôt́ŝ.t́x̂t́ f̂áîĺêd́: {error}"
|
|
1267
1273
|
},
|
|
1268
1274
|
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1269
1275
|
"message": "r̂ób̂ót̂ś.t̂x́t̂ íŝ ńôt́ v̂ál̂íd̂"
|
|
@@ -1350,7 +1356,7 @@
|
|
|
1350
1356
|
"message": "F̂ór̂ḿ"
|
|
1351
1357
|
},
|
|
1352
1358
|
"core/audits/webmcp-form-coverage.js | description": {
|
|
1353
|
-
"message": "Ĉón̂śîd́êŕ âd́d̂ín̂ǵ [Ŵéb̂ḾĈṔ](
|
|
1359
|
+
"message": "Ĉón̂śîd́êŕ âd́d̂ín̂ǵ [Ŵéb̂ḾĈṔ](https://developer.chrome.com/docs/ai/webmcp) âńn̂ót̂át̂íôńŝ t́ô t́ĥé f̂ór̂ḿŝ ĺîśt̂éd̂ b́êĺôẃ. T̂h́îś ĥél̂ṕŝ ÁÎ áĝén̂t́ŝ íd̂én̂t́îf́ŷ án̂d́ îńt̂ér̂áĉt́ ŵít̂h́ t̂h́êśê f́ôŕm̂ś m̂ór̂é r̂él̂íâb́l̂ý."
|
|
1354
1360
|
},
|
|
1355
1361
|
"core/audits/webmcp-form-coverage.js | displayValue": {
|
|
1356
1362
|
"message": "{itemCount, plural,\n =1 {1 f̂ór̂ḿ m̂íŝśîńĝ án̂ńôt́ât́îón̂ś}\n other {# f̂ór̂ḿŝ ḿîśŝín̂ǵ âńn̂ót̂át̂íôńŝ}\n }"
|
|
@@ -1374,7 +1380,7 @@
|
|
|
1374
1380
|
"message": "T̂óôĺ n̂ám̂é"
|
|
1375
1381
|
},
|
|
1376
1382
|
"core/audits/webmcp-registered-tools.js | description": {
|
|
1377
|
-
"message": "L̂íŝt́ŝ t́ĥé [Ŵéb̂ḾĈṔ t̂óôĺŝ](
|
|
1383
|
+
"message": "L̂íŝt́ŝ t́ĥé [Ŵéb̂ḾĈṔ t̂óôĺŝ](https://developer.chrome.com/docs/ai/webmcp) ŕêǵîśt̂ér̂éd̂ át̂ t́ĥé t̂ím̂é ôf́ âńâĺŷśîś."
|
|
1378
1384
|
},
|
|
1379
1385
|
"core/audits/webmcp-registered-tools.js | title": {
|
|
1380
1386
|
"message": "Ŵéb̂ḾĈṔ t̂óôĺŝ ŕêǵîśt̂ér̂éd̂"
|
|
@@ -1392,7 +1398,7 @@
|
|
|
1392
1398
|
"message": "Îśŝúê"
|
|
1393
1399
|
},
|
|
1394
1400
|
"core/audits/webmcp-schema-validity.js | description": {
|
|
1395
|
-
"message": "V̂ál̂íd̂ [Ẃêb́M̂ĆP̂ śĉh́êḿâś](
|
|
1401
|
+
"message": "V̂ál̂íd̂ [Ẃêb́M̂ĆP̂ śĉh́êḿâś](https://developer.chrome.com/docs/ai/webmcp) âŕê ŕêq́ûír̂éd̂ f́ôŕ ÂÍ âǵêńt̂ś t̂ó ûńd̂ér̂śt̂án̂d́ âńd̂ ín̂t́êŕâćt̂ ẃît́ĥ t́ôól̂ś ĉór̂ŕêćt̂ĺŷ. Ṕl̂éâśê f́îx́ âńŷ ér̂ŕôŕŝ ór̂ ẃâŕn̂ín̂ǵŝ ŕêṕôŕt̂éd̂ b́ŷ t́ĥé b̂ŕôẃŝér̂."
|
|
1396
1402
|
},
|
|
1397
1403
|
"core/audits/webmcp-schema-validity.js | failureTitle": {
|
|
1398
1404
|
"message": "Ŵéb̂ḾĈṔ ŝćĥém̂áŝ ár̂é îńv̂ál̂íd̂"
|