Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump the playwright group with 2 updates #6416

Closed
Closed
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 .github/workflows/reusable_workflow_test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
container:
# см. https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.focal
image: mcr.microsoft.com/playwright:v1.40.1-focal
image: mcr.microsoft.com/playwright:v1.41.1-focal
options: --ipc=host
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_screens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container:
# см. https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.focal
image: mcr.microsoft.com/playwright:v1.40.1-focal
image: mcr.microsoft.com/playwright:v1.41.1-focal
options: --ipc=host
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@csstools/postcss-global-data": "2.1.1",
"@playwright/experimental-ct-react": "1.40.1",
"@playwright/test": "1.40.1",
"@playwright/experimental-ct-react": "1.41.1",
"@playwright/test": "1.41.1",
"@size-limit/file": "^11.0.2",
"@size-limit/webpack": "^11.0.2",
"@size-limit/webpack-css": "^11.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
package_vkui:
image: mcr.microsoft.com/playwright:v1.40.1-focal
image: mcr.microsoft.com/playwright:v1.41.1-focal
ipc: host
user: root
working_dir: /repo/packages/vkui
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2446,39 +2446,39 @@ __metadata:
languageName: node
linkType: hard

"@playwright/experimental-ct-core@npm:1.40.1":
version: 1.40.1
resolution: "@playwright/experimental-ct-core@npm:1.40.1"
"@playwright/experimental-ct-core@npm:1.41.1":
version: 1.41.1
resolution: "@playwright/experimental-ct-core@npm:1.41.1"
dependencies:
playwright: 1.40.1
playwright-core: 1.40.1
vite: ^4.4.10
playwright: 1.41.1
playwright-core: 1.41.1
vite: ^4.4.12
bin:
playwright: cli.js
checksum: c54eca256d0e8e68a433f6045894b3d2b5bf5c43e9350e8b8e4659d07d3a28490982d0eac9fde1f230dbf5136d46288537710af8d95fac060f986c00088e1e87
checksum: 2d05ece9055d2ebec9ab07fd359de59e989228a297587540d69ab75ba22dd99a41ee3fb7e164a6d62954846f16efc349035122e5dd629a7265f03687fdf135da
languageName: node
linkType: hard

"@playwright/experimental-ct-react@npm:1.40.1":
version: 1.40.1
resolution: "@playwright/experimental-ct-react@npm:1.40.1"
"@playwright/experimental-ct-react@npm:1.41.1":
version: 1.41.1
resolution: "@playwright/experimental-ct-react@npm:1.41.1"
dependencies:
"@playwright/experimental-ct-core": 1.40.1
"@playwright/experimental-ct-core": 1.41.1
"@vitejs/plugin-react": ^4.0.0
bin:
playwright: cli.js
checksum: 6a1462a0d5508e41a33411ec8d9feb2bc5625f20f194c8dc6ab781ac139936470560825afbc74c62d50e46de3c0d06da4c440e801a383da014b5953269c5851f
checksum: 09e8e0ffb2fdef8bf889e450dd6b2f7308e511901af253752cfa8776aafa81441ef8eebdc268800c0f2cca1722b74ec07d4d809fcf3b2d058542ac3303bd5cf1
languageName: node
linkType: hard

"@playwright/test@npm:1.40.1":
version: 1.40.1
resolution: "@playwright/test@npm:1.40.1"
"@playwright/test@npm:1.41.1":
version: 1.41.1
resolution: "@playwright/test@npm:1.41.1"
dependencies:
playwright: 1.40.1
playwright: 1.41.1
bin:
playwright: cli.js
checksum: ae094e6cb809365c0707ee2b184e42d2a2542569ada020d2d44ca5866066941262bd9a67af185f86c2fb0133c9b712ea8cb73e2959a289e4261c5fd17077283c
checksum: d9877e777a1a7f60f097df57b6abc2478e2ae342930a409c8546c8aa40d6e206cbc16bf1c71b23414ac3fbad36dcae1ad79635d7f4eb705ab54d3c705e82ea04
languageName: node
linkType: hard

Expand Down Expand Up @@ -5410,8 +5410,8 @@ __metadata:
resolution: "@vkontakte/vkui-monorepo@workspace:."
dependencies:
"@csstools/postcss-global-data": 2.1.1
"@playwright/experimental-ct-react": 1.40.1
"@playwright/test": 1.40.1
"@playwright/experimental-ct-react": 1.41.1
"@playwright/test": 1.41.1
"@project-docs/styleguide": "workspace:1.0.0"
"@project-tools/eslint-plugin-vkui": "workspace:1.0.0"
"@project-tools/postcss-restructure-variable": "workspace:1.0.0"
Expand Down Expand Up @@ -15006,27 +15006,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.40.1":
version: 1.40.1
resolution: "playwright-core@npm:1.40.1"
"playwright-core@npm:1.41.1":
version: 1.41.1
resolution: "playwright-core@npm:1.41.1"
bin:
playwright-core: cli.js
checksum: 84d92fb9b86e3c225b16b6886bf858eb5059b4e60fa1205ff23336e56a06dcb2eac62650992dede72f406c8e70a7b6a5303e511f9b4bc0b85022ede356a01ee0
checksum: c83446a560c6bd85f6f0cd586ff8c643b77e2005567386e12f85890936cc370673114b94cd883246018797cc1580e93b0296ade7d07275bb611b8962f5bb9693
languageName: node
linkType: hard

"playwright@npm:1.40.1":
version: 1.40.1
resolution: "playwright@npm:1.40.1"
"playwright@npm:1.41.1":
version: 1.41.1
resolution: "playwright@npm:1.41.1"
dependencies:
fsevents: 2.3.2
playwright-core: 1.40.1
playwright-core: 1.41.1
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 9e36791c1b4a649c104aa365fdd9d049924eeb518c5967c0e921aa38b9b00994aa6ee54784d6c2af194b3b494b6f69772673081ef53c6c4a4b2065af9955c4ba
checksum: 3da7fb929abdec6adbdd8829f840580f5f210713214a8d230b130127f2270403eb2113c6c1418012221149707250fff896794c7c22c260dd09a92bf800227f31
languageName: node
linkType: hard

Expand Down Expand Up @@ -19457,7 +19457,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.4.10":
"vite@npm:^4.4.12":
version: 4.5.2
resolution: "vite@npm:4.5.2"
dependencies:
Expand Down
Loading