Skip to content

Update Playwright CLI default version to 0.1.18 - #51541

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-playwright-cli-version
Aug 9, 2026
Merged

Update Playwright CLI default version to 0.1.18#51541
pelikhan merged 2 commits into
mainfrom
copilot/update-playwright-cli-version

Conversation

Copilot AI commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Routine CLI version bump: @playwright/cli 0.1.170.1.18 (published 2026-08-06, outside the 3-day npm release-age cooldown).

Changes

  • pkg/constants/version_constants.goDefaultPlaywrightCLIVersion bumped to 0.1.18.
  • pkg/constants/version_constants_test.go — updated expectedVersion and publishedAtRFC3339 metadata so TestDefaultPlaywrightCLIVersionOutsideCooldownWindow validates against the new release date.
  • Generated files — 14 .lock.yml workflows and 2 golden fixtures updated to npm install -g @playwright/cli@0.1.18.
  • .changeset/patch-update-playwright-cli-0.1.18.md — patch changeset, matching the convention used for prior Playwright CLI bumps.

Note on lock-file scope

make recompile currently produces unrelated drift across all 284 .lock.yml files on a clean tree (verified pre-existing, independent of this change — mostly new process_safe_outputs_items_* job outputs). To keep this diff reviewable, only the Playwright CLI version lines were regenerated; the broader drift is left for a dedicated recompile PR.

Changelog: https://github.com/microsoft/playwright-cli/releases/tag/v0.1.18

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Playwright CLI version from 0.1.17 to 0.1.18 Update Playwright CLI default version to 0.1.18 Aug 9, 2026
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

PR Triage

  • Category: chore
  • Risk: low
  • Priority: low
  • Score: 10/100 (impact 4 + urgency 4 + quality 2)
  • Recommended action: defer
    Batch: wip-inprogress\n
    WIP, agent just started, empty diff, CI in-progress.

Generated by 🔧 PR Triage Agent · auto · 58.3 AIC · ⌖ 2.48 AIC · ⊞ 8K ·

Copilot AI requested a review from pelikhan August 9, 2026 06:37
@pelikhan
pelikhan marked this pull request as ready for review August 9, 2026 11:18
Copilot AI balanced review requested due to automatic review settings August 9, 2026 11:18
@pelikhan
pelikhan merged commit d6628b2 into main Aug 9, 2026
@pelikhan
pelikhan deleted the copilot/update-playwright-cli-version branch August 9, 2026 11:19

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

Updates the default Playwright CLI dependency from 0.1.17 to 0.1.18 across compiler constants and generated workflows.

Changes:

  • Bumps the default version and cooldown metadata.
  • Refreshes 14 workflow locks and two golden fixtures.
  • Adds a patch changeset.
Show a summary per file
File Description
.changeset/patch-update-playwright-cli-0.1.18.md Adds patch release notes.
pkg/constants/version_constants.go Updates the default CLI version.
pkg/constants/version_constants_test.go Updates version and publication metadata.
pkg/workflow/testdata/wasm_golden/WasmBinary/playwright-cli-mode.golden Refreshes WASM golden output.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Refreshes compiler golden output.
.github/workflows/blog-auditor.lock.yml Updates the generated install command.
.github/workflows/cloclo.lock.yml Updates the generated install command.
.github/workflows/daily-model-inventory.lock.yml Updates the generated install command.
.github/workflows/daily-multi-device-docs-tester.lock.yml Updates the generated install command.
.github/workflows/docs-noob-tester.lock.yml Updates the generated install command.
.github/workflows/slide-deck-maintainer.lock.yml Updates the generated install command.
.github/workflows/smoke-claude.lock.yml Updates the generated install command.
.github/workflows/smoke-codex.lock.yml Updates the generated install command.
.github/workflows/smoke-copilot.lock.yml Updates the generated install command.
.github/workflows/smoke-copilot-aoai-apikey.lock.yml Updates the generated install command.
.github/workflows/smoke-copilot-aoai-entra.lock.yml Updates the generated install command.
.github/workflows/smoke-copilot-arm.lock.yml Updates the generated install command.
.github/workflows/visual-regression-checker.lock.yml Updates the generated install command.
.github/workflows/weekly-editors-health-check.lock.yml Updates the generated install command.

Review details

Tip

Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 19/19 changed files
  • Comments generated: 1
  • Review effort level: Balanced

expectedVersion Version = "0.1.17"
publishedAtRFC3339 = "2026-07-09T19:11:00Z"
expectedVersion Version = "0.1.18"
publishedAtRFC3339 = "2026-08-06T00:00:00Z"
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.

[ca] CLI version check: Playwright CLI 0.1.17 → 0.1.18 (2026-08-09)

3 participants