From 12222493ebe04a24c71dde42c43ca7a3241b1ea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 01:41:53 +0000 Subject: [PATCH] Bump Playwright --- .circleci/config.yml | 26 ++++++++--------- benchmark/package.json | 2 +- package.json | 4 +-- .../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 +- yarn.lock | 28 +++++++++---------- 11 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e6930a6c46ed5..5c1aaf708fee2a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -348,7 +348,7 @@ jobs: <<: *defaults resource_class: 'medium+' docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -378,7 +378,7 @@ jobs: test_e2e: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -397,7 +397,7 @@ jobs: test_e2e_website: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -412,7 +412,7 @@ jobs: test_profile: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -439,7 +439,7 @@ jobs: test_regressions: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -493,7 +493,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -517,7 +517,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -541,7 +541,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -565,7 +565,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -589,7 +589,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -613,7 +613,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -641,7 +641,7 @@ jobs: <<: *defaults working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -743,7 +743,7 @@ jobs: test_benchmark: <<: *defaults docker: - - image: mcr.microsoft.com/playwright:v1.29.1-focal + - image: mcr.microsoft.com/playwright:v1.29.2-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: diff --git a/benchmark/package.json b/benchmark/package.json index 8c765f0d3000cb..654ee5a6f4510e 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -20,7 +20,7 @@ "@mui/system": "^5.11.2", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", - "playwright": "^1.29.1", + "playwright": "^1.29.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", diff --git a/package.json b/package.json index c66db9081338bc..36158daf3017f4 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@emotion/styled": "^11.10.5", "@mnajdova/enzyme-adapter-react-18": "^0.2.0", "@octokit/rest": "^19.0.5", - "@playwright/test": "1.29.1", + "@playwright/test": "1.29.2", "@rollup/plugin-replace": "^5.0.2", "@testing-library/dom": "^8.19.1", "@testing-library/react": "^13.4.0", @@ -165,7 +165,7 @@ "nx": "^15.4.4", "nyc": "^15.1.0", "piscina": "^3.2.0", - "playwright": "^1.29.1", + "playwright": "^1.29.2", "prettier": "^2.8.1", "pretty-quick": "^3.1.3", "process": "^0.11.10", diff --git a/test/bundling/fixtures/create-react-app/package.json b/test/bundling/fixtures/create-react-app/package.json index 6411b84f5bce6f..f5967290d6861d 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.29.1", + "playwright": "1.29.2", "serve": "14.0.1" }, "browserslist": { diff --git a/test/bundling/fixtures/esbuild/package.json b/test/bundling/fixtures/esbuild/package.json index 880787b66bb0d9..a09548b6e323e9 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.29.1", + "playwright": "1.29.2", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/gatsby/package.json b/test/bundling/fixtures/gatsby/package.json index 22c74be327607b..7501fe49539203 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.29.1" + "playwright": "1.29.2" } } diff --git a/test/bundling/fixtures/next-webpack4/package.json b/test/bundling/fixtures/next-webpack4/package.json index ed706ab1e97eeb..221189fc02cc34 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.29.1" + "playwright": "1.29.2" } } diff --git a/test/bundling/fixtures/next-webpack5/package.json b/test/bundling/fixtures/next-webpack5/package.json index c14aefe9815009..0f5a6a2e5f8e9e 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.29.1" + "playwright": "1.29.2" } } diff --git a/test/bundling/fixtures/snowpack/package.json b/test/bundling/fixtures/snowpack/package.json index 6b7dcadc1321f9..4cb6436175c4be 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.29.1", + "playwright": "1.29.2", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/vite/package.json b/test/bundling/fixtures/vite/package.json index 55ef83539d7621..1455b1a1a2ab76 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.29.1", + "playwright": "1.29.2", "serve": "14.0.1" } } diff --git a/yarn.lock b/yarn.lock index e6773cf7eaabf4..901d13d6902a7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3089,13 +3089,13 @@ dependencies: esquery "^1.0.1" -"@playwright/test@1.29.1": - version "1.29.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.1.tgz#f2ed4dc143b9c7825a7ad2703b2f1ac4354e1145" - integrity sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w== +"@playwright/test@1.29.2": + version "1.29.2" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.2.tgz#c48184721d0f0b7627a886e2ec42f1efb2be339d" + integrity sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg== dependencies: "@types/node" "*" - playwright-core "1.29.1" + playwright-core "1.29.2" "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" @@ -12769,17 +12769,17 @@ platform@^1.3.3: resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7" integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== -playwright-core@1.29.1: - version "1.29.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.1.tgz#9ec15d61c4bd2f386ddf6ce010db53a030345a47" - integrity sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg== +playwright-core@1.29.2: + version "1.29.2" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.2.tgz#2e8347e7e8522409f22b244e600e703b64022406" + integrity sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA== -playwright@^1.29.1: - version "1.29.1" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.29.1.tgz#fc04b34f42e3bfc0edadb1c45ef9bffd53c21f70" - integrity sha512-lasC+pMqsQ2uWhNurt3YK3xo0gWlMjslYUylKbHcqF/NTjwp9KStRGO7S6wwz2f52GcSnop8XUK/GymJjdzrxw== +playwright@^1.29.2: + version "1.29.2" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.29.2.tgz#d6a0a3e8e44f023f7956ed19ffa8af915a042769" + integrity sha512-hKBYJUtdmYzcjdhYDkP9WGtORwwZBBKAW8+Lz7sr0ZMxtJr04ASXVzH5eBWtDkdb0c3LLFsehfPBTRfvlfKJOA== dependencies: - playwright-core "1.29.1" + playwright-core "1.29.2" posix-character-classes@^0.1.0: version "0.1.1"