Update Playwright CLI default version to 0.1.18 - #51541
Merged
Merged
Conversation
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
Contributor
PR Triage
|
Contributor
There was a problem hiding this comment.
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine CLI version bump:
@playwright/cli0.1.17→0.1.18(published 2026-08-06, outside the 3-day npm release-age cooldown).Changes
pkg/constants/version_constants.go—DefaultPlaywrightCLIVersionbumped to0.1.18.pkg/constants/version_constants_test.go— updatedexpectedVersionandpublishedAtRFC3339metadata soTestDefaultPlaywrightCLIVersionOutsideCooldownWindowvalidates against the new release date..lock.ymlworkflows and 2 golden fixtures updated tonpm 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 recompilecurrently produces unrelated drift across all 284.lock.ymlfiles on a clean tree (verified pre-existing, independent of this change — mostly newprocess_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