Skip to content

Commit

Permalink
Bump Playwright (#34099)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2022
1 parent 9075202 commit 4f6bf92
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Expand Up @@ -342,7 +342,7 @@ jobs:
test_browser:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
test_e2e:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -391,7 +391,7 @@ jobs:
test_e2e_website:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -406,7 +406,7 @@ jobs:
test_profile:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -433,7 +433,7 @@ jobs:
test_regressions:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -511,7 +511,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -535,7 +535,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -559,7 +559,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -583,7 +583,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -607,7 +607,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -635,7 +635,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
test_benchmark:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.25.0-focal
- image: mcr.microsoft.com/playwright:v1.25.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Expand Up @@ -20,7 +20,7 @@
"@mui/system": "^5.10.2",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.25.0",
"playwright": "^1.25.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -84,7 +84,7 @@
"@emotion/styled": "^11.10.0",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@octokit/rest": "^19.0.4",
"@playwright/test": "1.25.0",
"@playwright/test": "1.25.1",
"@rollup/plugin-replace": "^4.0.0",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.3.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"nx": "^14.5.10",
"nyc": "^15.1.0",
"piscina": "^3.2.0",
"playwright": "^1.25.0",
"playwright": "^1.25.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion test/bundling/fixtures/create-react-app/package.json
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"concurrently": "6.5.1",
"cross-env": "7.0.3",
"playwright": "1.25.0",
"playwright": "1.25.1",
"serve": "11.3.2"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/esbuild/package.json
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0",
"playwright": "1.25.1",
"serve": "11.3.2"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/gatsby/package.json
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0"
"playwright": "1.25.1"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/next-webpack4/package.json
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0"
"playwright": "1.25.1"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/next-webpack5/package.json
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0"
"playwright": "1.25.1"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/snowpack/package.json
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0",
"playwright": "1.25.1",
"serve": "11.3.2"
}
}
2 changes: 1 addition & 1 deletion test/bundling/fixtures/vite/package.json
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"concurrently": "6.5.1",
"playwright": "1.25.0",
"playwright": "1.25.1",
"serve": "11.3.2"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Expand Up @@ -2955,13 +2955,13 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@playwright/test@1.25.0":
version "1.25.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.0.tgz#e0de134651e78e45e986c5f16578188dd5937331"
integrity sha512-j4EZhTTQI3dBeWblE21EV//swwmBtOpIrLdOIJIRv4uqsLdHgBg1z+JtTg+AeC5o2bAXIE26kDNW5A0TimG8Bg==
"@playwright/test@1.25.1":
version "1.25.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.1.tgz#9847234b6f2b0cca71962b338da7db366a1e9720"
integrity sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==
dependencies:
"@types/node" "*"
playwright-core "1.25.0"
playwright-core "1.25.1"

"@polka/url@^1.0.0-next.20":
version "1.0.0-next.21"
Expand Down Expand Up @@ -12813,17 +12813,17 @@ platform@^1.3.3:
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==

playwright-core@1.25.0:
version "1.25.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.0.tgz#54dc867c6c2cc5e4233905e249206a02914d14f1"
integrity sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==
playwright-core@1.25.1:
version "1.25.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.1.tgz#abe56aec8bef645fba988320d9f9328fafab0446"
integrity sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==

playwright@^1.25.0:
version "1.25.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.25.0.tgz#a5e317c8c207b921e7da17507ef9ec2983367970"
integrity sha512-Z+pQNWI17Qx/tHhnmgMmPsptsisXpKgAnUvYv98kctlHUJaqMt2400P8kTw9vEPoC0xdxqu0JhxO7pDTmaaIKw==
playwright@^1.25.1:
version "1.25.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.25.1.tgz#23fe129ca05568a72ee2a3842baa0a1985d1b345"
integrity sha512-kOlW7mllnQ70ALTwAor73q/FhdH9EEXLUqjdzqioYLcSVC4n4NBfDqeCikGuayFZrLECLkU6Hcbziy/szqTXSA==
dependencies:
playwright-core "1.25.0"
playwright-core "1.25.1"

posix-character-classes@^0.1.0:
version "0.1.1"
Expand Down

0 comments on commit 4f6bf92

Please sign in to comment.