diff --git a/.circleci/config.yml b/.circleci/config.yml index 15772e467fbc57..b3ff0718d1d766 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -391,7 +391,7 @@ jobs: <<: *default-job resource_class: 'medium+' docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -421,7 +421,7 @@ jobs: test_e2e: <<: *default-job docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -435,7 +435,7 @@ jobs: # NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci <<: *default-job docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -450,7 +450,7 @@ jobs: test_profile: <<: *default-job docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -477,7 +477,7 @@ jobs: test_regressions: <<: *default-job docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -531,7 +531,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -555,7 +555,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -579,7 +579,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -603,7 +603,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -627,7 +627,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -651,7 +651,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -679,7 +679,7 @@ jobs: <<: *default-job working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: @@ -780,7 +780,7 @@ jobs: test_benchmark: <<: *default-job docker: - - image: mcr.microsoft.com/playwright:v1.45.0-focal + - image: mcr.microsoft.com/playwright:v1.45.1-focal environment: NODE_ENV: development # Needed if playwright is in `devDependencies` steps: diff --git a/benchmark/package.json b/benchmark/package.json index ae1cd393312d46..016076f0b0f270 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -25,7 +25,7 @@ "express": "^4.19.2", "fs-extra": "^11.2.0", "jss": "^10.10.0", - "playwright": "^1.45.0", + "playwright": "^1.45.1", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/docs/package.json b/docs/package.json index bf3a27afc223a2..cdd315e9e2dff3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -133,7 +133,7 @@ "cross-fetch": "^4.0.0", "gm": "^1.25.0", "marked": "^13.0.2", - "playwright": "^1.45.0", + "playwright": "^1.45.1", "prettier": "^3.3.2", "tailwindcss": "^3.4.4", "yargs": "^17.7.2" diff --git a/package.json b/package.json index 4123f1ea27549c..072829d7955385 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "@next/eslint-plugin-next": "^14.2.4", "@octokit/rest": "^20.1.1", "@pigment-css/react": "^0.0.16", - "@playwright/test": "1.45.0", + "@playwright/test": "1.45.1", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.6", "@types/mocha": "^10.0.7", diff --git a/packages-internal/test-utils/package.json b/packages-internal/test-utils/package.json index 7b6d10f52fcf7f..8f24452856e3aa 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -47,7 +47,7 @@ "jsdom": "^24.0.0", "lodash": "^4.17.21", "mocha": "^10.4.0", - "playwright": "^1.45.0", + "playwright": "^1.45.1", "prop-types": "^15.8.1", "sinon": "^16.1.3" }, diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index e6b9bf31d43602..68d47eb7dd6e0c 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -69,7 +69,7 @@ "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "lodash": "^4.17.21", - "playwright": "^1.45.0", + "playwright": "^1.45.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.24.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90de1893300bbb..37c8382912747a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^0.0.16 version: 0.0.16(@types/react@18.3.3)(react@18.3.1) '@playwright/test': - specifier: 1.45.0 - version: 1.45.0 + specifier: 1.45.1 + version: 1.45.1 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -355,7 +355,7 @@ importers: version: link:../local-ui-lib next: specifier: latest - version: 14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -365,7 +365,7 @@ importers: devDependencies: '@pigment-css/nextjs-plugin': specifier: ^0.0.16 - version: 0.0.16(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + version: 0.0.16(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) '@types/node': specifier: ^18.19.39 version: 18.19.39 @@ -503,8 +503,8 @@ importers: specifier: ^10.10.0 version: 10.10.0 playwright: - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.45.1 + version: 1.45.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -882,8 +882,8 @@ importers: specifier: ^13.0.2 version: 13.0.2 playwright: - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.45.1 + version: 1.45.1 prettier: specifier: ^3.3.2 version: 3.3.2 @@ -1024,8 +1024,8 @@ importers: specifier: ^10.4.0 version: 10.4.0 playwright: - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.45.1 + version: 1.45.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1782,8 +1782,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 playwright: - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.45.1 + version: 1.45.1 react: specifier: ^18.3.1 version: 18.3.1 @@ -2240,8 +2240,8 @@ importers: specifier: workspace:^ version: link:../packages/mui-utils/build '@playwright/test': - specifier: 1.45.0 - version: 1.45.0 + specifier: 1.45.1 + version: 1.45.1 '@testing-library/dom': specifier: ^10.3.1 version: 10.3.1 @@ -2276,8 +2276,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 playwright: - specifier: ^1.45.0 - version: 1.45.0 + specifier: ^1.45.1 + version: 1.45.1 prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -4690,8 +4690,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.45.0': - resolution: {integrity: sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==} + '@playwright/test@1.45.1': + resolution: {integrity: sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA==} engines: {node: '>=18'} hasBin: true @@ -10134,13 +10134,13 @@ packages: platform@1.3.6: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} - playwright-core@1.45.0: - resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==} + playwright-core@1.45.1: + resolution: {integrity: sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==} engines: {node: '>=18'} hasBin: true - playwright@1.45.0: - resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==} + playwright@1.45.1: + resolution: {integrity: sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==} engines: {node: '>=18'} hasBin: true @@ -15251,10 +15251,10 @@ snapshots: '@opentelemetry/semantic-conventions@1.25.1': {} - '@pigment-css/nextjs-plugin@0.0.16(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@pigment-css/nextjs-plugin@0.0.16(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: '@pigment-css/unplugin': 0.0.16(@types/react@18.3.3)(react@18.3.1) - next: 14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - react @@ -15318,9 +15318,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.45.0': + '@playwright/test@1.45.1': dependencies: - playwright: 1.45.0 + playwright: 1.45.1 '@polka/url@1.0.0-next.21': {} @@ -21393,7 +21393,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@14.2.4(@babel/core@7.24.7)(@opentelemetry/api@1.8.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@next/env': 14.2.4 '@swc/helpers': 0.5.5 @@ -21415,7 +21415,7 @@ snapshots: '@next/swc-win32-ia32-msvc': 14.2.4 '@next/swc-win32-x64-msvc': 14.2.4 '@opentelemetry/api': 1.8.0 - '@playwright/test': 1.45.0 + '@playwright/test': 1.45.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -22118,11 +22118,11 @@ snapshots: platform@1.3.6: {} - playwright-core@1.45.0: {} + playwright-core@1.45.1: {} - playwright@1.45.0: + playwright@1.45.1: dependencies: - playwright-core: 1.45.0 + playwright-core: 1.45.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 dd90568bdbc160..8032964b3d372b 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.45.0", + "playwright": "1.45.1", "serve": "14.0.1" }, "browserslist": { diff --git a/test/bundling/fixtures/esbuild/package.json b/test/bundling/fixtures/esbuild/package.json index f176fd7a8ea3c8..3458157c453d3f 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.45.0", + "playwright": "1.45.1", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/gatsby/package.json b/test/bundling/fixtures/gatsby/package.json index 6af06b2f0b9dd6..69ffedbb5acdae 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.45.0" + "playwright": "1.45.1" } } diff --git a/test/bundling/fixtures/next-webpack4/package.json b/test/bundling/fixtures/next-webpack4/package.json index 5718cc5591b434..8f11f4e3cdefb8 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.45.0" + "playwright": "1.45.1" } } diff --git a/test/bundling/fixtures/next-webpack5/package.json b/test/bundling/fixtures/next-webpack5/package.json index c197bca88b5db5..0e647c7d6c1125 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.45.0" + "playwright": "1.45.1" } } diff --git a/test/bundling/fixtures/snowpack/package.json b/test/bundling/fixtures/snowpack/package.json index dd4da23941874a..7897e1f9e01b47 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.45.0", + "playwright": "1.45.1", "serve": "14.0.1" } } diff --git a/test/bundling/fixtures/vite/package.json b/test/bundling/fixtures/vite/package.json index eba96f79c26557..543289ac89ddff 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.45.0", + "playwright": "1.45.1", "serve": "14.0.1" } } diff --git a/test/package.json b/test/package.json index c4e77e44b49dbe..05de37e9c131d8 100644 --- a/test/package.json +++ b/test/package.json @@ -17,7 +17,7 @@ "@mui/material": "workspace:^", "@mui/system": "workspace:^", "@mui/utils": "workspace:^", - "@playwright/test": "1.45.0", + "@playwright/test": "1.45.1", "@testing-library/dom": "^10.3.1", "@types/chai": "^4.3.16", "@types/react": "^18.3.3", @@ -29,7 +29,7 @@ "fs-extra": "^11.2.0", "html-webpack-plugin": "^5.6.0", "lodash": "^4.17.21", - "playwright": "^1.45.0", + "playwright": "^1.45.1", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1",