Skip to content

[deps]Update @playwright/mcp from 0.0.63 to 0.0.64 #14089

@github-actions

Description

@github-actions

Summary

Update @playwright/mcp package from 0.0.63 to 0.0.64

Current State

  • Package: @playwright/mcp
  • Current Version: 0.0.63 (in pkg/constants/constants.go - DefaultPlaywrightMCPVersion)
  • Proposed Version: 0.0.64
  • Update Type: Patch

Safety Assessment

Safe patch update

  • Single-version patch increment (0.0.63 → 0.0.64)
  • Early alpha/pre-release version where patches are common
  • No breaking changes expected in patch updates
  • Backward compatible per NPM versioning conventions

Changes

Based on the NPM registry, this appears to be a routine patch update in the Playwright MCP alpha series. The package is still in early development (0.0.x versions), so updates are frequent.

Note: The Playwright project has recently introduced Playwright CLI+SKILLs as a token-efficient mode of operation (announced in v1.58.0 release), but this update is specifically for the @playwright/mcp package version.

Links

Recommended Action

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

# Then rebuild and test
make build
make test-unit

Testing Notes

  • Run unit tests: make test-unit
  • Verify Playwright MCP configuration generation in compiled workflows
  • Test browser automation workflows that use the playwright tool
  • Check that the version is correctly used in compiled workflows
  • Verify MCP server initialization with the new version

AI generated by Dependabot Dependency Checker

  • expires on Feb 8, 2026, 9:22 AM UTC

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