Skip to content

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

@github-actions

Description

@github-actions

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

Metadata

Metadata

Labels

cookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency fileenhancementNew feature or requestgo

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions