From dec3d5cb4d09106fb3a640f5d24d6e4652238e80 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:39:51 +0000 Subject: [PATCH 1/2] Initial plan From 749b3dc8707c0a8cfd996a3c6c722be556d929b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:45:30 +0000 Subject: [PATCH 2/2] Bump @playwright/test to 1.57.0 Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com> --- package-lock.json | 69 ++++++++--------------------------------------- package.json | 4 +-- 2 files changed, 13 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0beeefe615..b7d6660f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@github/browserslist-config": "^1.0.0", "@github/markdownlint-github": "^0.8.0", "@github/prettier-config": "0.0.6", - "@playwright/test": "^1.49.1", + "@playwright/test": "^1.57.0", "@primer/css": "22.0.2", "@primer/stylelint-config": "^13.1.1", "@rollup/plugin-node-resolve": "^16.0.1", @@ -43,7 +43,7 @@ "glob": "^11.0.2", "markdownlint-cli2": "^0.19.1", "mocha": "^11.0.1", - "playwright": "^1.49.1", + "playwright": "^1.57.0", "postcss": "^8.4.16", "postcss-cli": "^11.0.0", "postcss-import": "^16.0.0", @@ -3086,46 +3086,17 @@ } }, "node_modules/@playwright/test": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", - "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", - "dev": true, - "dependencies": { - "playwright": "1.56.1" - }, - "bin": { - "playwright": "cli.js" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@playwright/test/node_modules/playwright": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", - "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", + "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.1" + "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "fsevents": "2.3.2" - } - }, - "node_modules/@playwright/test/node_modules/playwright-core": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", - "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", - "dev": true, - "bin": { - "playwright-core": "cli.js" - }, "engines": { "node": ">=18" } @@ -15101,30 +15072,12 @@ "dev": true }, "@playwright/test": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz", - "integrity": "sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz", + "integrity": "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==", "dev": true, "requires": { - "playwright": "1.56.1" - }, - "dependencies": { - "playwright": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", - "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", - "dev": true, - "requires": { - "fsevents": "2.3.2", - "playwright-core": "1.56.1" - } - }, - "playwright-core": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", - "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", - "dev": true - } + "playwright": "1.57.0" } }, "@primer/behaviors": { diff --git a/package.json b/package.json index a4368828e5..ddcd6a3bd1 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@github/browserslist-config": "^1.0.0", "@github/markdownlint-github": "^0.8.0", "@github/prettier-config": "0.0.6", - "@playwright/test": "^1.49.1", + "@playwright/test": "^1.57.0", "@primer/css": "22.0.2", "@primer/stylelint-config": "^13.1.1", "@rollup/plugin-node-resolve": "^16.0.1", @@ -80,7 +80,7 @@ "glob": "^11.0.2", "markdownlint-cli2": "^0.19.1", "mocha": "^11.0.1", - "playwright": "^1.49.1", + "playwright": "^1.57.0", "postcss": "^8.4.16", "postcss-cli": "^11.0.0", "postcss-import": "^16.0.0",