Skip to content

Update @playwright/mcp from 0.0.58 to 0.0.59#11848

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/update-playwright-mcp-version
Closed

Update @playwright/mcp from 0.0.58 to 0.0.59#11848
Copilot wants to merge 2 commits intomainfrom
copilot/update-playwright-mcp-version

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Bumps @playwright/mcp to 0.0.59, which includes Playwright alpha build 1.59.0-alpha-1769364499000 (from 1.59.0-alpha-1769217009000).

Changes

  • pkg/constants/constants.go: Updated DefaultPlaywrightMCPVersion constant from "0.0.58" to "0.0.59"
  • pkg/constants/constants_test.go: Updated test expectation to match new version

The version constant is used by getPlaywrightMCPPackageVersion() in pkg/workflow/mcp_playwright_config.go when generating Playwright MCP Docker configurations in compiled workflows.

Note

Pre-1.0 package - breaking changes possible in patch versions per semver for 0.0.x releases.

Original prompt

This section details on the original issue you should resolve

<issue_title>[deps]Update @playwright/mcp from 0.0.58 to 0.0.59</issue_title>
<issue_description>## Summary
Update @playwright/mcp package from 0.0.58 to 0.0.59

Current State

  • Package: @playwright/mcp
  • Current Version: 0.0.58 (in pkg/constants/constants.go - DefaultPlaywrightMCPVersion)
  • Proposed Version: 0.0.59
  • Update Type: Patch (single-version increment)

Why Separate Issue

⚠️ Pre-1.0 package requiring careful testing

  • Package is still in 0.0.x (pre-1.0 experimental phase)
  • According to semver, 0.0.x versions can introduce breaking changes in any version
  • Updates dependency playwright from 1.59.0-alpha-1769217009000 to 1.59.0-alpha-1769364499000
  • Browser automation changes need verification
  • Needs individual review due to pre-1.0 API instability

Safety Assessment

⚠️ Requires careful review

  • Pre-1.0 version indicates unstable/experimental API
  • Playwright alpha dependency update included
  • Review changelog for behavior changes
  • Test Playwright MCP configuration generation thoroughly
  • Verify browser automation workflows work correctly

Changes

  • Updates to Playwright alpha build 1.59.0-alpha-1769364499000
  • Bug fixes and improvements in browser automation
  • Latest MCP server improvements

Links

Recommended Action

# Update the constant in pkg/constants/constants.go
# Change: const DefaultPlaywrightMCPVersion Version = "0.0.58"
# To:     const DefaultPlaywrightMCPVersion Version = "0.0.59"

# Then run validation
make fmt
make test-unit
make agent-finish

Testing Notes

  • Run unit tests: make test-unit
  • Verify Playwright MCP configuration is correctly generated in compiled workflows
  • Test browser automation workflows that use the playwright tool
  • Check that the version constant is correctly used in workflow YAML generation
  • Verify no breaking changes in Playwright alpha build
  • Test on multiple browsers (Chromium, Firefox, WebKit) if possible
  • Ensure MCP server starts correctly with the new version

AI generated by Dependabot Dependency Checker

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update @playwright/mcp package from 0.0.58 to 0.0.59 Update @playwright/mcp from 0.0.58 to 0.0.59 Jan 26, 2026
Copilot AI requested a review from pelikhan January 26, 2026 10:27
@pelikhan pelikhan closed this Jan 26, 2026
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.

[deps]Update @playwright/mcp from 0.0.58 to 0.0.59

2 participants