Skip to content

Commit 2ed34eb

Browse files
authored
Update @playwright/test (#32917)
Routine update. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32917). * #32918 * __->__ #32917
1 parent 707b3fc commit 2ed34eb

File tree

6 files changed

+64
-566
lines changed

6 files changed

+64
-566
lines changed

compiler/apps/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/types": "7.26.3",
2828
"@heroicons/react": "^1.0.6",
2929
"@monaco-editor/react": "^4.4.6",
30-
"@playwright/test": "^1.42.1",
30+
"@playwright/test": "^1.51.1",
3131
"@use-gesture/react": "^10.2.22",
3232
"hermes-eslint": "^0.25.0",
3333
"hermes-parser": "^0.25.0",

compiler/apps/playground/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,12 @@
781781
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
782782
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
783783

784-
"@playwright/test@^1.42.1":
785-
version "1.47.2"
786-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.47.2.tgz#dbe7051336bfc5cc599954214f9111181dbc7475"
787-
integrity sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==
784+
"@playwright/test@^1.51.1":
785+
version "1.51.1"
786+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.51.1.tgz#75357d513221a7be0baad75f01e966baf9c41a2e"
787+
integrity sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==
788788
dependencies:
789-
playwright "1.47.2"
789+
playwright "1.51.1"
790790

791791
"@rtsao/scc@^1.1.0":
792792
version "1.1.0"
@@ -3008,17 +3008,17 @@ pirates@^4.0.1:
30083008
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
30093009
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
30103010

3011-
playwright-core@1.47.2:
3012-
version "1.47.2"
3013-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.2.tgz#7858da9377fa32a08be46ba47d7523dbd9460a4e"
3014-
integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==
3011+
playwright-core@1.51.1:
3012+
version "1.51.1"
3013+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.51.1.tgz#d57f0393e02416f32a47cf82b27533656a8acce1"
3014+
integrity sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==
30153015

3016-
playwright@1.47.2:
3017-
version "1.47.2"
3018-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.2.tgz#155688aa06491ee21fb3e7555b748b525f86eb20"
3019-
integrity sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==
3016+
playwright@1.51.1:
3017+
version "1.51.1"
3018+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.51.1.tgz#ae1467ee318083968ad28d6990db59f47a55390f"
3019+
integrity sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==
30203020
dependencies:
3021-
playwright-core "1.47.2"
3021+
playwright-core "1.51.1"
30223022
optionalDependencies:
30233023
fsevents "2.3.2"
30243024

fixtures/flight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"webpack-manifest-plugin": "^4.0.2"
6767
},
6868
"devDependencies": {
69-
"@playwright/test": "^1.49.1"
69+
"@playwright/test": "^1.51.1"
7070
},
7171
"scripts": {
7272
"predev": "cp -r ../../build/oss-experimental/* ./node_modules/",

fixtures/flight/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2748,12 +2748,12 @@
27482748
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
27492749
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
27502750

2751-
"@playwright/test@^1.49.1":
2752-
version "1.49.1"
2753-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.1.tgz#55fa360658b3187bfb6371e2f8a64f50ef80c827"
2754-
integrity sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==
2751+
"@playwright/test@^1.51.1":
2752+
version "1.51.1"
2753+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.51.1.tgz#75357d513221a7be0baad75f01e966baf9c41a2e"
2754+
integrity sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==
27552755
dependencies:
2756-
playwright "1.49.1"
2756+
playwright "1.51.1"
27572757

27582758
"@pmmmwh/react-refresh-webpack-plugin@0.5.15":
27592759
version "0.5.15"
@@ -7284,17 +7284,17 @@ pkg-up@^3.1.0:
72847284
dependencies:
72857285
find-up "^3.0.0"
72867286

7287-
playwright-core@1.49.1:
7288-
version "1.49.1"
7289-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.1.tgz#32c62f046e950f586ff9e35ed490a424f2248015"
7290-
integrity sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==
7287+
playwright-core@1.51.1:
7288+
version "1.51.1"
7289+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.51.1.tgz#d57f0393e02416f32a47cf82b27533656a8acce1"
7290+
integrity sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==
72917291

7292-
playwright@1.49.1:
7293-
version "1.49.1"
7294-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.1.tgz#830266dbca3008022afa7b4783565db9944ded7c"
7295-
integrity sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==
7292+
playwright@1.51.1:
7293+
version "1.51.1"
7294+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.51.1.tgz#ae1467ee318083968ad28d6990db59f47a55390f"
7295+
integrity sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==
72967296
dependencies:
7297-
playwright-core "1.49.1"
7297+
playwright-core "1.51.1"
72987298
optionalDependencies:
72997299
fsevents "2.3.2"
73007300

packages/react-devtools-inline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/preset-env": "^7.11.0",
3434
"@babel/preset-flow": "^7.10.4",
3535
"@babel/preset-react": "^7.10.4",
36-
"@playwright/test": "^1.16.3",
36+
"@playwright/test": "^1.51.1",
3737
"babel-core": "^7.0.0-bridge",
3838
"babel-eslint": "^9.0.0",
3939
"babel-loader": "^8.0.4",

0 commit comments

Comments
 (0)