Skip to content

Bump chrome-devtools-mcp from 0.21.0 to 1.1.0#241

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/chrome-devtools-mcp-1.1.0
Open

Bump chrome-devtools-mcp from 0.21.0 to 1.1.0#241
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/chrome-devtools-mcp-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps chrome-devtools-mcp from 0.21.0 to 1.1.0.

Release notes

Sourced from chrome-devtools-mcp's releases.

chrome-devtools-mcp: v1.1.0

1.1.0 (2026-05-26)

🎉 Features

  • add extraHttpHeaders emulation to emulate tool (#1176) (6992106)
  • created cursor plugin.json setting file with release auto versioning (#2091) (10c8205)

🛠️ Fixes

📄 Documentation

  • align coding agent examples with Antigravity (#2094) (ce31594)
  • fix installation instructions for VS Code (#2087) (9f47df3)

🏗️ Refactor

chrome-devtools-mcp: v1.0.1

1.0.1 (2026-05-18)

🛠️ Fixes

  • include saved image paths in CLI JSON output (#2070) (a9fb555)

📄 Documentation

chrome-devtools-mcp: v1.0.0

1.0.0 (2026-05-18)

... (truncated)

Changelog

Sourced from chrome-devtools-mcp's changelog.

1.1.0 (2026-05-26)

🎉 Features

  • add extraHttpHeaders emulation to emulate tool (#1176) (6992106)
  • created cursor plugin.json setting file with release auto versioning (#2091) (10c8205)

🛠️ Fixes

📄 Documentation

  • align coding agent examples with Antigravity (#2094) (ce31594)
  • fix installation instructions for VS Code (#2087) (9f47df3)

🏗️ Refactor

1.0.1 (2026-05-18)

🛠️ Fixes

  • include saved image paths in CLI JSON output (#2070) (a9fb555)

📄 Documentation

1.0.0 (2026-05-18)

🎉 Features

  • report new URL after actions that trigger navigation (#1853) (b594858)

... (truncated)

Commits
  • 0089ebd chore(main): release chrome-devtools-mcp 1.1.0 (#2086)
  • 329fbf1 build: update expected npm publish output (#2140)
  • 7eb8e73 build: add plugins to prettier ignorelist (#2141)
  • f3ef0fb chore(deps-dev): bump puppeteer from 25.0.4 to 25.1.0 in the bundled group (#...
  • 5ee13b3 test: improve webmcp tests (#2139)
  • 0c3ac37 fix: Set viewport after updating timeouts when setting emulation (#2134)
  • 521c388 refactor: remove redundant validatePath calls (#2136)
  • 43b934c fix: exit on stdin EOF and SIGTERM/SIGINT/SIGHUP, closing the browser cleanly...
  • 8ea5f09 fix: use pinned version for plugins (#2135)
  • 176eb69 fix: use realpath for MCP roots validation (#2127)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) from 0.21.0 to 1.1.0.
- [Release notes](https://github.com/ChromeDevTools/chrome-devtools-mcp/releases)
- [Changelog](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/CHANGELOG.md)
- [Commits](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.21.0...chrome-devtools-mcp-v1.1.0)

---
updated-dependencies:
- dependency-name: chrome-devtools-mcp
  dependency-version: 1.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@cursor

cursor Bot commented Jun 19, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Major-version devDependency upgrade for browser/MCP tooling can break agent or local automation workflows, but it does not touch runtime app code.

Overview
Dependabot bumps the devDependency chrome-devtools-mcp from ^0.21.0 to ^1.1.0 in package.json, with the matching lockfile entry updated in package-lock.json. No application source, scripts, or config in this repo are changed—only the pinned transitive version of the Chrome DevTools MCP server package.

That package sits behind local agent/browser automation (e.g. the chrome-devtools-axi skill, which wraps chrome-devtools-mcp). After merge, npm install will pull 1.x, which is a major jump from 0.21 and may include tool/API behavior changes (upstream notes include requiring pageId and other CLI/MCP fixes). Worth a quick smoke test of any flows that rely on the devtools MCP or axi CLI if those are part of your workflow.

Reviewed by Cursor Bugbot for commit 9738c98. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants