Skip to content

Commit 056d86c

Browse files
authored
Merge branch 'main' into orkon/cli-skill
2 parents faa144a + 7c9ff36 commit 056d86c

8 files changed

Lines changed: 55 additions & 51 deletions

File tree

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/yargs": "^17.0.33",
5757
"@typescript-eslint/eslint-plugin": "^8.43.0",
5858
"@typescript-eslint/parser": "^8.43.0",
59-
"chrome-devtools-frontend": "1.0.1591204",
59+
"chrome-devtools-frontend": "1.0.1592362",
6060
"core-js": "3.48.0",
6161
"debug": "4.4.3",
6262
"eslint": "^9.35.0",
@@ -65,7 +65,7 @@
6565
"globals": "^17.0.0",
6666
"lighthouse": "13.0.3",
6767
"prettier": "^3.6.2",
68-
"puppeteer": "24.37.5",
68+
"puppeteer": "24.38.0",
6969
"rollup": "4.59.0",
7070
"rollup-plugin-cleanup": "^3.2.1",
7171
"rollup-plugin-license": "^3.6.0",

src/McpContext.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ export class McpContext implements Context {
927927
const session = await this.browser.target().createCDPSession();
928928

929929
try {
930-
// @ts-expect-error triggerAction is not yet available
931930
await session.send('Extensions.triggerAction', {
932931
id,
933932
targetId: theTarget,

src/third_party/lighthouse-devtools-mcp-bundle.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Lighthouse v13.0.3-3-g565cfd0f2 (Mar 02 2026)
2+
* Lighthouse v13.0.3-4-gd6e2a8e40 (Mar 04 2026)
33
*
44
* Automated auditing, performance metrics, and best practices for the web.
55
*
@@ -53317,8 +53317,13 @@ var str_101 = createIcuMessageFn({ url: "core/gather/timespan-runner.js" }.url,
5331753317

5331853318
// core/gather/navigation-runner.js
5331953319
init_process_global();
53320+
53321+
// replace-modules:/Users/alexrudenko/src/lighthouse/node_modules/puppeteer-core/lib/cjs/puppeteer/puppeteer-core.js
53322+
init_process_global();
53323+
var puppeteer_core_default = {};
53324+
53325+
// core/gather/navigation-runner.js
5332053326
init_lighthouse_logger();
53321-
import puppeteer from "puppeteer-core";
5332253327

5332353328
// core/gather/driver/navigation.js
5332453329
init_process_global();
@@ -54079,7 +54084,7 @@ async function navigationGather(page, requestor, options = {}) {
5407954084
let lhPage = void 0;
5408054085
if (!page) {
5408154086
const { hostname = DEFAULT_HOSTNAME, port = DEFAULT_PORT } = flags;
54082-
lhBrowser = await puppeteer.connect({ browserURL: `http://${hostname}:${port}`, defaultViewport: null });
54087+
lhBrowser = await puppeteer_core_default.connect({ browserURL: `http://${hostname}:${port}`, defaultViewport: null });
5408354088
lhPage = await lhBrowser.newPage();
5408454089
page = lhPage;
5408554090
}

tests/McpResponse.test.js.snapshot

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

tests/tools/console.test.js.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Note that if an opaque response is sufficient, the request's mode can be set to
115115
Learn more:
116116
[Cross-Origin Resource Sharing (\`CORS\`)](https://web.dev/cross-origin-resource-sharing)
117117
### Affected resources
118-
reqid=<reqid> data={"corsErrorStatus":{"corsError":"PreflightMissingAllowOriginHeader","failedParameter":""},"isWarning":false,"request":{"url":"http://hostname:port/data.json"},"initiatorOrigin":"","clientSecurityState":{"initiatorIsSecureContext":false,"initiatorIPAddressSpace":"Loopback","privateNetworkRequestPolicy":"BlockFromInsecureToMorePrivate"}}
118+
reqid=<reqid> data={"corsErrorStatus":{"corsError":"PreflightMissingAllowOriginHeader","failedParameter":""},"isWarning":false,"request":{"url":"http://hostname:port/data.json"},"initiatorOrigin":"","clientSecurityState":{"initiatorIsSecureContext":false,"initiatorIPAddressSpace":"Loopback","localNetworkAccessRequestPolicy":"BlockFromInsecureToMorePrivate"}}
119119
`;
120120

121121
exports[`console > list_console_messages > lists error objects 1`] = `

tests/tools/network.test.js.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Status: 200
55
- accept-language:<lang>
66
- upgrade-insecure-requests:1
77
- user-agent:<user-agent>
8-
- sec-ch-ua:"Chromium";v="<version>", "Not:A-Brand";v="99"
8+
- sec-ch-ua:"Not-A.Brand";v="24", "Chromium";v="146"
99
- sec-ch-ua-mobile:?0
1010
- sec-ch-ua-platform:"<os>"
1111
- accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7

tests/trace-processing/parse.test.js.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Available insights:
3838
- insight name: RenderBlocking
3939
description: Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
4040
relevant trace bounds: {min: 122411037528, max: 122411053852}
41-
example question: Show me the most impactful render blocking requests that I should focus on
42-
example question: How can I reduce the number of render blocking requests?
41+
example question: Show me the most impactful render-blocking requests that I should focus on
42+
example question: How can I reduce the number of render-blocking requests?
4343
- insight name: DocumentLatency
4444
description: Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.
4545
relevant trace bounds: {min: 122410998910, max: 122411043781}

0 commit comments

Comments
 (0)