Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
resource_class: 'medium+'
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
steps:
- checkout
- install-deps:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
steps:
- checkout
- install-deps:
Expand All @@ -260,7 +260,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
steps:
- checkout
- install-deps
Expand All @@ -273,7 +273,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
steps:
- checkout
- install-deps:
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
steps:
- checkout:
Expand All @@ -361,7 +361,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
steps:
- checkout:
Expand All @@ -377,7 +377,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
steps:
- checkout:
Expand All @@ -393,7 +393,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
steps:
- checkout:
Expand All @@ -409,7 +409,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
steps:
- checkout:
Expand All @@ -424,7 +424,7 @@ jobs:
test_bundling_esbuild:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.58.1-noble
- image: mcr.microsoft.com/playwright:v1.58.2-noble
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
steps:
- checkout:
Expand All @@ -440,7 +440,7 @@ jobs:
<<: *default-job
executor:
name: code-infra/mui-node-browser
playwright-img-version: v1.58.1-noble
playwright-img-version: v1.58.2-noble
environment:
GATSBY_CPU_COUNT: '3'
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@mui-internal/api-docs-builder": "workspace:^",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-scripts": "workspace:^",
"@playwright/test": "1.58.0",
"@playwright/test": "1.58.2",
"@types/autosuggest-highlight": "3.2.3",
"@types/chai": "5.2.3",
"@types/chance": "1.1.7",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@next/eslint-plugin-next": "15.5.12",
"@octokit/rest": "22.0.1",
"@pigment-css/react": "0.0.30",
"@playwright/test": "1.58.0",
"@playwright/test": "1.58.2",
"@pnpm/find-workspace-dir": "1000.1.4",
"@types/babel__core": "7.20.5",
"@types/babel__register": "7.17.3",
Expand Down Expand Up @@ -139,7 +139,7 @@
"lerna": "9.0.4",
"markdownlint-cli2": "0.20.0",
"nx": "20.8.4",
"playwright": "1.58.0",
"playwright": "1.58.2",
"prettier": "3.8.1",
"pretty-quick": "4.2.2",
"process": "0.11.10",
Expand Down
61 changes: 31 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading