chore(deps): upgrade playwright to v1.45.0 (#23280)
2
.github/workflows/storybook-chromatic.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.41.2
|
||||
image: mcr.microsoft.com/playwright:v1.45.0
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -3,7 +3,7 @@
|
||||
# We do this to ensure our reference images for visual regression tests are the same during development and in CI.
|
||||
#
|
||||
|
||||
FROM mcr.microsoft.com/playwright:v1.41.2
|
||||
FROM mcr.microsoft.com/playwright:v1.45.0
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 191 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 176 KiB |
@ -188,7 +188,7 @@
|
||||
"@babel/preset-react": "^7.22.5",
|
||||
"@babel/preset-typescript": "^7.22.5",
|
||||
"@cypress/webpack-preprocessor": "^5.17.1",
|
||||
"@playwright/test": "1.41.2",
|
||||
"@playwright/test": "1.45.0",
|
||||
"@sentry/types": "7.112.1",
|
||||
"@storybook/addon-a11y": "^7.6.4",
|
||||
"@storybook/addon-actions": "^7.6.4",
|
||||
@ -305,7 +305,7 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"playwright": "1.41.2"
|
||||
"playwright": "1.45.0"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"rrweb@2.0.0-alpha.13": "patches/rrweb@2.0.0-alpha.13.patch",
|
||||
|
@ -5,7 +5,7 @@ settings:
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
playwright: 1.41.2
|
||||
playwright: 1.45.0
|
||||
|
||||
patchedDependencies:
|
||||
heatmap.js@2.0.5:
|
||||
@ -387,8 +387,8 @@ devDependencies:
|
||||
specifier: ^5.17.1
|
||||
version: 5.17.1(@babel/core@7.22.10)(@babel/preset-env@7.22.10)(babel-loader@8.3.0)(webpack@5.88.2)
|
||||
'@playwright/test':
|
||||
specifier: 1.41.2
|
||||
version: 1.41.2
|
||||
specifier: 1.45.0
|
||||
version: 1.45.0
|
||||
'@sentry/types':
|
||||
specifier: 7.112.1
|
||||
version: 7.112.1
|
||||
@ -5333,12 +5333,12 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@playwright/test@1.41.2:
|
||||
resolution: {integrity: sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==}
|
||||
engines: {node: '>=16'}
|
||||
/@playwright/test@1.45.0:
|
||||
resolution: {integrity: sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
playwright: 1.41.2
|
||||
playwright: 1.45.0
|
||||
dev: true
|
||||
|
||||
/@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.14.0)(webpack@5.88.2):
|
||||
@ -7277,7 +7277,7 @@ packages:
|
||||
jest-serializer-html: 7.1.0
|
||||
jest-watch-typeahead: 2.2.2(jest@29.7.0)
|
||||
node-fetch: 2.6.7
|
||||
playwright: 1.41.2
|
||||
playwright: 1.45.0
|
||||
read-pkg-up: 7.0.1
|
||||
tempy: 1.0.1
|
||||
ts-dedent: 2.2.0
|
||||
@ -14786,7 +14786,7 @@ packages:
|
||||
jest-process-manager: 0.4.0
|
||||
jest-runner: 29.7.0
|
||||
nyc: 15.1.0
|
||||
playwright-core: 1.32.2
|
||||
playwright-core: 1.41.2
|
||||
rimraf: 3.0.2
|
||||
uuid: 8.3.2
|
||||
transitivePeerDependencies:
|
||||
@ -16837,24 +16837,24 @@ packages:
|
||||
find-up: 6.3.0
|
||||
dev: true
|
||||
|
||||
/playwright-core@1.32.2:
|
||||
resolution: {integrity: sha512-zD7aonO+07kOTthsrCR3YCVnDcqSHIJpdFUtZEMOb6//1Rc7/6mZDRdw+nlzcQiQltOOsiqI3rrSyn/SlyjnJQ==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/playwright-core@1.41.2:
|
||||
resolution: {integrity: sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/playwright@1.41.2:
|
||||
resolution: {integrity: sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==}
|
||||
engines: {node: '>=16'}
|
||||
/playwright-core@1.45.0:
|
||||
resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/playwright@1.45.0:
|
||||
resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
playwright-core: 1.41.2
|
||||
playwright-core: 1.45.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|