-
Notifications
You must be signed in to change notification settings - Fork 61
Closed as not planned
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgo
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
- Package is still in
0.0.x(pre-1.0 experimental phase) - According to semver,
0.0.xversions can introduce breaking changes in any version - Updates dependency
playwrightfrom1.59.0-alpha-1769217009000to1.59.0-alpha-1769364499000 - Browser automation changes need verification
- Needs individual review due to pre-1.0 API instability
Safety Assessment
- 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
- [NPM Package]((redacted)
- Playwright Releases
- Playwright v1.58.0 Release Notes
- Source Repository
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-finishTesting Notes
- Run unit tests:
make test-unit - Verify Playwright MCP configuration is correctly generated in compiled workflows
- Test browser automation workflows that use the
playwrighttool - 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
Reactions are currently unavailable
Metadata
Metadata
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestgo