Skip to content

Upgrade Playwright to 1.61.0-alpha-2026-05-29#319067

Open
jruales wants to merge 3 commits into
mainfrom
jruales/2026-05-playwright-upgrade
Open

Upgrade Playwright to 1.61.0-alpha-2026-05-29#319067
jruales wants to merge 3 commits into
mainfrom
jruales/2026-05-playwright-upgrade

Conversation

@jruales
Copy link
Copy Markdown
Contributor

@jruales jruales commented May 29, 2026

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the repo’s playwright-core dependency to 1.61.0-alpha-2026-05-29 and updates the BrowserView Playwright integration to use the newer/public CDP connection API in playwright-core.

Changes:

  • Bump playwright-core from 1.59.1 to 1.61.0-alpha-2026-05-29.
  • Replace the private _connectOverCDPTransport module-augmentation approach with ConnectOverCDPTransport and chromium.connectOverCDP(...).
  • Adjust the CDP transport send path and synthetic response typing to match the new API surface.
Show a summary per file
File Description
src/vs/platform/browserView/node/playwrightService.ts Migrates the CDP connection to Playwright’s newer connectOverCDP + ConnectOverCDPTransport types.
package.json Updates the playwright-core dependency version.
package-lock.json Locks the repo to the updated playwright-core tarball/version.

Copilot's findings

  • Files reviewed: 2/3 changed files
  • Comments generated: 1

Comment thread src/vs/platform/browserView/node/playwrightService.ts Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 2/3 changed files
  • Comments generated: 1

Comment thread src/vs/platform/browserView/node/playwrightService.ts
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 2/3 changed files
  • Comments generated: 1

Comment thread src/vs/platform/browserView/node/playwrightService.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants