Skip to content

chore: bump playwright to ^1.60.0 (Dependabot fix)#2

Merged
gregoryquesnel merged 1 commit into
mainfrom
chore/bump-playwright-1.55
Jun 14, 2026
Merged

chore: bump playwright to ^1.60.0 (Dependabot fix)#2
gregoryquesnel merged 1 commit into
mainfrom
chore/bump-playwright-1.55

Conversation

@gregoryquesnel

Copy link
Copy Markdown
Owner

Summary

  • Patches Playwright SSL cert verification CVE (vulnerable < 1.55.1, fixed in 1.55.1)
  • Dev-only dep under scripts/browser/ — used by verify:browser locally, not shipped to HACS users
  • Bumped to ^1.60.0 (latest line) rather than pinning to 1.55.1 to ride the patch curve

Risk

  • Low. Verify suite runs clean on 1.60.0 (all assertions pass, no console errors, screenshot generated)
  • Playwright maintains a stable API across minor versions; no script edits needed

Test plan

  • npm install playwright@latest^1.60.0
  • npx playwright install chromium → new binary
  • node verify-skywatch-dashboard.mjs → ALL PASSED
  • CI passes

Patches the SSL cert verification bug in Playwright's browser-binary
download path. Vulnerable < 1.55.1; bumping to the latest 1.60.x line
to ride the patch curve.

Dev-only dep — scripts/browser/ runs verify:browser locally and
isn't shipped to HACS users. Verify suite passes on 1.60.
@gregoryquesnel
gregoryquesnel merged commit 80810e3 into main Jun 14, 2026
4 checks passed
@gregoryquesnel
gregoryquesnel deleted the chore/bump-playwright-1.55 branch June 14, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants