Skip to content

deps: bump default @playwright/mcp to 0.0.77#42737

Merged
pelikhan merged 3 commits into
mainfrom
copilot/deps-update-playwright-mcp
Jul 1, 2026
Merged

deps: bump default @playwright/mcp to 0.0.77#42737
pelikhan merged 3 commits into
mainfrom
copilot/deps-update-playwright-mcp

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This updates gh-aw’s pinned default @playwright/mcp version from 0.0.76 to 0.0.77 so new patch-level behavior (including screenshot scaling support and upstream security/robustness fixes) is available by default. Scope is intentionally limited to the version pin and release-note metadata.

  • Dependency default update

    • Updated DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go:
    // DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package
    const DefaultPlaywrightMCPVersion Version = "0.0.77"
  • Release metadata

    • Added a changeset entry: .changeset/patch-update-playwright-mcp-0.0.77.md
    • Documents the default Playwright MCP bump for the next patch release.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update @playwright/mcp from 0.0.76 to 0.0.77 deps: bump default @playwright/mcp to 0.0.77 Jul 1, 2026
Copilot AI requested a review from pelikhan July 1, 2026 12:38
@pelikhan pelikhan marked this pull request as ready for review July 1, 2026 12:42
Copilot AI review requested due to automatic review settings July 1, 2026 12:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request bumps gh-aw’s default pinned npm version for @playwright/mcp so new patch-level behavior and fixes are picked up by default, and records the change in release metadata via a changeset.

Changes:

  • Update DefaultPlaywrightMCPVersion from 0.0.76 to 0.0.77.
  • Add a patch changeset documenting the default version bump for the next release.
Show a summary per file
File Description
pkg/constants/version_constants.go Bumps the default @playwright/mcp version constant to 0.0.77.
.changeset/patch-update-playwright-mcp-0.0.77.md Adds patch release-note metadata describing the default version bump.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Low

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #42737 does not have the 'implementation' label and has ≤100 new lines of code in business logic directories (only 1 addition in default business dirs).

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

PR Code Quality Reviewer completed the code quality review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean, minimal version bump from 0.0.76 to 0.0.77. The change is correctly scoped to the default version constant and is accompanied by a properly formatted patch-level changeset entry. No issues found.

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · 13.2 AIC · ⌖ 8.77 AIC · ⊞ 4.9K

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Clean version bump — approved

Two-file change; both are correct and consistent. No test fixtures hardcode the version, and the old string survives only in historical CHANGELOG/prior-changeset entries as expected.

🔎 Code quality review by PR Code Quality Reviewer · 27.2 AIC · ⌖ 7 AIC · ⊞ 1.6K
Comment /review to run again

@github-actions github-actions Bot mentioned this pull request Jul 1, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /grill-with-docs — this is a tightly scoped patch-level dependency bump with no code logic changes.

Positive Highlights

  • ✅ Version constant is the single source of truth — clean, centralised change
  • ✅ Changeset file follows the established naming convention and format
  • ✅ PR description provides good context about the upstream changes included in 0.0.77

No blocking issues found.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 27.9 AIC · ⌖ 7.2 AIC · ⊞ 6.6K
Comment /matt to run again

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, confirm this dependency bump is complete, and rerun checks if you make any follow-up changes. This PR looks close to ready for maintainer review.

Generated by 👨‍🍳 PR Sous Chef · 22.6 AIC · ⌖ 15.7 AIC · ⊞ 4K ·

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot please run the pr-finisher skill, confirm this dependency bump is complete, and rerun checks if you make any follow-up changes. This PR looks close to ready for maintainer review.

...

Done. Here's the full merge-ready summary:

  • ✅ Reviews — No unresolved threads. Three github-actions[bot] APPROVED reviews (Impeccable Skills Reviewer, PR Code Quality Reviewer, Matt Pocock Skills Reviewer) all approved the current HEAD (370a418).
  • ✅ Checks (local) — make fmt, make lint, and make test-unit all pass cleanly.
  • ❓ Checks (CI) — All 96 completed check runs on the current HEAD show success or skipped; the only in_progress job is the current agent session. No prior failures to fix.
  • ✅ Mergeable — PR is open, not a draft, with three automated approvals and no blocking issues.

Actions taken: No file changes required — the dependency bump and changeset were already complete and correct.

Hand-off: Ready for maintainer merge (PR has the pr-action:auto_merge label; a maintainer trigger or approval may finalize it).

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Hey @Copilot 👋 — thanks for the @playwright/mcp patch bump to 0.0.77! The change is clean and well-described. One minor flag from the automated checklist:

  • No test changespkg/constants/version_constants.go has no corresponding test file updates. For a version constant bump this is typically fine (the value is exercised at integration level), but if there's an existing snapshot or integration test that asserts the default Playwright MCP version, it may need updating.

If you'd like a quick check, you can run this prompt:

Search pkg/ and any test files for references to "0.0.76" or DefaultPlaywrightMCPVersion.
If any test or snapshot asserts the old version string, update it to "0.0.77".

Generated by ✅ Contribution Check · 152.2 AIC · ⌖ 12.6 AIC · ⊞ 6.3K ·

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, confirm whether any remaining review feedback or follow-up work still applies after this dependency bump, and rerun checks if you make changes. If no further changes are needed, leave a concise status update for maintainers.

Generated by 👨‍🍳 PR Sous Chef · 26.4 AIC · ⌖ 10.4 AIC · ⊞ 4K ·

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot please run the pr-finisher skill, confirm whether any remaining review feedback or follow-up work still applies after this dependency bump, and rerun checks if you make changes. If no furth...

No further changes needed. Current state:

  • ✅ Reviews — No unresolved threads. Three github-actions[bot] APPROVED reviews on HEAD 370a418; no blocking feedback.
  • ✅ Checks (local) — make fmt, make lint, make test-unit all pass (verified in prior run; no file changes since).
  • ❓ Checks (CI) — All 97 completed check runs show success or skipped. No failures to address.
  • ✅ Mergeable — PR is open, not a draft, with pr-action:auto_merge label set.

Ready for maintainer merge.

@pelikhan

pelikhan commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

…laywright-mcp

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

@copilot merge main and recompile

Done. Merged main (9a8a121) into the branch and recompiled — all 258 workflows compiled successfully. Merge commit: 138999b.

@pelikhan pelikhan merged commit be1286a into main Jul 1, 2026
@pelikhan pelikhan deleted the copilot/deps-update-playwright-mcp branch July 1, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deps] Update @playwright/mcp from 0.0.76 to 0.0.77

4 participants