From e215df8d97810640b07bc6ccacf535e71047c202 Mon Sep 17 00:00:00 2001 From: Vinicius Goulart Date: Mon, 19 Aug 2024 19:26:17 +0200 Subject: [PATCH] chore: update playwright --- .github/workflows/TASKLIST_CARBONISATION.yml | 2 +- .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml | 2 +- .github/workflows/VISUAL_REGRESSION.yml | 2 +- package-lock.json | 51 ++++++++++--------- package.json | 2 +- 5 files changed, 31 insertions(+), 28 deletions(-) diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 657392d43..cd4dcff6d 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -11,7 +11,7 @@ jobs: name: Run visual regression runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.43.1 + image: mcr.microsoft.com/playwright:v1.44.1 options: --user 1001:1000 steps: - name: Checkout form-js diff --git a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml index ac96251e4..ce87bd0a3 100644 --- a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml +++ b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml @@ -9,7 +9,7 @@ jobs: if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots')) runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.43.1 + image: mcr.microsoft.com/playwright:v1.44.1 options: --user 1001:1000 steps: diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index 5eabbcee4..01c7513c8 100644 --- a/.github/workflows/VISUAL_REGRESSION.yml +++ b/.github/workflows/VISUAL_REGRESSION.yml @@ -5,7 +5,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.43.1 + image: mcr.microsoft.com/playwright:v1.44.1 options: --user 1001:1000 steps: - name: Check out repository code diff --git a/package-lock.json b/package-lock.json index 677c19ae6..eee1e8ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@bpmn-io/properties-panel": "^3.20.0", "@carbon/react": "^1.56.0", "@carbon/styles": "^1.56.0", - "@playwright/test": "^1.43.1", + "@playwright/test": "^1.44.1", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.0", @@ -4498,12 +4498,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz", - "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", + "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright": "1.43.1" + "playwright": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -17221,12 +17222,13 @@ } }, "node_modules/playwright": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", - "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", + "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.43.1" + "playwright-core": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -17239,10 +17241,11 @@ } }, "node_modules/playwright-core": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", - "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", + "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, @@ -22827,7 +22830,7 @@ "didi": "^10.2.2", "dompurify": "^3.1.2", "feelers": "^1.3.1", - "feelin": "^3.1.0", + "feelin": "^3.1.1", "flatpickr": "^4.6.13", "ids": "^1.0.5", "lodash": "^4.17.21", @@ -24516,12 +24519,12 @@ "dev": true }, "@playwright/test": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz", - "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", + "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", "dev": true, "requires": { - "playwright": "1.43.1" + "playwright": "1.44.1" } }, "@puppeteer/browsers": { @@ -33443,19 +33446,19 @@ } }, "playwright": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", - "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", + "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", "dev": true, "requires": { "fsevents": "2.3.2", - "playwright-core": "1.43.1" + "playwright-core": "1.44.1" } }, "playwright-core": { - "version": "1.43.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", - "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", + "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", "dev": true }, "postcss": { diff --git a/package.json b/package.json index 2e1a2be4a..20a3b3477 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@bpmn-io/properties-panel": "^3.20.0", "@carbon/react": "^1.56.0", "@carbon/styles": "^1.56.0", - "@playwright/test": "^1.43.1", + "@playwright/test": "^1.44.1", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.0",