From 19248e88493637c21562b59c4192946f420bd5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 01:05:54 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump chrome-devtools-frontend in the bundled group Bumps the bundled group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1536371 to 1.0.1538310 - [Commits](https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1536371...v1.0.1538310) --- updated-dependencies: - dependency-name: chrome-devtools-frontend dependency-version: 1.0.1538310 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundled ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69b5731b..385ee351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", - "chrome-devtools-frontend": "1.0.1536371", + "chrome-devtools-frontend": "1.0.1538310", "core-js": "3.46.0", "debug": "4.4.3", "eslint": "^9.35.0", @@ -2224,9 +2224,9 @@ } }, "node_modules/chrome-devtools-frontend": { - "version": "1.0.1536371", - "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1536371.tgz", - "integrity": "sha512-LfK+KgW5EoxMrhlO/hyuRGhihkkfwpxTWVNfTJbsg8kX1sx4cIjelaWPlWvuAKg1/1M6yZECV6yFajdiHguj1A==", + "version": "1.0.1538310", + "resolved": "https://registry.npmjs.org/chrome-devtools-frontend/-/chrome-devtools-frontend-1.0.1538310.tgz", + "integrity": "sha512-e9/CODQDqxIAJ8LZEbhUJEs2PVSupuJMgs6nwdjeQuT/yrHHbGVUiYXtfso4Vlv338P+qSsm6J+1jUm5WayeEA==", "dev": true, "license": "BSD-3-Clause" }, diff --git a/package.json b/package.json index a391fcae..3c2b8886 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", - "chrome-devtools-frontend": "1.0.1536371", + "chrome-devtools-frontend": "1.0.1538310", "core-js": "3.46.0", "debug": "4.4.3", "eslint": "^9.35.0", From f424ea2d071d6afb53f7b34aa0c2c11f8dd5b5ce Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 3 Nov 2025 08:24:53 +0100 Subject: [PATCH 2/2] test: update snapshots --- tests/tools/performance.test.js.snapshot | 11 ++++++++++- tests/trace-processing/parse.test.js.snapshot | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/tests/tools/performance.test.js.snapshot b/tests/tools/performance.test.js.snapshot index f38c86ac..0ca8cc3f 100644 --- a/tests/tools/performance.test.js.snapshot +++ b/tests/tools/performance.test.js.snapshot @@ -53,9 +53,18 @@ exports[`performance > performance_stop_trace > returns the high level summary o The performance trace has been stopped. ## Summary of Performance trace findings: URL: https://web.dev/ -Bounds: {min: 122410994891, max: 122416385853} +Trace bounds: {min: 122410994891, max: 122416385853} CPU throttling: none Network throttling: none + +# Available insight sets + +The following is a list of insight sets. An insight set covers a specific part of the trace, split by navigations. The insights within each insight set are specific to that part of the trace. Be sure to consider the insight set id and bounds when calling functions. If no specific insight set or navigation is mentioned, assume the user is referring to the first one. + +## insight set id: 8463DF94CD61B265B664E7F768183DE3 + +URL: https://web.dev/ +Bounds: {min: 122410996889, max: 122416385853} Metrics (lab / observed): - LCP: 129 ms, event: (eventKey: r-6063, ts: 122411126100), nodeId: 7 - LCP breakdown: diff --git a/tests/trace-processing/parse.test.js.snapshot b/tests/trace-processing/parse.test.js.snapshot index 5d26a47e..f8d8115c 100644 --- a/tests/trace-processing/parse.test.js.snapshot +++ b/tests/trace-processing/parse.test.js.snapshot @@ -1,9 +1,18 @@ exports[`Trace parsing > can format results of a trace 1`] = ` ## Summary of Performance trace findings: URL: https://web.dev/ -Bounds: {min: 122410994891, max: 122416385853} +Trace bounds: {min: 122410994891, max: 122416385853} CPU throttling: none Network throttling: none + +# Available insight sets + +The following is a list of insight sets. An insight set covers a specific part of the trace, split by navigations. The insights within each insight set are specific to that part of the trace. Be sure to consider the insight set id and bounds when calling functions. If no specific insight set or navigation is mentioned, assume the user is referring to the first one. + +## insight set id: 8463DF94CD61B265B664E7F768183DE3 + +URL: https://web.dev/ +Bounds: {min: 122410996889, max: 122416385853} Metrics (lab / observed): - LCP: 129 ms, event: (eventKey: r-6063, ts: 122411126100), nodeId: 7 - LCP breakdown: