From 3e6c21fea5298ae62578a755b5106b5a94e7019e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:39:05 -0300 Subject: [PATCH] Bump Playwright (#40715) --- .circleci/config.yml | 26 +++++------ benchmark/package.json | 2 +- docs/package.json | 2 +- package.json | 2 +- packages/mui-material/package.json | 2 +- packages/test-utils/package.json | 2 +- pnpm-lock.yaml | 44 +++++++++---------- .../fixtures/create-react-app/package.json | 2 +- test/bundling/fixtures/esbuild/package.json | 2 +- test/bundling/fixtures/gatsby/package.json | 2 +- .../fixtures/next-webpack4/package.json | 2 +- .../fixtures/next-webpack5/package.json | 2 +- test/bundling/fixtures/snowpack/package.json | 2 +- test/bundling/fixtures/vite/package.json | 2 +- test/package.json | 4 +- 15 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2903aa723703d..302addc9481803 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -338,7 +338,7 @@ jobs: <<: *defaults resource_class: 'medium+' docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -368,7 +368,7 @@ jobs: test_e2e: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -387,7 +387,7 @@ jobs: test_e2e_website: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -402,7 +402,7 @@ jobs: test_profile: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -429,7 +429,7 @@ jobs: test_regressions: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -483,7 +483,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -507,7 +507,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -531,7 +531,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -555,7 +555,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -579,7 +579,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -603,7 +603,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -631,7 +631,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -732,7 +732,7 @@ jobs: test_benchmark: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.40.1-focal + - image: mcr.microsoft.com/playwright:v1.41.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: diff --git a/benchmark/package.json b/benchmark/package.json index 15aeda8da56fa9..3c672a773ddd56 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -24,7 +24,7 @@ "express": "^4.18.2", "fs-extra": "^11.2.0", "jss": "^10.10.0", - "playwright": "^1.40.1", + "playwright": "^1.41.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/docs/package.json b/docs/package.json index 6f43152f0e6975..9a9444b65e3649 100644 --- a/docs/package.json +++ b/docs/package.json @@ -137,7 +137,7 @@ "cross-fetch": "^4.0.0", "gm": "^1.25.0", "marked": "^5.1.2", - "playwright": "^1.40.1", + "playwright": "^1.41.1", "prettier": "^2.8.8", "tailwindcss": "^3.4.1", "typescript-to-proptypes": "workspace:^", diff --git a/package.json b/package.json index fe329076b1d3b4..f26186e3b15c57 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@mui/utils": "workspace:^", "@next/eslint-plugin-next": "^14.0.4", "@octokit/rest": "^20.0.2", - "@playwright/test": "1.40.1", + "@playwright/test": "1.41.1", "@slack/web-api": "^6.11.2", "@types/enzyme": "^3.10.18", "@types/fs-extra": "^11.0.4", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index f3a6e922b27089..8b6bdd2d031290 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -74,7 +74,7 @@ "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "lodash": "^4.17.21", - "playwright": "^1.40.1", + "playwright": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.3", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 9635bc73b431f2..8903b76b388bf4 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -36,7 +36,7 @@ "jsdom": "^22.1.0", "lodash": "^4.17.21", "mocha": "^10.2.0", - "playwright": "^1.40.1", + "playwright": "^1.41.1", "prop-types": "^15.8.1", "react-test-renderer": "^18.2.0", "sinon": "^15.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b2f1efd320dc6..07b280f13ef6ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,8 +117,8 @@ importers: specifier: ^20.0.2 version: 20.0.2 '@playwright/test': - specifier: 1.40.1 - version: 1.40.1 + specifier: 1.41.1 + version: 1.41.1 '@slack/web-api': specifier: ^6.11.2 version: 6.11.2 @@ -506,8 +506,8 @@ importers: specifier: ^10.10.0 version: 10.10.0 playwright: - specifier: ^1.40.1 - version: 1.40.1 + specifier: ^1.41.1 + version: 1.41.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -894,8 +894,8 @@ importers: specifier: ^5.1.2 version: 5.1.2 playwright: - specifier: ^1.40.1 - version: 1.40.1 + specifier: ^1.41.1 + version: 1.41.1 prettier: specifier: ^2.8.8 version: 2.8.8 @@ -1580,8 +1580,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 playwright: - specifier: ^1.40.1 - version: 1.40.1 + specifier: ^1.41.1 + version: 1.41.1 react: specifier: ^18.2.0 version: 18.2.0 @@ -2157,8 +2157,8 @@ importers: specifier: ^10.2.0 version: 10.2.0 playwright: - specifier: ^1.40.1 - version: 1.40.1 + specifier: ^1.41.1 + version: 1.41.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -2483,8 +2483,8 @@ importers: specifier: workspace:^ version: link:../packages/mui-utils/build '@playwright/test': - specifier: 1.40.1 - version: 1.40.1 + specifier: 1.41.1 + version: 1.41.1 '@testing-library/dom': specifier: ^9.3.4 version: 9.3.4 @@ -2519,8 +2519,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 playwright: - specifier: ^1.40.1 - version: 1.40.1 + specifier: ^1.41.1 + version: 1.41.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -6412,12 +6412,12 @@ packages: requiresBuild: true optional: true - /@playwright/test@1.40.1: - resolution: {integrity: sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==} + /@playwright/test@1.41.1: + resolution: {integrity: sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.40.1 + playwright: 1.41.1 dev: true /@polka/url@1.0.0-next.21: @@ -17579,17 +17579,17 @@ packages: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false - /playwright-core@1.40.1: - resolution: {integrity: sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==} + /playwright-core@1.41.1: + resolution: {integrity: sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==} engines: {node: '>=16'} hasBin: true - /playwright@1.40.1: - resolution: {integrity: sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==} + /playwright@1.41.1: + resolution: {integrity: sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.40.1 + playwright-core: 1.41.1 optionalDependencies: fsevents: 2.3.2 diff --git a/test/bundling/fixtures/create-react-app/package.json b/test/bundling/fixtures/create-react-app/package.json index 9a84bbd736bc80..8e8750cf5c59da 100644 --- a/test/bundling/fixtures/create-react-app/package.json +++ b/test/bundling/fixtures/create-react-app/package.json @@ -25,7 +25,7 @@ "devDependencies": { "concurrently": "7.4.0", "cross-env": "7.0.3", - "playwright": "1.40.1", + "playwright": "1.41.1", "serve": "14.0.1" }, "browserslist": { diff --git a/test/bundling/fixtures/esbuild/package.json b/test/bundling/fixtures/esbuild/package.json index 38d98276496362..fc2ec2ac756654 100644 --- a/test/bundling/fixtures/esbuild/package.json +++ b/test/bundling/fixtures/esbuild/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1", + "playwright": "1.41.1", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/gatsby/package.json b/test/bundling/fixtures/gatsby/package.json index b7746757eb0b43..bcf191b66e6fb8 100644 --- a/test/bundling/fixtures/gatsby/package.json +++ b/test/bundling/fixtures/gatsby/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1" + "playwright": "1.41.1" } } diff --git a/test/bundling/fixtures/next-webpack4/package.json b/test/bundling/fixtures/next-webpack4/package.json index acbd7463bf866e..78bfbacb052e40 100644 --- a/test/bundling/fixtures/next-webpack4/package.json +++ b/test/bundling/fixtures/next-webpack4/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1" + "playwright": "1.41.1" } } diff --git a/test/bundling/fixtures/next-webpack5/package.json b/test/bundling/fixtures/next-webpack5/package.json index aa13472b172076..e63bc118ffd812 100644 --- a/test/bundling/fixtures/next-webpack5/package.json +++ b/test/bundling/fixtures/next-webpack5/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1" + "playwright": "1.41.1" } } diff --git a/test/bundling/fixtures/snowpack/package.json b/test/bundling/fixtures/snowpack/package.json index 78abebc31dd6dc..d6d9b879209dff 100644 --- a/test/bundling/fixtures/snowpack/package.json +++ b/test/bundling/fixtures/snowpack/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1", + "playwright": "1.41.1", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/vite/package.json b/test/bundling/fixtures/vite/package.json index 9549531867e2f3..0626ccf676231a 100644 --- a/test/bundling/fixtures/vite/package.json +++ b/test/bundling/fixtures/vite/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "concurrently": "7.4.0", - "playwright": "1.40.1", + "playwright": "1.41.1", "serve": "14.0.1" } } diff --git a/test/package.json b/test/package.json index 6d598ad3cfbac5..6d4c6e88406041 100644 --- a/test/package.json +++ b/test/package.json @@ -18,7 +18,7 @@ "@mui/material-next": "workspace:*", "@mui/system": "workspace:^", "@mui/utils": "workspace:^", - "@playwright/test": "1.40.1", + "@playwright/test": "1.41.1", "@testing-library/dom": "^9.3.4", "@types/chai": "^4.3.11", "@types/react": "^18.2.48", @@ -30,7 +30,7 @@ "fs-extra": "^11.2.0", "html-webpack-plugin": "^5.6.0", "lodash": "^4.17.21", - "playwright": "^1.40.1", + "playwright": "^1.41.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0",