chore(deps-dev): bump @playwright/test from 1.55.0 to 1.62.1 (#DS-5215) - #1850
Open
lskramarov wants to merge 1 commit into
Open
chore(deps-dev): bump @playwright/test from 1.55.0 to 1.62.1 (#DS-5215)#1850lskramarov wants to merge 1 commit into
lskramarov wants to merge 1 commit into
Conversation
Resolves GHSA-7mvr-c777-76hp / CVE-2025-59288 (high): browsers were downloaded without verifying the SSL certificate, fixed in 1.55.1. The advisory had been parked in `npmAuditIgnoreAdvisories` precisely because the upgrade could not ride along inside an unrelated change; that entry goes away with it. 1.62.1 rather than the minimal 1.55.1: the screenshot cost is identical either way, since any release past 1.55.0 bumps the bundled Chromium and the baselines are compared with `threshold: 0`. Taking the latest buys seven minor releases for the same single regeneration. Bundled Chromium moves from 140.0.7339.16 to 151.0.7922.34, so all 215 committed screenshots are regenerated in this pull request via /approve-snapshots. None of the APIs removed between 1.56 and 1.62 are used here: the suite only touches `test`, `expect`, `Page`, `Locator`, `page.evaluate` and `toHaveScreenshot`. Verified locally against Chromium 151 and WebKit 26.5 — every failure is a screenshot mismatch (expected: the baselines are Linux), with no behavioural regression. In particular the clipboard round-trip in textarea still works under the headless clipboard isolation introduced in 1.62.
|
Visit the preview URL for this PR (updated for commit 35bd201): https://koobiq-next--prs-1850-dzj817uq.web.app (expires Sat, 08 Aug 2026 15:57:24 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
🚨 E2E tests failedReview the report for details. 💡 Comment |
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.
Resolves GHSA-7mvr-c777-76hp / CVE-2025-59288 (high): browsers were downloaded without verifying the SSL certificate, fixed in 1.55.1. The advisory had been parked in
npmAuditIgnoreAdvisoriesprecisely because the upgrade could not ride along inside an unrelated change; that entry goes away with it.1.62.1 rather than the minimal 1.55.1: the screenshot cost is identical either way, since any release past 1.55.0 bumps the bundled Chromium and the baselines are compared with
threshold: 0. Taking the latest buys seven minor releases for the same single regeneration.Bundled Chromium moves from 140.0.7339.16 to 151.0.7922.34, so all 215 committed screenshots are regenerated in this pull request via /approve-snapshots.
None of the APIs removed between 1.56 and 1.62 are used here: the suite only touches
test,expect,Page,Locator,page.evaluateandtoHaveScreenshot. Verified locally against Chromium 151 and WebKit 26.5 — every failure is a screenshot mismatch (expected: the baselines are Linux), with no behavioural regression. In particular the clipboard round-trip in textarea still works under the headless clipboard isolation introduced in 1.62.