From a1921f887c0c01fcd021727c255ea06bf0165a2c Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 22 Nov 2024 12:23:51 +0100 Subject: [PATCH] Deps: Update playwright to 1.49.0 --- .github/workflows/e2e.yml | 2 +- bin/make/e2e.sh | 2 +- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2ac7f06f92..4b7cb265eb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT" - name: Run Playwright tests - uses: docker://mcr.microsoft.com/playwright:v1.48.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.49.0-jammy with: args: 'sh -c "corepack install && corepack enable && yarn test:e2e"' env: diff --git a/bin/make/e2e.sh b/bin/make/e2e.sh index 7d8752dfad..1b09da97ac 100755 --- a/bin/make/e2e.sh +++ b/bin/make/e2e.sh @@ -2,7 +2,7 @@ set -o errexit -PLAYWRIGHT_VERSION=1.48.0 +PLAYWRIGHT_VERSION=1.49.0 UBUNTU_VERSION=jammy E2E_FLAG="" diff --git a/package.json b/package.json index 445fdc76bf..54d972cefd 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@lmc-eu/conventional-changelog-lmc-github": "3.0.3", "@lmc-eu/eslint-config-react": "2.0.5", "@omlet/cli": "1.11.0", - "@playwright/test": "1.48.0", + "@playwright/test": "1.49.0", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "15.3.0", "@svgr/webpack": "8.1.0", diff --git a/yarn.lock b/yarn.lock index a3c50390d0..1b38774e46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6933,14 +6933,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:1.48.0": - version: 1.48.0 - resolution: "@playwright/test@npm:1.48.0" +"@playwright/test@npm:1.49.0": + version: 1.49.0 + resolution: "@playwright/test@npm:1.49.0" dependencies: - playwright: "npm:1.48.0" + playwright: "npm:1.49.0" bin: playwright: cli.js - checksum: 10/8845ed0f0b303e10ee0a0f04562ef83be3f9123fac91d722f697ad964a119af74cd5fb08e1139f1b20b27396479456c984bfdc699fadedd92af9c0490fb4c7c0 + checksum: 10/e87485ab4c02b6dc0bc20a43ea3965c949c45caa4e7f5beea4a0abd29be0a318662931e887072db0d165f8dde93709b97ea1b2c6f4c833b403aa13427d76dd22 languageName: node linkType: hard @@ -24656,27 +24656,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.48.0": - version: 1.48.0 - resolution: "playwright-core@npm:1.48.0" +"playwright-core@npm:1.49.0": + version: 1.49.0 + resolution: "playwright-core@npm:1.49.0" bin: playwright-core: cli.js - checksum: 10/644489b4de9cc181e83eb639a283d3c4f8e4c3b1b1759d7c93b72fd0373b5a66ba376ee6a5ee3eca67f1b773bf15c5e01b6aeedd43c94c355bf4fc0d110713bc + checksum: 10/ef9c708293adab100337ed7fd8e61660be381707fc2b84f07b5f40d1ead44feb6a8e52fef98075e594522229d15a9ad56dd1471689cfa59409bec6447c22944d languageName: node linkType: hard -"playwright@npm:1.48.0": - version: 1.48.0 - resolution: "playwright@npm:1.48.0" +"playwright@npm:1.49.0": + version: 1.49.0 + resolution: "playwright@npm:1.49.0" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.48.0" + playwright-core: "npm:1.49.0" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10/85b06ae8d0ab7a5a8c9a0d416007b18f35a59455fad40438bda98cbe07c48f338e97b98b1d9214e27f08d6ac284eba0eaab722f5684cd17dd4a47f5b69d004b9 + checksum: 10/1fb198d09d388ec46cc2f0fc6b889a8bde8a75066ded82d35f08ba333091ebf3fc4ddf11263a86058a7078c7238ec4f23a86a9f1dc3ebd4f610c9eb07841fb32 languageName: node linkType: hard @@ -28399,7 +28399,7 @@ __metadata: "@lmc-eu/conventional-changelog-lmc-github": "npm:3.0.3" "@lmc-eu/eslint-config-react": "npm:2.0.5" "@omlet/cli": "npm:1.11.0" - "@playwright/test": "npm:1.48.0" + "@playwright/test": "npm:1.49.0" "@rollup/plugin-babel": "npm:6.0.4" "@rollup/plugin-node-resolve": "npm:15.3.0" "@svgr/webpack": "npm:8.1.0"