chrome-devtools-mcp-v0.9.0
246 次代码提交
| 作者 | SHA1 | 备注 | 提交日期 | |
|---|---|---|---|---|
|
|
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> |
||
|
|
2ffe56a1a5 |
chore: clean up rollup config (#416)
Source maps were not provided for local builds. And a left out debug |
||
|
|
29fd60216c | refactor: extract common paginate type (#415) | ||
|
|
b8738221d8 |
refactor: store the last 3 navigations in PageCollector (#411)
Refactors the code to support https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/88 We keep each navigation in a separate array, that we can then expose to the user. |
||
|
|
7d78e9cfe0 | build: use local version of rollup (#413) | ||
|
|
e6a8e14d04 | chore: fix config (#412) | ||
|
|
6c8432b6b6 |
refactor: bundle modelcontextprotocol-sdk (#409)
Improve installation time. --------- Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org> |
||
|
|
41d6a107ba |
feat: add WebSocket endpoint and custom headers support (#404)
## Summary
Add support for connecting to Chrome via WebSocket endpoint with custom
headers, enabling authenticated remote debugging scenarios and providing
an alternative to the HTTP-based connection method.
## What's New
This PR introduces two new CLI arguments:
- **`--wsEndpoint` / `-w`**: Connect directly to Chrome using a
WebSocket URL
- Example: `ws://127.0.0.1:9222/devtools/browser/<id>`
- Alternative to `--browserUrl` (mutually exclusive)
- **`--wsHeaders`**: Pass custom headers for WebSocket connections (JSON
format)
- Example: `'{"Authorization":"Bearer token"}'`
- Only works with `--wsEndpoint`
## Use Cases
- **Authenticated remote debugging**: Use API keys, tokens, or custom
auth headers
- **Secured instances**: Connect to browser instances requiring
authentication
|
||
|
|
9f9dab0787 |
docs: add VM-to-host remote debugging workaround (#399)
I think this part should be included in the document, I investigated it for a long time at first, and it's not just me: https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/328 https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/131 https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/139 |
||
|
|
24d2a1379e |
chore: fix MCP registry url pattern (#402)
https://github.com/modelcontextprotocol/registry/pull/677 |
||
|
|
aa6a91e1d3 | chore: provide more info for releases (#400) | ||
|
|
b6db383888 |
ci: fix MCP registry publishing (#401)
They started omitting the version the archive and rely on the url TAG |
||
|
|
0498611429 | feat: add claude marketplace and plugin json (#396) | ||
|
|
2313fdacad |
fix: better wording for evaluate_script (#392)
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/pull/390 |
||
|
|
d8df784127 |
docs: add instructions for Qoder (#386)
Adds instructions on how to add Chrome DevTools MCP to [Qoder](https://qoder.com/). <img width="790" height="770" alt="image" src="https://github.com/user-attachments/assets/f35ea275-91c2-49af-a5a4-09539164187a" /> |
||
|
|
15d942c4f3 |
feat: add filters and pagination to the console messages tool (#387)
In the next pr, we will add ids to messages and another tool to get more details by id |
||
|
|
d47aaa96ff |
feat: support verbose snapshots (#388)
As an option allow verbose snapshots https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/363 --------- Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> |
||
|
|
579819b5e7 |
feat: use stable id for network request querying (#382)
Provides stable id when selecting a network request, this should fix issues with multiple same places and long URL selection. |
||
|
|
78bf66a7b1 | refactor: use different format for reqid (#380) | ||
|
|
0c54d93644 | chore: use a name for job (#379) | ||
|
|
f4d7b49bb1 |
feat: support stable id for network requests (#375)
This is part 1, we just expose the uid here, in a follow up PR we will be used for finding the request. |
||
|
|
76d5e9416d | refactor: dispose listeners on page destroyed (#318) | ||
|
|
dced0f0e22 |
chore(main): release chrome-devtools-mcp 0.8.1 (#371)
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.8.1](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.8.0...chrome-devtools-mcp-v0.8.1) (2025-10-13) ### Bug Fixes * add an option value to the snapshot ([#362](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/362)) ([chrome-devtools-mcp-v0.8.1 |
||
|
|
69f293de50 | docs: fix feature template (#372) | ||
|
|
2082641cc7 |
refactor: simplify snapshot generation (#369)
the only difference is that checked/pressed are only included if the element was checked/pressed. Refs: https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/363 |
||
|
|
477eef481a |
fix: update puppeteer to 24.24.1 (#370)
Fixes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/322 via https://github.com/puppeteer/puppeteer/pull/14304 Fixes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/292 via https://github.com/puppeteer/puppeteer/pull/14307 and https://github.com/puppeteer/puppeteer/pull/14306 |