From 68af428de6c7c382984aacd78785af840c57b947 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:36:36 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @playwright/test to v1.61.1 --- e2e/package-lock.json | 73 ++++++++++++++++++++++++++++++++++++++++--- e2e/package.json | 2 +- 2 files changed, 69 insertions(+), 6 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index a58c656c6..4689376bf 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@dotenvx/dotenvx": "1.57.1", - "@playwright/test": "1.60.0", + "@playwright/test": "1.61.1", "artillery": "2.0.32", "lodash": "4.18.1" }, @@ -2736,13 +2736,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.60.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz", - "integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==", + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.61.1.tgz", + "integrity": "sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0" + "playwright": "1.61.1" }, "bin": { "playwright": "cli.js" @@ -2751,6 +2751,53 @@ "node": ">=18" } }, + "node_modules/@playwright/test/node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/@playwright/test/node_modules/playwright": { + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.1.tgz", + "integrity": "sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "playwright-core": "1.61.1" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/@playwright/test/node_modules/playwright-core": { + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", @@ -3321,6 +3368,22 @@ "playwright": "1.60.0" } }, + "node_modules/artillery-engine-playwright/node_modules/@playwright/test": { + "version": "1.60.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz", + "integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "playwright": "1.60.0" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/artillery-plugin-apdex": { "version": "1.23.0", "resolved": "https://registry.npmjs.org/artillery-plugin-apdex/-/artillery-plugin-apdex-1.23.0.tgz", diff --git a/e2e/package.json b/e2e/package.json index 8a559b650..3aad1529a 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@dotenvx/dotenvx": "1.57.1", - "@playwright/test": "1.60.0", + "@playwright/test": "1.61.1", "artillery": "2.0.32", "lodash": "4.18.1" }, From 6776c655ff8a6ea023045317d9b3c51cc66318ae Mon Sep 17 00:00:00 2001 From: scttbnsn <80784472+scttbnsn@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:39:42 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore(e2e):=20bump=20the=20p?= =?UTF-8?q?laywright=20runner=20image=20to=20match=20@playwright/test=201.?= =?UTF-8?q?61.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PLAYWRIGHT_IMAGE was still pinned to v1.60.0-noble while Renovate bumped e2e/package.json's @playwright/test to 1.61.1, tripping the version-match guard in e2e-playwright.yml. Bumped the tag and its sha256 digest (resolved via docker buildx imagetools inspect) to v1.61.1-noble. renovate.json already groups @playwright/test and mcr.microsoft.com/playwright via a matching packageRule + customManager (added in ca65eb1f, migrated to managerFilePatterns in 06477495), so no config change was made there — this appears to be a one-off miss on the first live run since the migration rather than a config gap. --- .github/workflows/e2e-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-playwright.yml b/.github/workflows/e2e-playwright.yml index 72a458c07..d85aea519 100644 --- a/.github/workflows/e2e-playwright.yml +++ b/.github/workflows/e2e-playwright.yml @@ -88,7 +88,7 @@ jobs: # runner image rotated and dropped its pre-baked browser. # Pinned by digest as well as tag so a mutated/republished :v1.60.0-noble # tag cannot silently change the image we pull and run. - PLAYWRIGHT_IMAGE: mcr.microsoft.com/playwright:v1.60.0-noble@sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948 + PLAYWRIGHT_IMAGE: mcr.microsoft.com/playwright:v1.61.1-noble@sha256:5b8f294aff9041b7191c34a4bab3ac270157a28774d4b0660e9743297b697e48 steps: - name: Harden Runner