update-devtools
671 次代码提交
| 作者 | SHA1 | 备注 | 提交日期 | |
|---|---|---|---|---|
|
|
c06f4522ee |
refactor: merge emulate tools into one (#494)
Merges emulateCpu and emulateNetwork into a single tool to reduce token consumption. Changes descriptions to be more concise. |
||
|
|
60fd66e5bc |
chore: new bug report template not showing up (#496)
Removed JSON rendering for MCP configuration field. |
||
|
|
63a5d824c2 | docs: add Windsurf to the editor config README (#493) | ||
|
|
f0e1675687 |
chore(deps-dev): bump @types/node from 24.9.1 to 24.9.2 in the dev-dependencies group (#489)
Bumps the dev-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 24.9.1 to 24.9.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
17b2edca7c |
build: do not bundle by default (#488)
The CI jobs will still bundle by default but I think the risk of the differences between the bundled and unbundled version is fairly low for local development. |
||
|
|
8e56307d62 |
feat: an option to ignore cache on reload (#485)
This CL implements an option to ignore cache on reload. Since the configuration is passed as-is we rely on tests in Puppeteer to verify the cache behavior. Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/374 |
||
|
|
e5653b0516 |
chore(deps-dev): bump the bundled group with 2 updates (#490)
Bumps the bundled group with 2 updates: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend) and [puppeteer](https://github.com/puppeteer/puppeteer). Updates `chrome-devtools-frontend` from 1.0.1534717 to 1.0.1536371 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/f9114c7810effda21b986fedddf791fb41a53bf8"><code>f9114c7</code></a> Update Chrome (for Testing) PIN</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/420b33e69a9639a0b2fa82b4a1aa888782a68c75"><code>420b33e</code></a> [RPP] In trace_app, ignore frames not in the primary main frame</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/02e471449f14ca98d0c03391e5400489fbbb1fcd"><code>02e4714</code></a> Add option for Tooltip to be triggered by both <code>hover</code> and <code>click</code></li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/a53e59d6e84dd432d9e791dc9c73aad37fc34c85"><code>a53e59d</code></a> Restructure BFCache view to make adopting UI eng vision easier</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/02896d3ce1b19e97443a29e4e3435bc275beea40"><code>02896d3</code></a> Add placeholder for Keybind recording</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/b8c6a36a03db91b39f24b1939d8e1b7077bf2776"><code>b8c6a36</code></a> [Console Insights Teasers] Update KnownContextValues</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/ddf2fedafe978ef2e740e01d1591f7d7a2e48591"><code>ddf2fed</code></a> Roll browser-protocol</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/ffaf345e9503ac3c51b0f76431a379194a13a540"><code>ffaf345</code></a> Add unit test for Widget.focus() behavior</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/a8f58dd5654817064975d239376cd855a3de229e"><code>a8f58dd</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/d8a5a9140f7fc25563c442bbcf001b4892c550ce"><code>d8a5a91</code></a> Make setDefaultFocusedElement use autofocus attribute</li> <li>Additional commits viewable in <a href="https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1534717...v1.0.1536371">compare view</a></li> </ul> </details> <br /> Updates `puppeteer` from 24.26.1 to 24.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer's releases</a>.</em></p> <blockquote> <h2>puppeteer-core: v24.27.0</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.26.1...puppeteer-core-v24.27.0">24.27.0</a> (2025-10-29)</h2> <h3>🎉 Features</h3> <ul> <li>add window options to newPage() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14363">#14363</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/1d4f48d80760231bc765f26e4648b4d0c6de66f4">1d4f48d</a>)</li> <li>roll to Chrome 142.0.7444.59 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14381">#14381</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa">54d504d</a>)</li> <li>support ignoreCache in page.reload() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14365">#14365</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/3794e8f0136f6e25c27bab5b6e89723fd9b6a239">3794e8f</a>)</li> </ul> <h3>🛠️ Fixes</h3> <ul> <li>roll to Firefox 144.0.2 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14382">#14382</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/122f56ec6d5a71e48e3e4f00cae2e097bb8d2ce8">122f56e</a>)</li> </ul> <h3>📄 Documentation</h3> <ul> <li>fix api-extractor warnings (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14370">#14370</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/538c480a2b485b1ae9b4d25645b0b99e53967855">538c480</a>)</li> </ul> <h2>puppeteer: v24.27.0</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.1...puppeteer-v24.27.0">24.27.0</a> (2025-10-29)</h2> <h3>🎉 Features</h3> <ul> <li>roll to Chrome 142.0.7444.59 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14381">#14381</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa">54d504d</a>)</li> </ul> <h3>♻️ Chores</h3> <ul> <li>extract things required for ESM migration (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14369">#14369</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/c38313c4ebde082573409d1dfb358534673f42f4">c38313c</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.26.1 to 24.27.0</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md">puppeteer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.1...puppeteer-v24.27.0">24.27.0</a> (2025-10-29)</h2> <h3>🎉 Features</h3> <ul> <li>add window options to newPage() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14363">#14363</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/1d4f48d80760231bc765f26e4648b4d0c6de66f4">1d4f48d</a>)</li> <li>roll to Chrome 142.0.7444.59 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14381">#14381</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa">54d504d</a>)</li> <li>support ignoreCache in page.reload() (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14365">#14365</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/3794e8f0136f6e25c27bab5b6e89723fd9b6a239">3794e8f</a>)</li> </ul> <h3>♻️ Chores</h3> <ul> <li>extract things required for ESM migration (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14369">#14369</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/c38313c4ebde082573409d1dfb358534673f42f4">c38313c</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.26.1 to 24.27.0</li> </ul> </li> </ul> </li> </ul> <h3>🛠️ Fixes</h3> <ul> <li>roll to Firefox 144.0.2 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14382">#14382</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/122f56ec6d5a71e48e3e4f00cae2e097bb8d2ce8">122f56e</a>)</li> </ul> <h3>📄 Documentation</h3> <ul> <li>fix api-extractor warnings (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14370">#14370</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/538c480a2b485b1ae9b4d25645b0b99e53967855">538c480</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/f73ebcde308687cd3f8d44596371a02c86626fd6"><code>f73ebcd</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14378">#14378</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/122f56ec6d5a71e48e3e4f00cae2e097bb8d2ce8"><code>122f56e</code></a> fix: roll to Firefox 144.0.2 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14382">#14382</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa"><code>54d504d</code></a> feat: roll to Chrome 142.0.7444.59 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14381">#14381</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/a851dec9b2982dcbe1abc039879c1317a29a7ffd"><code>a851dec</code></a> chore: expose backendNodeId in a11y snapshot (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14379">#14379</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/06f48d784a0912becd74df5e21ce0a79dfe05c7b"><code>06f48d7</code></a> build: remove test server from release-please (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14377">#14377</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/d94bbd14278d9de13e660dbfc95177d52b783542"><code>d94bbd1</code></a> chore(deps): bump the all group with 3 updates (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14374">#14374</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/b84b188c53d0d599fa98e8df6ec3d89e8f68a40b"><code>b84b188</code></a> build: fix default config (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14376">#14376</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/97e2528ec77475c9379012acda3d36847d34d17b"><code>97e2528</code></a> chore(deps-dev): bump the dev-dependencies group with 7 updates (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14373">#14373</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/26ef878cbd8aa1d01a5fe3b533e04d987ee2b615"><code>26ef878</code></a> chore(deps): bump node from <code>2bb201f</code> to <code>23c24e8</code> in /docker in the all grou...</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/784d5ad02aa475d6c9deedd658552d156e8c6a69"><code>784d5ad</code></a> build(deps): bump mime to v4 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14372">#14372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.1...puppeteer-v24.27.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
796aed72b7 |
feat: detect network requests inspected in DevTools UI (#477)
If you manually inspect a network request in the DevTools UI, the Chrome DevTools MCP server is now able to detect it and allow you to refer to the selected request. The approach was tested in a couple of models. In the list of the network requests we have a short indication about which request is selected in DevTools UI. We refer to the DevTools as "DevTools UI" to disambiguate from the DevTools MCP server. |
||
|
|
40e1753d2e | docs: remove unnecessary replace (#475) | ||
|
|
b30bdd6e17 | test: use snapshots for McpResponse (#483) | ||
|
|
e8394ab113 |
chore(deps-dev): bump the bundled group with 2 updates (#481)
Bumps the bundled group with 2 updates: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) and [puppeteer](https://github.com/puppeteer/puppeteer). Updates `@modelcontextprotocol/sdk` from 1.20.1 to 1.20.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/7098bff073d78cfaee40869897d84a5929c29570"><code>7098bff</code></a> chore: bump version for weekly release (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/1042">#1042</a>)</li> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/c54309598505007c4467f78fa7dfb3e7c763679c"><code>c543095</code></a> fix: Zod to JSONSchema pipe strategies (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/962">#962</a>)</li> <li>See full diff in <a href="https://github.com/modelcontextprotocol/typescript-sdk/compare/1.20.1...1.20.2">compare view</a></li> </ul> </details> <br /> Updates `puppeteer` from 24.26.0 to 24.26.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer's releases</a>.</em></p> <blockquote> <h2>puppeteer-core: v24.26.1</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.26.0...puppeteer-core-v24.26.1">24.26.1</a> (2025-10-22)</h2> <h3>🛠️ Fixes</h3> <ul> <li><strong>a11y:</strong> expose the url property for links (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14357">#14357</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/93d098b060771dbd1e6875f4664273604022f3bd">93d098b</a>)</li> <li>roll to Chrome 141.0.7390.122 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14360">#14360</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/f2fef816f234bd30a13bb86dfc654f29f5cb2f6b">f2fef81</a>)</li> </ul> <h2>puppeteer: v24.26.1</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.0...puppeteer-v24.26.1">24.26.1</a> (2025-10-22)</h2> <h3>♻️ Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.26.0 to 24.26.1</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md">puppeteer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.0...puppeteer-v24.26.1">24.26.1</a> (2025-10-22)</h2> <h3>♻️ Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.26.0 to 24.26.1</li> </ul> </li> </ul> </li> </ul> <h3>🛠️ Fixes</h3> <ul> <li><strong>a11y:</strong> expose the url property for links (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14357">#14357</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/93d098b060771dbd1e6875f4664273604022f3bd">93d098b</a>)</li> <li>roll to Chrome 141.0.7390.122 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14360">#14360</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/f2fef816f234bd30a13bb86dfc654f29f5cb2f6b">f2fef81</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/6e2348c27e3493e53b609122888e0950d342e4d2"><code>6e2348c</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14359">#14359</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/21f309239909548b390b7e851d481ff832899e35"><code>21f3092</code></a> test: fix move to ESM (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14362">#14362</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/5fe1333769dd7bf28b239db308d67f3402633da2"><code>5fe1333</code></a> test: move to ESM (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14358">#14358</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/f2fef816f234bd30a13bb86dfc654f29f5cb2f6b"><code>f2fef81</code></a> fix: roll to Chrome 141.0.7390.122 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14360">#14360</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/93d098b060771dbd1e6875f4664273604022f3bd"><code>93d098b</code></a> fix(a11y): expose the url property for links (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14357">#14357</a>)</li> <li>See full diff in <a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.0...puppeteer-v24.26.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org> |
||
|
|
43897afd1d | test: switch to pipes (#482) | ||
|
|
02e0765293 |
chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates (#480)
Bumps the dev-dependencies group with 2 updates in the / directory: [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) and [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs). Updates `@rollup/plugin-commonjs` from 28.0.8 to 28.0.9 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>@rollup/plugin-commonjs</code>'s changelog</a>.</em></p> <blockquote> <h2>v28.0.9</h2> <p><em>2025-10-24</em></p> <h3>Bugfixes</h3> <ul> <li>fix: handle <code>node:</code> builtins with <code>strictRequires: auto</code> (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1930">#1930</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/b079b59c212676dab7084e8a04b3b11d48f03543"><code>b079b59</code></a> chore(release): commonjs v28.0.9</li> <li><a href="https://github.com/rollup/plugins/commit/0881496f645759e70066cc778ce94e4bd9c6e66b"><code>0881496</code></a> fix(commonjs): handle <code>node:</code> builtins with <code>strictRequires: auto</code> (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1930">#1930</a>)</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v28.0.9/packages/commonjs">compare view</a></li> </ul> </details> <br /> Updates `@types/yargs` from 17.0.33 to 17.0.34 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
04deff21a4 |
test: add Puppeteer config (#479)
Effectively this means we won't download chrome-headless-shell by default |
||
|
|
376f57c972 | test: use html helper (#478) | ||
|
|
73be1b4424 | build: extract bundled in a separate config (#474) | ||
|
|
1560ff23ca | refactor: detect DevTools page for each page (#467) | ||
|
|
66557071d4 |
chore(deps-dev): bump chrome-devtools-frontend from 1.0.1532884 to 1.0.1534717 in the chrome-devtools-frontend group (#472)
Bumps the chrome-devtools-frontend group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1532884 to 1.0.1534717 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/06129cc6954d88fdbbd8366cde26969cb714f0e9"><code>06129cc</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/5a5fdd6301d8fb1c0e3546ad758187ad4eb39480"><code>5a5fdd6</code></a> [cleanup] Prefer assert.exist</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/e1ec444af8a4bcd4cfbb288711756a7d64519fdf"><code>e1ec444</code></a> Add targetOrigin parameter to postMessage in RehydratingConnection</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/61f924e1e83efce248e3f39a2a8aedb854088844"><code>61f924e</code></a> RPP: fix font family in screenshots</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/fd282ef829f30c625e27f8a2bcceb0ee2cb6aceb"><code>fd282ef</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/3e1f3a5bbceff91d4e138bd13ae4eac9bb488df8"><code>3e1f3a5</code></a> [Console Insights Teasers] UMA for teaser generation time</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/350807c7e293fd1d197a596a02e8ed009ec01bbc"><code>350807c</code></a> Reland "[cleanup] Remove old things from front_end/devtools_compatibility.js"</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/18fa374e6a34c4b1ee6effb394f371c481a7ef38"><code>18fa374</code></a> [Console Insights Teasers] UMA for model and GPU availability</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/72fec1d13f2542c582f173f3229c0274204085ef"><code>72fec1d</code></a> Update Chrome (for Testing) PIN</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/d5701ce7eb7f0dcdeafdf322762a4afcf13cafaf"><code>d5701ce</code></a> [cleanup] Remove WindowBoundsService</li> <li>Additional commits viewable in <a href="https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1532884...v1.0.1534717">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a41e440799 |
refactor: connect to DevTools targets by default (#466)
in preparation for integration with DevTools, this PR moves the pages filtering to the MCP context. --------- Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> |
||
|
|
fc2f0586f4 | chore: update bug template (#464) | ||
|
|
b0ce08ae2c |
feat: support saving snapshots to file (#463)
Refs https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/153 --------- Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> |
||
|
|
d177087981 |
feat: support page reload (#462)
- merges navigation tools into a single tool. - adds reload functionality. - in a follow-up we will add options to reload. |
||
|
|
21af8daf04 | chore: 3p import fix (#461) | ||
|
|
b427392392 |
feat: add a press_key tool (#458)
Press key can be used to test shortcuts and individual key presses. |
||
|
|
ad307f6c2d | chore: restrict imports outside of the mcp.js (#456) | ||
|
|
25530069b6 |
chore(main): release chrome-devtools-mcp 0.9.0 (#378)
publish-on-tag / publish-to-npm (push) Has been cancelled
publish-on-tag / publish-to-mcp-registry (push) Has been cancelled
🤖 I have created a release *beep* *boop* --- ## [0.9.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.8.1...chrome-devtools-mcp-v0.9.0) (2025-10-22) ### 🎉 Features * add claude marketplace and plugin json ([#396](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/396)) ([chrome-devtools-mcp-v0.9.0 |
||
|
|
12eb494466 |
chore(deps-dev): bump chrome-devtools-frontend from 1.0.1524741 to 1.0.1531367 in the chrome-devtools-frontend group (#429)
Bumps the chrome-devtools-frontend group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1524741 to 1.0.1531367 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/6f4312a899ff0af345ba1a51ba719d0c0a1bf5d2"><code>6f4312a</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/03ffc0b5fc5f07fdde976d2ad47670138bf5cca7"><code>03ffc0b</code></a> Update Chrome (for Testing) PIN</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/a717fef99f53ea02dbc91867206546800ae52f69"><code>a717fef</code></a> [RPP] Actually hide Workspaces in trace app</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/9ac40d2b0c7d7cf9d6493905df1a72dd4b90803b"><code>9ac40d2</code></a> Increase performance tests timeout</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/ca1486a6501f6926009969c0c1aa3a577ec93210"><code>ca1486a</code></a> Create throttling/blocking conditions from the context menu</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/19213823907008766d5759b8b25feca602ea93fa"><code>1921382</code></a> [Console Insights Teasers] Add error state</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/2678dc3548a7fbb9aa80455ffa0dc13fd0714e86"><code>2678dc3</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/db045b91de4fa65c651bda1968ad882f78160a26"><code>db045b9</code></a> [Console Insights Teasers] Handle slowness</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/a95ceaf384f7917fe9e3a2aac3d10000a8f14fc6"><code>a95ceaf</code></a> Fix console sidebar filter selection</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/a32c47b13d74ba38f478f3369d57bf9647a458b1"><code>a32c47b</code></a> Support individual request throttling in the request blocking panel</li> <li>Additional commits viewable in <a href="https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1524741...v1.0.1531367">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for chrome-devtools-frontend since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Rudenko <alexrudenko@chromium.org> |
||
|
|
70cd290986 |
chore: rename options to includePreserved<Data> (#455)
|
||
|
|
0fe2b8a2b4 |
feat: allow configuring tool categories (#454)
This PR introduces a feature to disable some of the MCP server tool categories to tailor it to specific use cases. For example, ``` npx chrome-devtools-mcp@latest --no-category-emulation Disable tools in the emulation category npx chrome-devtools-mcp@latest --no-category-performance Disable tools in the performance category npx chrome-devtools-mcp@latest --no-category-network Disable tools in the network category ``` |
||
|
|
6f24362039 | feat: support previous navigation for Console messages (#452) | ||
|
|
914b980113 |
refactor: bundle all dependencies together (#450)
Final bundling step for improved startup times. --------- Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org> |
||
|
|
4c65f59cf9 |
fix: retrieve data correctly with fewer than 3 navigations (#451)
Also adds test for navigation |
||
|
|
4a897f1b0d |
chore(deps-dev): bump the dev-dependencies group with 4 updates (#449)
Bumps the dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 24.8.1 to 24.9.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.46.1 to 8.46.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.46.2</h2> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@fisker</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>mdm317</li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/698e7a828893e8d755d65fc90fa3f81321eeddaf"><code>698e7a8</code></a> fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.46.1 to 8.46.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.46.2</h2> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@fisker</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.46.2 (2025-10-20)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.46.1 to 8.46.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.46.2</h2> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@fisker</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.46.2 (2025-10-20)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
bc81582632 | ci: create separate devDependency PRs for puppeteer and chrome-devtools-frontend (#448) | ||
|
|
68fc890fea | chore(deps): bump puppeteer (#447) | ||
|
|
165cf9c70b |
feat: expose previous navigations to the MCP (#419)
We should consider changing the order of element shown in the from the collectors to be show newest first rather then the current oldest first approach. Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/88 |
||
|
|
7d47d6b2f4 | fix: indicate when request and response bodies are not available (#446) | ||
|
|
b443033000 |
refactor: bundle puppeteer-core (#417)
Continue speeding up boot time. --------- Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org> |
||
|
|
053f1f830d |
fix: allow evaluating in Frames (#443)
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/439 |
||
|
|
b6b42ecb99 |
fix: pageerror for non-error types (#442)
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/432 |
||
|
|
5c871c3bd9 |
refactor: cleanup data fetching (#441)
Drive-by: fixed extra newline |
||
|
|
962ac88445 |
chore: improve console message format (#440)
I checked Puppeteer implementation and it computes the text based on all args so we should treat the first arg in a special way. Also, changes the format to print count of args in the list and full args in the details only. |
||
|
|
873088f6bd | build: ensure the build folder is clean (#437) | ||
|
|
c463614079 |
chore: add DevTools connection adapter (#434)
This PR adds a small utility class that allows us to proxy a CDP connection via puppeteer into Chrome DevTools proper. --------- Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com> |
||
|
|
92055933dc | feat: tool to get a verbose single console message (#435) | ||
|
|
5a062ce373 |
test: stabilize test locally (#418)
Locally the test `with full page resulting in a large screenshot` would fail semi consistently. With what I think is just things not getting loaded fully, so scroll to the bottom to fix that. |
||
|
|
cb5ca5a97e |
chore(deps-dev): bump the dev-dependencies group with 5 updates (#427)
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` | | [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.20.0` | `1.20.1` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.4.0` | `5.5.0` | | [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` | | [rollup](https://github.com/rollup/rollup) | `4.52.4` | `4.52.5` | Updates `@eslint/js` from 9.37.0 to 9.38.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.38.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485"><code>ce40f74</code></a> feat: update <code>complexity</code> rule to only highlight function header (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20048">#20048</a>) (Atul Nair)</li> <li><a href="https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1"><code>e37e590</code></a> feat: correct <code>no-loss-of-precision</code> false positives with <code>e</code> notation (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20187">#20187</a>) (Francesco Trotta)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb"><code>50c3dfd</code></a> fix: improve type support for isolated dependencies in pnpm (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20201">#20201</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65"><code>a1f06a3</code></a> fix: correct SourceCode typings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20114">#20114</a>) (Pixel998)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a"><code>462675a</code></a> docs: improve web accessibility by hiding non-semantic character (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20205">#20205</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397"><code>c070e65</code></a> docs: correct formatting in <code>no-irregular-whitespace</code> rule documentation (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20203">#20203</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a"><code>b39e71a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9"><code>cd39983</code></a> docs: move <code>custom-formatters</code> type descriptions to <code>nodejs-api</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20190">#20190</a>) (Percy Ma)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045"><code>d17c795</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.38.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20221">#20221</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f"><code>25d0e33</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa"><code>c82b5ef</code></a> refactor: Use types from <code>@eslint/core</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20168">#20168</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8"><code>ff31609</code></a> ci: add Node.js 25 to <code>ci.yml</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20220">#20220</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859"><code>004577e</code></a> ci: bump github/codeql-action from 3 to 4 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20211">#20211</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848"><code>eac71fb</code></a> test: remove use of <code>nodejsScope</code> option of eslint-scope from tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20206">#20206</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30"><code>4168a18</code></a> chore: fix typo in legacy-eslint.js (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20202">#20202</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6"><code>205dbd2</code></a> chore: fix typos (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20200">#20200</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed"><code>dbb200e</code></a> chore: use team member's username when name is not available in data (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20194">#20194</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36"><code>8962089</code></a> chore: mark deprecated rules as available until v11.0.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20184">#20184</a>) (Pixel998)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f"><code>25d0e33</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.38.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@modelcontextprotocol/sdk` from 1.20.0 to 1.20.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/modelcontextprotocol/typescript-sdk/releases"><code>@modelcontextprotocol/sdk</code>'s releases</a>.</em></p> <blockquote> <h2>1.20.1</h2> <h2>What's Changed</h2> <ul> <li>fix: Add Accept header to auth metadata request by <a href="https://github.com/SVLaursen"><code>@SVLaursen</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/901">modelcontextprotocol/typescript-sdk#901</a></li> <li>Allow empty string as valid URL in DCR workflow by <a href="https://github.com/fredericbarthelet"><code>@fredericbarthelet</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/987">modelcontextprotocol/typescript-sdk#987</a></li> <li>docs: fix summary contents at readme by <a href="https://github.com/starfish719"><code>@starfish719</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1025">modelcontextprotocol/typescript-sdk#1025</a></li> <li>chore: bump version to 1.20.1 for release by <a href="https://github.com/felixweinberger"><code>@felixweinberger</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1032">modelcontextprotocol/typescript-sdk#1032</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SVLaursen"><code>@SVLaursen</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/901">modelcontextprotocol/typescript-sdk#901</a></li> <li><a href="https://github.com/starfish719"><code>@starfish719</code></a> made their first contribution in <a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/1025">modelcontextprotocol/typescript-sdk#1025</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/modelcontextprotocol/typescript-sdk/compare/1.20.0...1.20.1">https://github.com/modelcontextprotocol/typescript-sdk/compare/1.20.0...1.20.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/718120d7963193f793466680ad236157d36a2d6b"><code>718120d</code></a> chore: bump version to 1.20.1 for release (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/1032">#1032</a>)</li> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/0e482dbd293b4dd260379ef97b8f74e07474fd8b"><code>0e482db</code></a> docs: fix summary contents at readme (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/1025">#1025</a>)</li> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/caa25503cdfc449d116c204e866bccc2617d7037"><code>caa2550</code></a> Allow empty string as valid URL in DCR workflow (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/987">#987</a>)</li> <li><a href="https://github.com/modelcontextprotocol/typescript-sdk/commit/8f4150e5a028f6583b9156405f4d8ece52e8bd44"><code>8f4150e</code></a> fix: Add Accept header to auth metadata request (<a href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/901">#901</a>)</li> <li>See full diff in <a href="https://github.com/modelcontextprotocol/typescript-sdk/compare/1.20.0...1.20.1">compare view</a></li> </ul> </details> <br /> Updates `@stylistic/eslint-plugin` from 5.4.0 to 5.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@stylistic/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.4.0...v5.5.0">5.5.0</a> (2025-10-18)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1015">#1015</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859">cd3776f</a>)</li> <li><strong>comma-dangle:</strong> support <code>TSTypeParameterInstantiation</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1016">#1016</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c">ba930e7</a>)</li> <li><strong>indent:</strong> deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via <code>offsetTernaryExpressions.CallExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/997">#997</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0">f2837b1</a>)</li> <li><strong>indent:</strong> introduce <code>NewExpression</code> and <code>AwaitExpression</code> in <code>offsetTernaryExpressions</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/996">#996</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281">2b5a39f</a>)</li> <li>new rule list-style (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/895">#895</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed">a9ec0de</a>)</li> <li><strong>object-curly-spacing:</strong> add <code>emptyObjects</code> option to control spacing in empty objects (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1002">#1002</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb">85ef5bc</a>)</li> <li><strong>padding-line-between-statements:</strong> narrow report range to reduce noise (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1017">#1017</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98">b3a3acf</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1011">#1011</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d">9d5085c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent:</strong> correctly indent <code>NewExpression</code> in <code>ConditionalExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/994">#994</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/01cec33474304bcb0365ab7d9ca8f4b504529e82">01cec33</a>)</li> <li>replace <code>context.getSourceCode()</code> with <code>context.sourceCode</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1004">#1004</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f3faa54295621c5eddbbefbf4630974770f60a69">f3faa54</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>contribute:</strong> add guide to run the document site (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1001">#1001</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/37a64c5b9c1edd3c184d9d112e1539d06ddc08dc">37a64c5</a>)</li> <li><strong>object-curly-spacing:</strong> introduce <code>overrides</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/998">#998</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6452b523a48f4f21a3c1d37ca70c6246ce9fa897">6452b52</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>no-extra-parens:</strong> remove useless logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1013">#1013</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6">8e34765</a>)</li> <li>remove <code>TestCaseError#type</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1005">#1005</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/83d00c5735a3ac5a69fc053c3714cd8ca14ab5f4">83d00c5</a>)</li> <li>replace <code>Object.prototype.hasOwnProperty.call</code> with <code>Object.hasOwn</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/992">#992</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/97193e14d60d9e46b9c9a5cde3be5f2f35e9c251">97193e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@stylistic/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.4.0...v5.5.0">5.5.0</a> (2025-10-18)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1015">#1015</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859">cd3776f</a>)</li> <li><strong>comma-dangle:</strong> support <code>TSTypeParameterInstantiation</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1016">#1016</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c">ba930e7</a>)</li> <li><strong>indent:</strong> deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via <code>offsetTernaryExpressions.CallExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/997">#997</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0">f2837b1</a>)</li> <li><strong>indent:</strong> introduce <code>NewExpression</code> and <code>AwaitExpression</code> in <code>offsetTernaryExpressions</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/996">#996</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281">2b5a39f</a>)</li> <li>new rule list-style (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/895">#895</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed">a9ec0de</a>)</li> <li><strong>object-curly-spacing:</strong> add <code>emptyObjects</code> option to control spacing in empty objects (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1002">#1002</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb">85ef5bc</a>)</li> <li><strong>padding-line-between-statements:</strong> narrow report range to reduce noise (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1017">#1017</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98">b3a3acf</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1011">#1011</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d">9d5085c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent:</strong> correctly indent <code>NewExpression</code> in <code>ConditionalExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/994">#994</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/01cec33474304bcb0365ab7d9ca8f4b504529e82">01cec33</a>)</li> <li>replace <code>context.getSourceCode()</code> with <code>context.sourceCode</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1004">#1004</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f3faa54295621c5eddbbefbf4630974770f60a69">f3faa54</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>contribute:</strong> add guide to run the document site (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1001">#1001</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/37a64c5b9c1edd3c184d9d112e1539d06ddc08dc">37a64c5</a>)</li> <li><strong>object-curly-spacing:</strong> introduce <code>overrides</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/998">#998</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6452b523a48f4f21a3c1d37ca70c6246ce9fa897">6452b52</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>no-extra-parens:</strong> remove useless logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1013">#1013</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6">8e34765</a>)</li> <li>remove <code>TestCaseError#type</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1005">#1005</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/83d00c5735a3ac5a69fc053c3714cd8ca14ab5f4">83d00c5</a>)</li> <li>replace <code>Object.prototype.hasOwnProperty.call</code> with <code>Object.hasOwn</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/992">#992</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/97193e14d60d9e46b9c9a5cde3be5f2f35e9c251">97193e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ad0c6a9432b23058a46d7f68840c2755c1284263"><code>ad0c6a9</code></a> chore: release v5.5.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/995">#995</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c"><code>ba930e7</code></a> feat(comma-dangle): support <code>TSTypeParameterInstantiation</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1016">#1016</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98"><code>b3a3acf</code></a> feat(padding-line-between-statements): narrow report range to reduce noise (#...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859"><code>cd3776f</code></a> feat(comma-dangle): support <code>TSFunctionType</code> and <code>TSDeclareFunction</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1015">#1015</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6"><code>8e34765</code></a> refactor(no-extra-parens): remove useless logic (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1013">#1013</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d"><code>9d5085c</code></a> feat: update deps (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1011">#1011</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0"><code>f2837b1</code></a> feat(indent): deprecate <code>offsetTernaryExpressionsOffsetCallExpressions</code> via `...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb"><code>85ef5bc</code></a> feat(object-curly-spacing): add <code>emptyObjects</code> option to control spacing in e...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed"><code>a9ec0de</code></a> feat: new rule list-style (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/895">#895</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281"><code>2b5a39f</code></a> feat(indent): introduce <code>NewExpression</code> and <code>AwaitExpression</code> in `offsetTerna...</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.5.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.37.0 to 9.38.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.38.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485"><code>ce40f74</code></a> feat: update <code>complexity</code> rule to only highlight function header (<a href="https://redirect.github.com/eslint/eslint/issues/20048">#20048</a>) (Atul Nair)</li> <li><a href="https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1"><code>e37e590</code></a> feat: correct <code>no-loss-of-precision</code> false positives with <code>e</code> notation (<a href="https://redirect.github.com/eslint/eslint/issues/20187">#20187</a>) (Francesco Trotta)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb"><code>50c3dfd</code></a> fix: improve type support for isolated dependencies in pnpm (<a href="https://redirect.github.com/eslint/eslint/issues/20201">#20201</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65"><code>a1f06a3</code></a> fix: correct SourceCode typings (<a href="https://redirect.github.com/eslint/eslint/issues/20114">#20114</a>) (Pixel998)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a"><code>462675a</code></a> docs: improve web accessibility by hiding non-semantic character (<a href="https://redirect.github.com/eslint/eslint/issues/20205">#20205</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397"><code>c070e65</code></a> docs: correct formatting in <code>no-irregular-whitespace</code> rule documentation (<a href="https://redirect.github.com/eslint/eslint/issues/20203">#20203</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a"><code>b39e71a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9"><code>cd39983</code></a> docs: move <code>custom-formatters</code> type descriptions to <code>nodejs-api</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20190">#20190</a>) (Percy Ma)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045"><code>d17c795</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.38.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20221">#20221</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f"><code>25d0e33</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa"><code>c82b5ef</code></a> refactor: Use types from <code>@eslint/core</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20168">#20168</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8"><code>ff31609</code></a> ci: add Node.js 25 to <code>ci.yml</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20220">#20220</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859"><code>004577e</code></a> ci: bump github/codeql-action from 3 to 4 (<a href="https://redirect.github.com/eslint/eslint/issues/20211">#20211</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848"><code>eac71fb</code></a> test: remove use of <code>nodejsScope</code> option of eslint-scope from tests (<a href="https://redirect.github.com/eslint/eslint/issues/20206">#20206</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30"><code>4168a18</code></a> chore: fix typo in legacy-eslint.js (<a href="https://redirect.github.com/eslint/eslint/issues/20202">#20202</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6"><code>205dbd2</code></a> chore: fix typos (<a href="https://redirect.github.com/eslint/eslint/issues/20200">#20200</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed"><code>dbb200e</code></a> chore: use team member's username when name is not available in data (<a href="https://redirect.github.com/eslint/eslint/issues/20194">#20194</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36"><code>8962089</code></a> chore: mark deprecated rules as available until v11.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20184">#20184</a>) (Pixel998)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/8fe511b4c0fb74df3290271b29c672c3fbf3be1f"><code>8fe511b</code></a> 9.38.0</li> <li><a href="https://github.com/eslint/eslint/commit/f961736693e8b5658eb117eedbb9754be589c0ce"><code>f961736</code></a> Build: changelog update for 9.38.0</li> <li><a href="https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045"><code>d17c795</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.38.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20221">#20221</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f"><code>25d0e33</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb"><code>50c3dfd</code></a> fix: improve type support for isolated dependencies in pnpm (<a href="https://redirect.github.com/eslint/eslint/issues/20201">#20201</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa"><code>c82b5ef</code></a> refactor: Use types from <code>@eslint/core</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20168">#20168</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8"><code>ff31609</code></a> ci: add Node.js 25 to <code>ci.yml</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20220">#20220</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485"><code>ce40f74</code></a> feat: update <code>complexity</code> rule to only highlight function header (<a href="https://redirect.github.com/eslint/eslint/issues/20048">#20048</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1"><code>e37e590</code></a> feat: correct <code>no-loss-of-precision</code> false positives with <code>e</code> notation (<a href="https://redirect.github.com/eslint/eslint/issues/20187">#20187</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859"><code>004577e</code></a> ci: bump github/codeql-action from 3 to 4 (<a href="https://redirect.github.com/eslint/eslint/issues/20211">#20211</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.52.4 to 4.52.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v4.52.5</h2> <h2>4.52.5</h2> <p><em>2025-10-18</em></p> <h3>Bug Fixes</h3> <ul> <li>Always produce valid UUIDs as debugIds in sourcemaps (<a href="https://redirect.github.com/rollup/rollup/issues/6144">#6144</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6135">#6135</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6140">#6140</a>: chore(deps): update peter-evans/create-or-update-comment action to v5 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6141">#6141</a>: chore(deps): update peter-evans/find-comment action to v4 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6142">#6142</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6143">#6143</a>: chore: eslint enable concurrency option (<a href="https://github.com/btea"><code>@btea</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6144">#6144</a>: fix: generation of debugIDs with invalid length (<a href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6146">#6146</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6147">#6147</a>: chore(deps): update actions/setup-node action to v6 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>4.52.5</h2> <p><em>2025-10-18</em></p> <h3>Bug Fixes</h3> <ul> <li>Always produce valid UUIDs as debugIds in sourcemaps (<a href="https://redirect.github.com/rollup/rollup/issues/6144">#6144</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6135">#6135</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6140">#6140</a>: chore(deps): update peter-evans/create-or-update-comment action to v5 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6141">#6141</a>: chore(deps): update peter-evans/find-comment action to v4 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6142">#6142</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6143">#6143</a>: chore: eslint enable concurrency option (<a href="https://github.com/btea"><code>@btea</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6144">#6144</a>: fix: generation of debugIDs with invalid length (<a href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6146">#6146</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6147">#6147</a>: chore(deps): update actions/setup-node action to v6 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/55a8fd5a70820f274921edf394efbbaa620f0962"><code>55a8fd5</code></a> 4.52.5</li> <li><a href="https://github.com/rollup/rollup/commit/58f5a7ba212acb0abf0e463c5911c1e4ddbc28db"><code>58f5a7b</code></a> fix: generation of debugIDs with invalid length (<a href="https://redirect.github.com/rollup/rollup/issues/6144">#6144</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0b816b06429a9468e563092923efcdd1c6e97f6e"><code>0b816b0</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/6146">#6146</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/a973ed811591da37c0896a46b3eea9efbb8b8490"><code>a973ed8</code></a> chore: eslint enable concurrency option (<a href="https://redirect.github.com/rollup/rollup/issues/6143">#6143</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/bfa9e9f20c84a1b850f73a644880d84c117a6ec0"><code>bfa9e9f</code></a> chore(deps): update actions/setup-node action to v6 (<a href="https://redirect.github.com/rollup/rollup/issues/6147">#6147</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/69a9336ede7bc6a9eba1c4bace3af6d6b0081afa"><code>69a9336</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/6142">#6142</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/88b18b91e050a1bb502f19e304cc4ac617b33edc"><code>88b18b9</code></a> chore(deps): update peter-evans/create-or-update-comment action to v5 (<a href="https://redirect.github.com/rollup/rollup/issues/6140">#6140</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c9ab522187db2610d7e82d3e22c56399702d446b"><code>c9ab522</code></a> chore(deps): update peter-evans/find-comment action to v4 (<a href="https://redirect.github.com/rollup/rollup/issues/6141">#6141</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/01f02bd0c41d468f36115e6ed927964b573a4849"><code>01f02bd</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/6135">#6135</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.52.4...v4.52.5">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
faadae8527 |
chore(deps): bump the puppeteer group with 2 updates (#428)
Bumps the puppeteer group with 2 updates: [puppeteer-core](https://github.com/puppeteer/puppeteer) and [puppeteer](https://github.com/puppeteer/puppeteer). Updates `puppeteer-core` from 24.24.1 to 24.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer-core's releases</a>.</em></p> <blockquote> <h2>puppeteer-core: v24.25.0</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.24.1...puppeteer-core-v24.25.0">24.25.0</a> (2025-10-15)</h2> <h3>Features</h3> <ul> <li>roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431">9d1ad07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5">064145c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md">puppeteer-core's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.25.0">24.25.0</a> (2025-10-15)</h2> <h3>Miscellaneous Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.24.1 to 24.25.0</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431">9d1ad07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5">064145c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/7d3f88132698d4c7374ca059662d2d750001e521"><code>7d3f881</code></a> chore: fix typo (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14326">#14326</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/d16ded289f5e63ef95d9662e8d47b5d4c3a1a4e8"><code>d16ded2</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14323">#14323</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431"><code>9d1ad07</code></a> feat: roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/a6f783937cd7b0d973af8550a592915152a4b0e4"><code>a6f7839</code></a> chore: migrate to Trusted Publishing with provenance attestation (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14324">#14324</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5"><code>064145c</code></a> fix: roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>)</li> <li>See full diff in <a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.24.1...puppeteer-core-v24.25.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for puppeteer-core since your current version.</p> </details> <br /> Updates `puppeteer` from 24.24.1 to 24.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/releases">puppeteer's releases</a>.</em></p> <blockquote> <h2>puppeteer-core: v24.25.0</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v24.24.1...puppeteer-core-v24.25.0">24.25.0</a> (2025-10-15)</h2> <h3>Features</h3> <ul> <li>roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431">9d1ad07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5">064145c</a>)</li> </ul> <h2>puppeteer: v24.25.0</h2> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.25.0">24.25.0</a> (2025-10-15)</h2> <h3>Miscellaneous Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.24.1 to 24.25.0</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md">puppeteer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.25.0">24.25.0</a> (2025-10-15)</h2> <h3>Miscellaneous Chores</h3> <ul> <li><strong>puppeteer:</strong> Synchronize puppeteer versions</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li>puppeteer-core bumped from 24.24.1 to 24.25.0</li> </ul> </li> </ul> </li> </ul> <h3>Features</h3> <ul> <li>roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431">9d1ad07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>) (<a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5">064145c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/puppeteer/puppeteer/commit/7d3f88132698d4c7374ca059662d2d750001e521"><code>7d3f881</code></a> chore: fix typo (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14326">#14326</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/d16ded289f5e63ef95d9662e8d47b5d4c3a1a4e8"><code>d16ded2</code></a> chore: release main (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14323">#14323</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431"><code>9d1ad07</code></a> feat: roll to Firefox 144.0 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14322">#14322</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/a6f783937cd7b0d973af8550a592915152a4b0e4"><code>a6f7839</code></a> chore: migrate to Trusted Publishing with provenance attestation (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14324">#14324</a>)</li> <li><a href="https://github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5"><code>064145c</code></a> fix: roll to Chrome 141.0.7390.78 (<a href="https://redirect.github.com/puppeteer/puppeteer/issues/14321">#14321</a>)</li> <li>See full diff in <a href="https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.25.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for puppeteer since your current version.</p> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c7733a8180 |
docs: Update Copilot CLI instructions (#423)
This PR addresses issue #359 and updates instructions for Copilot CLI. It removes the argument section and combines it with the command field. |
||
|
|
800e7e8364 |
refactor: bundle zod together with modelcontextprotocol/sdk (#414)
Continue bundling dependencies for faster startup time. --------- Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org> |