Skip to content

Commit a058d85

Browse files
Update playwright to v1.51.0 (#29469)
* Update playwright to v1.51.0 * Update screenshots Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent bf6ae73 commit a058d85

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.50.1-noble
1+
FROM mcr.microsoft.com/playwright:v1.51.0-noble
22

33
WORKDIR /work
44

Loading
Loading
Loading
Loading

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,11 +2168,11 @@
21682168
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
21692169

21702170
"@playwright/test@^1.40.1":
2171-
version "1.50.1"
2172-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.50.1.tgz#027d00ca77ec79688764eb765cfe9a688807bf0b"
2173-
integrity sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==
2171+
version "1.51.0"
2172+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.51.0.tgz#8d5c8400b465a0bfdbcf993e390ceecb903ea6d2"
2173+
integrity sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==
21742174
dependencies:
2175-
playwright "1.50.1"
2175+
playwright "1.51.0"
21762176

21772177
"@polka/url@^1.0.0-next.24":
21782178
version "1.0.0-next.28"
@@ -9552,17 +9552,17 @@ pkg-dir@^4.2.0:
95529552
dependencies:
95539553
find-up "^4.0.0"
95549554

9555-
playwright-core@1.50.1, playwright-core@^1.45.1:
9556-
version "1.50.1"
9557-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.50.1.tgz#6a0484f1f1c939168f40f0ab3828c4a1592c4504"
9558-
integrity sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==
9555+
playwright-core@1.51.0, playwright-core@^1.45.1:
9556+
version "1.51.0"
9557+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.51.0.tgz#bb23ea6bb6298242d088ae5e966ffcf8dc9827e8"
9558+
integrity sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==
95599559

9560-
playwright@1.50.1:
9561-
version "1.50.1"
9562-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.50.1.tgz#2f93216511d65404f676395bfb97b41aa052b180"
9563-
integrity sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==
9560+
playwright@1.51.0:
9561+
version "1.51.0"
9562+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.51.0.tgz#9ba154497ba62bc6dc199c58ee19295eb35a4707"
9563+
integrity sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==
95649564
dependencies:
9565-
playwright-core "1.50.1"
9565+
playwright-core "1.51.0"
95669566
optionalDependencies:
95679567
fsevents "2.3.2"
95689568

0 commit comments

Comments
 (0)