Upgrade Playwright to 1.61.0-alpha-2026-05-29#319067
Open
jruales wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
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-corefrom1.59.1to1.61.0-alpha-2026-05-29. - Replace the private
_connectOverCDPTransportmodule-augmentation approach withConnectOverCDPTransportandchromium.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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.