Skip to content

Commit a1742fc

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

File tree

16 files changed

+75
-75
lines changed

16 files changed

+75
-75
lines changed

.circleci/config.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
<<: *default-job
380380
resource_class: 'medium+'
381381
docker:
382-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
382+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
383383
steps:
384384
- checkout
385385
- install_js:
@@ -407,7 +407,7 @@ jobs:
407407
test_e2e:
408408
<<: *default-job
409409
docker:
410-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
410+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
411411
steps:
412412
- checkout
413413
- install_js:
@@ -419,7 +419,7 @@ jobs:
419419
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
420420
<<: *default-job
421421
docker:
422-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
422+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
423423
steps:
424424
- checkout
425425
- install_js:
@@ -432,7 +432,7 @@ jobs:
432432
test_profile:
433433
<<: *default-job
434434
docker:
435-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
435+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
436436
steps:
437437
- checkout
438438
- install_js:
@@ -457,7 +457,7 @@ jobs:
457457
test_regressions:
458458
<<: *default-job
459459
docker:
460-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
460+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
461461
steps:
462462
- checkout
463463
- install_js:
@@ -527,7 +527,7 @@ jobs:
527527
test_bundling_next_webpack4:
528528
<<: *default-job
529529
docker:
530-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
530+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
531531
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
532532
steps:
533533
- checkout:
@@ -545,7 +545,7 @@ jobs:
545545
test_bundling_next_webpack5:
546546
<<: *default-job
547547
docker:
548-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
548+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
549549
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
550550
steps:
551551
- checkout:
@@ -563,7 +563,7 @@ jobs:
563563
test_bundling_create_react_app:
564564
<<: *default-job
565565
docker:
566-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
566+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
567567
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
568568
steps:
569569
- checkout:
@@ -581,7 +581,7 @@ jobs:
581581
test_bundling_snowpack:
582582
<<: *default-job
583583
docker:
584-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
584+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
585585
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
586586
steps:
587587
- checkout:
@@ -599,7 +599,7 @@ jobs:
599599
test_bundling_vite:
600600
<<: *default-job
601601
docker:
602-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
602+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
603603
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
604604
steps:
605605
- checkout:
@@ -617,7 +617,7 @@ jobs:
617617
test_bundling_esbuild:
618618
<<: *default-job
619619
docker:
620-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
620+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
621621
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
622622
steps:
623623
- checkout:
@@ -635,7 +635,7 @@ jobs:
635635
test_bundling_gatsby:
636636
<<: *default-job
637637
docker:
638-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
638+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
639639
environment:
640640
GATSBY_CPU_COUNT: '3'
641641
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
@@ -736,7 +736,7 @@ jobs:
736736
test_benchmark:
737737
<<: *default-job
738738
docker:
739-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
739+
- image: mcr.microsoft.com/playwright:v1.51.1-noble
740740
steps:
741741
- checkout
742742
- install_js:

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

+1-1
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.50.1",
20+
"playwright": "^1.51.1",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"react-error-boundary": "^5.0.0",

benchmark/package.json

+1-1
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.50.1",
28+
"playwright": "^1.51.1",
2929
"prop-types": "^15.8.1",
3030
"react": "^19.0.0",
3131
"react-dom": "^19.0.0",

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"cross-fetch": "^4.1.0",
138138
"gm": "^1.25.1",
139139
"marked": "^15.0.7",
140-
"playwright": "^1.50.1",
140+
"playwright": "^1.51.1",
141141
"prettier": "^3.5.3",
142142
"tailwindcss": "^3.4.17",
143143
"yargs": "^17.7.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@next/eslint-plugin-next": "^15.2.2",
131131
"@octokit/rest": "^21.1.1",
132132
"@pigment-css/react": "0.0.30",
133-
"@playwright/test": "1.50.1",
133+
"@playwright/test": "1.51.1",
134134
"@types/babel__core": "^7.20.5",
135135
"@types/fs-extra": "^11.0.4",
136136
"@types/lodash": "^4.17.16",

packages-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jsdom": "^26.0.0",
5151
"lodash": "^4.17.21",
5252
"mocha": "^11.1.0",
53-
"playwright": "^1.50.1",
53+
"playwright": "^1.51.1",
5454
"prop-types": "^15.8.1",
5555
"sinon": "^19.0.2"
5656
},

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"fast-glob": "^3.3.3",
6969
"fs-extra": "^11.3.0",
7070
"lodash": "^4.17.21",
71-
"playwright": "^1.50.1",
71+
"playwright": "^1.51.1",
7272
"react": "^19.0.0",
7373
"react-dom": "^19.0.0",
7474
"react-router": "^7.3.0",

0 commit comments

Comments
 (0)