Skip to content

Commit e2bf4ca

Browse files
Bump Playwright (#45967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 428fb71 commit e2bf4ca

File tree

16 files changed

+75
-75
lines changed

16 files changed

+75
-75
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
<<: *default-job
363363
resource_class: 'medium+'
364364
docker:
365-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
365+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
366366
steps:
367367
- checkout
368368
- install_js:
@@ -390,7 +390,7 @@ jobs:
390390
test_e2e:
391391
<<: *default-job
392392
docker:
393-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
393+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
394394
steps:
395395
- checkout
396396
- install_js:
@@ -402,7 +402,7 @@ jobs:
402402
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
403403
<<: *default-job
404404
docker:
405-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
405+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
406406
steps:
407407
- checkout
408408
- install_js:
@@ -415,7 +415,7 @@ jobs:
415415
test_profile:
416416
<<: *default-job
417417
docker:
418-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
418+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
419419
steps:
420420
- checkout
421421
- install_js:
@@ -440,7 +440,7 @@ jobs:
440440
test_regressions:
441441
<<: *default-job
442442
docker:
443-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
443+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
444444
steps:
445445
- checkout
446446
- install_js:
@@ -513,7 +513,7 @@ jobs:
513513
test_bundling_next_webpack4:
514514
<<: *default-job
515515
docker:
516-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
516+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
517517
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
518518
steps:
519519
- checkout:
@@ -531,7 +531,7 @@ jobs:
531531
test_bundling_next_webpack5:
532532
<<: *default-job
533533
docker:
534-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
534+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
535535
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
536536
steps:
537537
- checkout:
@@ -549,7 +549,7 @@ jobs:
549549
test_bundling_create_react_app:
550550
<<: *default-job
551551
docker:
552-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
552+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
553553
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
554554
steps:
555555
- checkout:
@@ -567,7 +567,7 @@ jobs:
567567
test_bundling_snowpack:
568568
<<: *default-job
569569
docker:
570-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
570+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
571571
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
572572
steps:
573573
- checkout:
@@ -585,7 +585,7 @@ jobs:
585585
test_bundling_vite:
586586
<<: *default-job
587587
docker:
588-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
588+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
589589
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
590590
steps:
591591
- checkout:
@@ -603,7 +603,7 @@ jobs:
603603
test_bundling_esbuild:
604604
<<: *default-job
605605
docker:
606-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
606+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
607607
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
608608
steps:
609609
- checkout:
@@ -621,7 +621,7 @@ jobs:
621621
test_bundling_gatsby:
622622
<<: *default-job
623623
docker:
624-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
624+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
625625
environment:
626626
GATSBY_CPU_COUNT: '3'
627627
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
@@ -722,7 +722,7 @@ jobs:
722722
test_benchmark:
723723
<<: *default-job
724724
docker:
725-
- image: mcr.microsoft.com/playwright:v1.51.1-noble
725+
- image: mcr.microsoft.com/playwright:v1.52.0-noble
726726
steps:
727727
- checkout
728728
- install_js:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mui/system": "workspace:^",
1818
"@mui/utils": "workspace:^",
1919
"clsx": "^2.1.1",
20-
"playwright": "^1.51.1",
20+
"playwright": "^1.52.0",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"react-error-boundary": "^5.0.0",

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"express": "^4.21.2",
2626
"fs-extra": "^11.3.0",
2727
"jss": "^10.10.0",
28-
"playwright": "^1.51.1",
28+
"playwright": "^1.52.0",
2929
"prop-types": "^15.8.1",
3030
"react": "^19.1.0",
3131
"react-dom": "^19.1.0",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"cross-fetch": "^4.1.0",
139139
"gm": "^1.25.1",
140140
"marked": "^15.0.8",
141-
"playwright": "^1.51.1",
141+
"playwright": "^1.52.0",
142142
"prettier": "^3.5.3",
143143
"tailwindcss": "^4.1.4",
144144
"yargs": "^17.7.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@next/eslint-plugin-next": "^15.3.1",
133133
"@octokit/rest": "^21.1.1",
134134
"@pigment-css/react": "0.0.30",
135-
"@playwright/test": "1.51.1",
135+
"@playwright/test": "1.52.0",
136136
"@types/babel__core": "^7.20.5",
137137
"@types/babel__register": "^7.17.3",
138138
"@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
@@ -50,7 +50,7 @@
5050
"jsdom": "^26.1.0",
5151
"lodash": "^4.17.21",
5252
"mocha": "^11.1.0",
53-
"playwright": "^1.51.1",
53+
"playwright": "^1.52.0",
5454
"prop-types": "^15.8.1",
5555
"sinon": "^19.0.5"
5656
},

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"fast-glob": "^3.3.3",
6868
"fs-extra": "^11.3.0",
6969
"lodash": "^4.17.21",
70-
"playwright": "^1.51.1",
70+
"playwright": "^1.52.0",
7171
"react": "^19.1.0",
7272
"react-dom": "^19.1.0",
7373
"react-router": "^7.5.1",

0 commit comments

Comments
 (0)