lighthouse 12.1.0-dev.20240716 → 12.1.0-dev.20240718

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.
@@ -188,7 +188,7 @@ class TargetManager extends ProtocolEventEmitter {
188
188
  * @param {LH.Crdp.Runtime.ExecutionContextCreatedEvent} event
189
189
  */
190
190
  _onExecutionContextCreated(event) {
191
- if (event.context.name === '__puppeteer_utility_world__') return;
191
+ if (event.context.name.match(/^__puppeteer_utility_world__/)) return;
192
192
  if (event.context.name === 'lighthouse_isolated_context') return;
193
193
 
194
194
  this._executionContextIdToDescriptions.set(event.context.uniqueId, event.context);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.1.0-dev.20240716",
4
+ "version": "12.1.0-dev.20240718",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -167,7 +167,7 @@
167
167
  "pako": "^2.0.3",
168
168
  "preact": "^10.7.2",
169
169
  "pretty-json-stringify": "^0.0.2",
170
- "puppeteer": "^22.11.1",
170
+ "puppeteer": "^22.13.1",
171
171
  "resolve": "^1.22.1",
172
172
  "rollup": "^2.52.7",
173
173
  "rollup-plugin-polyfill-node": "^0.12.0",
@@ -200,7 +200,7 @@
200
200
  "metaviewport-parser": "0.3.0",
201
201
  "open": "^8.4.0",
202
202
  "parse-cache-control": "1.0.1",
203
- "puppeteer-core": "^22.11.1",
203
+ "puppeteer-core": "^22.13.1",
204
204
  "robots-parser": "^3.0.1",
205
205
  "semver": "^5.3.0",
206
206
  "speedline-core": "^1.4.3",