Skip to content

Commit 905b71e

Browse files
Bump playwright monorepo (#46818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent 5abd13e commit 905b71e

File tree

7 files changed

+55
-55
lines changed

7 files changed

+55
-55
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
<<: *default-job
270270
resource_class: 'medium+'
271271
docker:
272-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
272+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
273273
steps:
274274
- checkout
275275
- install_js:
@@ -297,7 +297,7 @@ jobs:
297297
test_e2e:
298298
<<: *default-job
299299
docker:
300-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
300+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
301301
steps:
302302
- checkout
303303
- install_js:
@@ -309,7 +309,7 @@ jobs:
309309
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
310310
<<: *default-job
311311
docker:
312-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
312+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
313313
steps:
314314
- checkout
315315
- install_js:
@@ -322,7 +322,7 @@ jobs:
322322
test_profile:
323323
<<: *default-job
324324
docker:
325-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
325+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
326326
steps:
327327
- checkout
328328
- install_js:
@@ -347,7 +347,7 @@ jobs:
347347
test_regressions:
348348
<<: *default-job
349349
docker:
350-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
350+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
351351
steps:
352352
- checkout
353353
- install_js:
@@ -422,7 +422,7 @@ jobs:
422422
test_bundling_next_webpack4:
423423
<<: *default-job
424424
docker:
425-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
425+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
426426
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
427427
steps:
428428
- checkout:
@@ -440,7 +440,7 @@ jobs:
440440
test_bundling_next_webpack5:
441441
<<: *default-job
442442
docker:
443-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
443+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
444444
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
445445
steps:
446446
- checkout:
@@ -458,7 +458,7 @@ jobs:
458458
test_bundling_create_react_app:
459459
<<: *default-job
460460
docker:
461-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
461+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
462462
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
463463
steps:
464464
- checkout:
@@ -476,7 +476,7 @@ jobs:
476476
test_bundling_snowpack:
477477
<<: *default-job
478478
docker:
479-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
479+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
480480
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
481481
steps:
482482
- checkout:
@@ -494,7 +494,7 @@ jobs:
494494
test_bundling_vite:
495495
<<: *default-job
496496
docker:
497-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
497+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
498498
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
499499
steps:
500500
- checkout:
@@ -512,7 +512,7 @@ jobs:
512512
test_bundling_esbuild:
513513
<<: *default-job
514514
docker:
515-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
515+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
516516
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
517517
steps:
518518
- checkout:
@@ -530,7 +530,7 @@ jobs:
530530
test_bundling_gatsby:
531531
<<: *default-job
532532
docker:
533-
- image: mcr.microsoft.com/playwright:v1.54.2-noble
533+
- image: mcr.microsoft.com/playwright:v1.55.0-noble
534534
environment:
535535
GATSBY_CPU_COUNT: '3'
536536
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/

apps/pigment-css-vite-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mui/material-pigment-css": "workspace:^",
1616
"@mui/system": "workspace:^",
1717
"@mui/utils": "workspace:^",
18-
"@playwright/test": "^1.54.2",
18+
"@playwright/test": "^1.55.0",
1919
"clsx": "^2.1.1",
2020
"react": "^19.1.1",
2121
"react-dom": "^19.1.1",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"@mui/internal-docs-utils": "workspace:^",
112112
"@mui/internal-scripts": "workspace:^",
113113
"@mui/internal-test-utils": "workspace:^",
114-
"@playwright/test": "^1.54.2",
114+
"@playwright/test": "^1.55.0",
115115
"@types/autosuggest-highlight": "^3.2.3",
116116
"@types/chai": "^4.3.20",
117117
"@types/chance": "^1.1.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@next/eslint-plugin-next": "^15.5.0",
123123
"@octokit/rest": "^22.0.0",
124124
"@pigment-css/react": "0.0.30",
125-
"@playwright/test": "1.54.2",
125+
"@playwright/test": "1.55.0",
126126
"@types/babel__core": "^7.20.5",
127127
"@types/babel__register": "^7.17.3",
128128
"@types/fs-extra": "^11.0.4",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"sinon": "^21.0.0"
5555
},
5656
"devDependencies": {
57-
"@playwright/test": "^1.54.2",
57+
"@playwright/test": "^1.55.0",
5858
"@types/chai": "^4.3.20",
5959
"@types/chai-dom": "^1.11.3",
6060
"@types/format-util": "^1.0.4",

0 commit comments

Comments
 (0)