Skip to content

Commit 2699029

Browse files
hardenglcursoragent
andcommitted
fix(dcm): bump @playwright/test to 1.60.0
Upgrade from 1.58.2 to 1.60.0 to match lightspeed and homepage workspaces. 1.58.2's playwright install --with-deps hangs consistently on Node 24 GitHub Actions runners. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ff3f84e commit 2699029

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

workspaces/dcm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@backstage/e2e-test-utils": "^0.1.1",
4949
"@backstage/repo-tools": "^0.16.2",
5050
"@changesets/cli": "^2.27.1",
51-
"@playwright/test": "1.58.2",
51+
"@playwright/test": "1.60.0",
5252
"@types/jest": "^29.5.12",
5353
"@types/node": "^20.0.0",
5454
"@types/webpack-env": "^1.18.4",

workspaces/dcm/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,7 +6649,7 @@ __metadata:
66496649
"@backstage/e2e-test-utils": "npm:^0.1.1"
66506650
"@backstage/repo-tools": "npm:^0.16.2"
66516651
"@changesets/cli": "npm:^2.27.1"
6652-
"@playwright/test": "npm:1.58.2"
6652+
"@playwright/test": "npm:1.60.0"
66536653
"@types/jest": "npm:^29.5.12"
66546654
"@types/node": "npm:^20.0.0"
66556655
"@types/webpack-env": "npm:^1.18.4"
@@ -9186,14 +9186,14 @@ __metadata:
91869186
languageName: node
91879187
linkType: hard
91889188

9189-
"@playwright/test@npm:1.58.2":
9190-
version: 1.58.2
9191-
resolution: "@playwright/test@npm:1.58.2"
9189+
"@playwright/test@npm:1.60.0":
9190+
version: 1.60.0
9191+
resolution: "@playwright/test@npm:1.60.0"
91929192
dependencies:
9193-
playwright: "npm:1.58.2"
9193+
playwright: "npm:1.60.0"
91949194
bin:
91959195
playwright: cli.js
9196-
checksum: 10/58bf90139280a0235eeeb6049e9fb4db6425e98be1bf0cc17913b068eef616cf67be57bfb36dc4cb56bcf116f498ffd0225c4916e85db404b343ea6c5efdae13
9196+
checksum: 10/a13d369014e1934b0aa484c5d59537f5249af0fe006ac4ecbcbe14c673221412706193ea2d9cf3b2c0cc69e3ddbb4daddb006f0bedfdeb05f687776ed8c35f5f
91979197
languageName: node
91989198
linkType: hard
91999199

@@ -28472,27 +28472,27 @@ __metadata:
2847228472
languageName: node
2847328473
linkType: hard
2847428474

28475-
"playwright-core@npm:1.58.2":
28476-
version: 1.58.2
28477-
resolution: "playwright-core@npm:1.58.2"
28475+
"playwright-core@npm:1.60.0":
28476+
version: 1.60.0
28477+
resolution: "playwright-core@npm:1.60.0"
2847828478
bin:
2847928479
playwright-core: cli.js
28480-
checksum: 10/8a98fcf122167e8703d525db2252de0e3da4ab9110ab6ea9951247e52d846310eb25ea2c805e1b7ccb54b4010c44e5adc3a76aae6da02f34324ccc3e76683bb1
28480+
checksum: 10/66c0f83d627e673261c848dd6fe1f2856d5b5b6859268acb61a45c00f5bf926e596a351a9c481a3a4e82a45022c7c6b5d99ebc3906fc6876ac582ed6f7e16190
2848128481
languageName: node
2848228482
linkType: hard
2848328483

28484-
"playwright@npm:1.58.2":
28485-
version: 1.58.2
28486-
resolution: "playwright@npm:1.58.2"
28484+
"playwright@npm:1.60.0":
28485+
version: 1.60.0
28486+
resolution: "playwright@npm:1.60.0"
2848728487
dependencies:
2848828488
fsevents: "npm:2.3.2"
28489-
playwright-core: "npm:1.58.2"
28489+
playwright-core: "npm:1.60.0"
2849028490
dependenciesMeta:
2849128491
fsevents:
2849228492
optional: true
2849328493
bin:
2849428494
playwright: cli.js
28495-
checksum: 10/d89d6c8a32388911b9aff9ee0f1a90076219f15c804f2b287db048b9e9cde182aea3131fac1959051d25189ed4218ec4272b137c83cd7f9cd24781cbc77edd86
28495+
checksum: 10/8569770637ee35d08cca3b53a5b56c21e9236bd1ac4718456d5988fb8acd51c5b3cc2cf90748363a36199529e870a9b6c68d6fc9e19571261cd867005d6331c1
2849628496
languageName: node
2849728497
linkType: hard
2849828498

0 commit comments

Comments
 (0)