Skip to content

Commit 2b7493b

Browse files
Bump playwright monorepo (#47090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72d89f2 commit 2b7493b

File tree

6 files changed

+50
-50
lines changed

6 files changed

+50
-50
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
<<: *default-job
272272
resource_class: 'medium+'
273273
docker:
274-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
274+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
275275
steps:
276276
- checkout
277277
- install_js:
@@ -299,7 +299,7 @@ jobs:
299299
test_e2e:
300300
<<: *default-job
301301
docker:
302-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
302+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
303303
steps:
304304
- checkout
305305
- install_js:
@@ -311,7 +311,7 @@ jobs:
311311
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
312312
<<: *default-job
313313
docker:
314-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
314+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
315315
steps:
316316
- checkout
317317
- install_js:
@@ -324,7 +324,7 @@ jobs:
324324
test_profile:
325325
<<: *default-job
326326
docker:
327-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
327+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
328328
steps:
329329
- checkout
330330
- install_js:
@@ -349,7 +349,7 @@ jobs:
349349
test_regressions:
350350
<<: *default-job
351351
docker:
352-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
352+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
353353
steps:
354354
- checkout
355355
- install_js:
@@ -421,7 +421,7 @@ jobs:
421421
test_bundling_next_webpack4:
422422
<<: *default-job
423423
docker:
424-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
424+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
425425
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
426426
steps:
427427
- checkout:
@@ -439,7 +439,7 @@ jobs:
439439
test_bundling_next_webpack5:
440440
<<: *default-job
441441
docker:
442-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
442+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
443443
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
444444
steps:
445445
- checkout:
@@ -457,7 +457,7 @@ jobs:
457457
test_bundling_create_react_app:
458458
<<: *default-job
459459
docker:
460-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
460+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
461461
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
462462
steps:
463463
- checkout:
@@ -475,7 +475,7 @@ jobs:
475475
test_bundling_snowpack:
476476
<<: *default-job
477477
docker:
478-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
478+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
479479
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
480480
steps:
481481
- checkout:
@@ -493,7 +493,7 @@ jobs:
493493
test_bundling_vite:
494494
<<: *default-job
495495
docker:
496-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
496+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
497497
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
498498
steps:
499499
- checkout:
@@ -511,7 +511,7 @@ jobs:
511511
test_bundling_esbuild:
512512
<<: *default-job
513513
docker:
514-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
514+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
515515
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
516516
steps:
517517
- checkout:
@@ -529,7 +529,7 @@ jobs:
529529
test_bundling_gatsby:
530530
<<: *default-job
531531
docker:
532-
- image: mcr.microsoft.com/playwright:v1.56.0-noble
532+
- image: mcr.microsoft.com/playwright:v1.56.1-noble
533533
environment:
534534
GATSBY_CPU_COUNT: '3'
535535
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/

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.56.0",
114+
"@playwright/test": "^1.56.1",
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
@@ -116,7 +116,7 @@
116116
"@octokit/rest": "^22.0.0",
117117
"@pigment-css/react": "0.0.30",
118118
"@pnpm/find-workspace-dir": "^1000.1.3",
119-
"@playwright/test": "1.56.0",
119+
"@playwright/test": "1.56.1",
120120
"@types/babel__core": "^7.20.5",
121121
"@types/babel__register": "^7.17.3",
122122
"@types/mocha": "^10.0.10",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"sinon": "^21.0.0"
5959
},
6060
"devDependencies": {
61-
"@playwright/test": "^1.56.0",
61+
"@playwright/test": "^1.56.1",
6262
"@types/chai": "^4.3.20",
6363
"@types/chai-dom": "^1.11.3",
6464
"@types/format-util": "^1.0.4",

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mui/stylis-plugin-rtl": "workspace:^",
1818
"@mui/system": "workspace:^",
1919
"@mui/utils": "workspace:^",
20-
"@playwright/test": "1.56.0",
20+
"@playwright/test": "1.56.1",
2121
"@testing-library/dom": "^10.4.1",
2222
"@types/chai": "^4.3.20",
2323
"@types/react": "^19.1.9",

0 commit comments

Comments
 (0)