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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ commands:
- run:
name: Install playwright & ffmpeg
command: |
pnpx playwright@1.51.1 install --with-deps
pnpx playwright install --with-deps
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing specific version as Renovate couldn't bump it, and it looks like without it, the version in dependencies is used. 👍

# Avoids installing a system version of ffmpeg
ffmpeg_bin=$(find ~/.cache/ms-playwright -regex '.*/ffmpeg-[0-9]*')
if [[ -z "$ffmpeg_bin" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@next/eslint-plugin-next": "15.3.1",
"@octokit/plugin-retry": "^7.2.1",
"@octokit/rest": "^21.1.1",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.52.0",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.7",
"@types/chai": "^4.3.20",
Expand Down
80 changes: 33 additions & 47 deletions pnpm-lock.yaml

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

4 changes: 0 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
"groupName": "MUI Internal",
"matchPackageNames": ["@mui/internal-*", "@mui/docs"]
},
{
"groupName": "Playwright",
"matchPackageNames": ["playwright", "@playwright/test", "mcr.microsoft.com/playwright"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

playwright dep no longer exists and mcr.microsoft.com/playwright is not used anymore (it was the name of the CircleCI image we used previously for tests)

},
{
"matchDepTypes": ["action"],
"pinDigests": true,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mui/x-date-pickers-pro": "workspace:*",
"@mui/x-internals": "workspace:^",
"@mui/x-license": "workspace:*",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.52.0",
"@types/chai": "^4.3.20",
"@types/karma": "^6.3.9",
"@types/moment-jalaali": "^0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mui/x-date-pickers": "workspace:*",
"@mui/x-date-pickers-pro": "workspace:*",
"@mui/x-license": "workspace:*",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.52.0",
"@react-spring/web": "^9.7.5",
"@types/chai": "^4.3.20",
"@types/karma": "^6.3.9",
Expand Down
2 changes: 1 addition & 1 deletion test/regressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mui/x-license": "workspace:*",
"@mui/x-tree-view": "workspace:*",
"@mui/x-tree-view-pro": "workspace:*",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.52.0",
"@types/chai": "^4.3.20",
"@types/karma": "^6.3.9",
"@types/moment-jalaali": "^0.7.9",
Expand Down