deps: bump @playwright/cli 0.1.14 → 0.1.15#42717
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
/smoke-copilot |
|
📰 BREAKING: Smoke Copilot is now investigating this issue comment. Sources say the story is developing... |
There was a problem hiding this comment.
Pull request overview
This PR bumps the pinned @playwright/cli version used by Playwright CLI mode workflows, then regenerates the compiled workflow artifacts (goldens + .lock.yml outputs) so generated install steps match the new pin.
Changes:
- Update
DefaultPlaywrightCLIVersionfrom0.1.14→0.1.15. - Refresh the WASM compile fixture golden output to reflect the new
npm install -g @playwright/cli@...step. - Recompile workflow outputs, updating the Playwright CLI install step across many
.lock.ymlfiles (PR description notes 258).
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Updates the default pinned version used when tools.playwright.mode = "cli". |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden |
Updates golden output for the CLI install step to match the new pin. |
.github/workflows/*.lock.yml (258 files, per PR description) |
Regenerated compiled workflows reflecting the new Playwright CLI install step. |
.changeset/patch-update-playwright-cli-0.1.15.md |
Adds a changeset entry describing the dependency bump. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 17/17 changed files
- Comments generated: 0
- Review effort level: Low
|
Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
|
Comment MemoryNote This comment is managed by comment memory.It stores persistent context for this thread in the code block at the top of this comment. Warning Firewall blocked 6 domainsThe following domains were blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
|
There was a problem hiding this comment.
Smoke review: inline comments added.
Warning
Firewall blocked 6 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comcontentautofill.googleapis.comsafebrowsingohttpgateway.googleapis.comwww.google.com
To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:
network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "safebrowsingohttpgateway.googleapis.com"
- "www.google.com"See Network Configuration for more information.
📰 BREAKING: Report filed by Smoke Copilot · 366.4 AIC · ⌖ 16 AIC · ⊞ 19.9K
Comment /smoke-copilot to run again
Add label smoke to run again
Bumps
DefaultPlaywrightCLIVersionto0.1.15, which adds high-resolution screenshot support (--hiresflag) and secrets filtering from console logs.Changes
pkg/constants/version_constants.go—DefaultPlaywrightCLIVersion0.1.14→0.1.15playwright-cli-mode.golden— updated to reflect new version in generatednpm install -g @playwright/cli@0.1.15step.lock.ymlfiles — recompiled