Skip to content

Commit 18e0a48

Browse files
Bump playwright monorepo (#46991)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent 46a8506 commit 18e0a48

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
@@ -274,7 +274,7 @@ jobs:
274274
<<: *default-job
275275
resource_class: 'medium+'
276276
docker:
277-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
277+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
278278
steps:
279279
- checkout
280280
- install_js:
@@ -302,7 +302,7 @@ jobs:
302302
test_e2e:
303303
<<: *default-job
304304
docker:
305-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
305+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
306306
steps:
307307
- checkout
308308
- install_js:
@@ -314,7 +314,7 @@ jobs:
314314
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
315315
<<: *default-job
316316
docker:
317-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
317+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
318318
steps:
319319
- checkout
320320
- install_js:
@@ -327,7 +327,7 @@ jobs:
327327
test_profile:
328328
<<: *default-job
329329
docker:
330-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
330+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
331331
steps:
332332
- checkout
333333
- install_js:
@@ -352,7 +352,7 @@ jobs:
352352
test_regressions:
353353
<<: *default-job
354354
docker:
355-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
355+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
356356
steps:
357357
- checkout
358358
- install_js:
@@ -427,7 +427,7 @@ jobs:
427427
test_bundling_next_webpack4:
428428
<<: *default-job
429429
docker:
430-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
430+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
431431
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
432432
steps:
433433
- checkout:
@@ -445,7 +445,7 @@ jobs:
445445
test_bundling_next_webpack5:
446446
<<: *default-job
447447
docker:
448-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
448+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
449449
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
450450
steps:
451451
- checkout:
@@ -463,7 +463,7 @@ jobs:
463463
test_bundling_create_react_app:
464464
<<: *default-job
465465
docker:
466-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
466+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
467467
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
468468
steps:
469469
- checkout:
@@ -481,7 +481,7 @@ jobs:
481481
test_bundling_snowpack:
482482
<<: *default-job
483483
docker:
484-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
484+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
485485
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
486486
steps:
487487
- checkout:
@@ -499,7 +499,7 @@ jobs:
499499
test_bundling_vite:
500500
<<: *default-job
501501
docker:
502-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
502+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
503503
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
504504
steps:
505505
- checkout:
@@ -517,7 +517,7 @@ jobs:
517517
test_bundling_esbuild:
518518
<<: *default-job
519519
docker:
520-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
520+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
521521
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
522522
steps:
523523
- checkout:
@@ -535,7 +535,7 @@ jobs:
535535
test_bundling_gatsby:
536536
<<: *default-job
537537
docker:
538-
- image: mcr.microsoft.com/playwright:v1.55.0-noble
538+
- image: mcr.microsoft.com/playwright:v1.55.1-noble
539539
environment:
540540
GATSBY_CPU_COUNT: '3'
541541
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.55.0",
18+
"@playwright/test": "^1.55.1",
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.55.0",
114+
"@playwright/test": "^1.55.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
@@ -123,7 +123,7 @@
123123
"@next/eslint-plugin-next": "^15.5.4",
124124
"@octokit/rest": "^22.0.0",
125125
"@pigment-css/react": "0.0.30",
126-
"@playwright/test": "1.55.0",
126+
"@playwright/test": "1.55.1",
127127
"@types/babel__core": "^7.20.5",
128128
"@types/babel__register": "^7.17.3",
129129
"@types/lodash": "^4.17.20",

packages-internal/test-utils/package.json

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

0 commit comments

Comments
 (0)