Skip to content

Bump chrome-devtools-mcp from 1.8.0 to 1.9.0 in the npm-all group across 1 directory - #73

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-all-5ddaf07bbf
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-all-5ddaf07bbf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-all group with 1 update in the / directory: chrome-devtools-mcp.

Updates chrome-devtools-mcp from 1.8.0 to 1.9.0

Release notes

Sourced from chrome-devtools-mcp's releases.

chrome-devtools-mcp: v1.9.0

1.9.0 (2026-09-08)

🎉 Features

  • Add --allow-unrestricted-paths by default for CLI (#2618) (2dc104c)
  • add Agent Plugins 1.0 package (#2623) (05d9e55)
  • add an option to turn off js execution tools (#2627) (a78566e)
  • Add cookie-debugging skill and improve network/pages tool descriptions (#2596) (6a67552)
  • add screencast fps option (#2312) (2e641d8)
  • extend --no-javascript-evaluation to cover navigations and initScripts (#2638) (4993a0f)
  • option to disable source maps (#2628) (4430a76)
  • performance: set default trace buffer size to match DevTools (1.2gb) (#2614) (d1baa90)
  • support configurable filesystem roots (#2605) (d00e6f8)

🛠️ Fixes

  • detect scheduled script navigations (#2622) (1b2c0e5)
  • do not enable the DevTools frontend Audits subscription (#2625) (d1e73ff)
  • filter out Chrome webui targets by default (#2648) (020c048)
  • honor background when new_page uses isolatedContext (#2658) (f215c82)
  • memory: expliclity mention the need of a flag (#2620) (46c3e05)
  • truncate long urls in concise network request output (#2513) (552c870)
  • validate viewport and geolocation inputs in emulate tool (#2663) (808aed6), closes #2662

📄 Documentation

🏗️ Refactor

Changelog

Sourced from chrome-devtools-mcp's changelog.

1.9.0 (2026-09-08)

🎉 Features

  • Add --allow-unrestricted-paths by default for CLI (#2618) (2dc104c)
  • add Agent Plugins 1.0 package (#2623) (05d9e55)
  • add an option to turn off js execution tools (#2627) (a78566e)
  • Add cookie-debugging skill and improve network/pages tool descriptions (#2596) (6a67552)
  • add screencast fps option (#2312) (2e641d8)
  • extend --no-javascript-evaluation to cover navigations and initScripts (#2638) (4993a0f)
  • option to disable source maps (#2628) (4430a76)
  • performance: set default trace buffer size to match DevTools (1.2gb) (#2614) (d1baa90)
  • support configurable filesystem roots (#2605) (d00e6f8)

🛠️ Fixes

  • detect scheduled script navigations (#2622) (1b2c0e5)
  • do not enable the DevTools frontend Audits subscription (#2625) (d1e73ff)
  • filter out Chrome webui targets by default (#2648) (020c048)
  • honor background when new_page uses isolatedContext (#2658) (f215c82)
  • memory: expliclity mention the need of a flag (#2620) (46c3e05)
  • truncate long urls in concise network request output (#2513) (552c870)
  • validate viewport and geolocation inputs in emulate tool (#2663) (808aed6), closes #2662

📄 Documentation

🏗️ Refactor

Commits
  • 1cec9cd chore(main): release chrome-devtools-mcp 1.9.0 (#2619)
  • 02c5911 test: migrate screencast tests off withMcpContext to unit tests (#2683)
  • bf9d0a4 chore(deps): bump third_party/devtools-frontend from 330f6aa to d1a4fbf (...
  • a918b7b refactor: extract browser options (#2654)
  • d820bd7 build: fix devtools-frontend dependabot ignore rule (#2681)
  • d4fa58b test: migrate emulation tests off withMcpContext to unit tests (#2665)
  • dc1d559 chore: disable prettier ignore for files updated by release-please (#2680)
  • 4430a76 feat: option to disable source maps (#2628)
  • 757b1fe chore(deps-dev): bump puppeteer from 25.9.0 to 25.10.0 in the bundled group (...
  • 086299a test: add sinon mock utils and emulate tool unit tests (#2641)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2026
@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: ed4688a3-da6c-4765-8ba4-2daf555c58cf

📥 Commits

Reviewing files that changed from the base of the PR and between b5f1888 and f6d8034.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The pull request updates the chrome-devtools-mcp development dependency in package.json from 1.8.0 to 1.9.0.

Priority: ⬇️ Low

Merge Risk: ⚪ Minimal · up to f6d80

This dependency-only update is ready to merge; no actionable risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency and the version update from 1.8.0 to 1.9.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/npm-all-5ddaf07bbf

Comment @coderabbitai help to get the list of available commands.

@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

Bumps the npm-all group with 1 update in the / directory: [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp).


Updates `chrome-devtools-mcp` from 1.8.0 to 1.9.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-v1.8.0...chrome-devtools-mcp-v1.9.0)

---
updated-dependencies:
- dependency-name: chrome-devtools-mcp
  dependency-version: 1.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump chrome-devtools-mcp from 1.8.0 to 1.9.0 in the npm-all group Bump chrome-devtools-mcp from 1.8.0 to 1.9.0 in the npm-all group across 1 directory Sep 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-all-5ddaf07bbf branch from f6d8034 to 362b774 Compare September 17, 2026 05:24
@github-actions

Copy link
Copy Markdown

Qodana for Python

1 new problem were found

Inspection name Severity Problems
Unbound local variables 🔶 Warning 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.2.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@github-actions

Copy link
Copy Markdown

Qodana Community for C/C++

It seems all right 👌

No new problems were found according to the checks applied

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.2.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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