From 5a9a62a8ba350a882370d1b3c05522010348bacb Mon Sep 17 00:00:00 2001 From: t Date: Tue, 11 Aug 2026 17:41:29 -0300 Subject: [PATCH] chore(e2e): bump e2e-test-utils to 2.1.8 for bulk-import bulk-import is still on 2.1.6. 2.1.8 carries the coverage collection fix that intelligent-assistant (#3200), adoption-insights (#3235) and the workspaces in #3199 already picked up. One workspace per PR: the Prow e2e step refuses to run when more than one workspace changed, so a combined PR produces no coverage at all. Lockfile regenerated with yarn 4.17.1 using --mode=update-lockfile. --- workspaces/bulk-import/e2e-tests/package.json | 2 +- workspaces/bulk-import/e2e-tests/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workspaces/bulk-import/e2e-tests/package.json b/workspaces/bulk-import/e2e-tests/package.json index 07627e9b50..7184660e1a 100644 --- a/workspaces/bulk-import/e2e-tests/package.json +++ b/workspaces/bulk-import/e2e-tests/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@eslint/js": "^9.39.2", "@playwright/test": "^1.59.1", - "@red-hat-developer-hub/e2e-test-utils": "2.1.6", + "@red-hat-developer-hub/e2e-test-utils": "2.1.8", "@types/node": "^24.10.1", "eslint": "^9.39.2", "eslint-plugin-check-file": "^3.3.1", diff --git a/workspaces/bulk-import/e2e-tests/yarn.lock b/workspaces/bulk-import/e2e-tests/yarn.lock index 28e777be6f..ab89deb80c 100644 --- a/workspaces/bulk-import/e2e-tests/yarn.lock +++ b/workspaces/bulk-import/e2e-tests/yarn.lock @@ -361,9 +361,9 @@ __metadata: languageName: node linkType: hard -"@red-hat-developer-hub/e2e-test-utils@npm:2.1.6": - version: 2.1.6 - resolution: "@red-hat-developer-hub/e2e-test-utils@npm:2.1.6" +"@red-hat-developer-hub/e2e-test-utils@npm:2.1.8": + version: 2.1.8 + resolution: "@red-hat-developer-hub/e2e-test-utils@npm:2.1.8" dependencies: "@axe-core/playwright": "npm:4.11.1" "@backstage-community/plugin-rbac-common": "npm:1.26.0" @@ -386,7 +386,7 @@ __metadata: zx: "npm:8.8.5" peerDependencies: "@playwright/test": ^1.57.0 - checksum: 10/a5000ff2539618600baa5d9c3153edec0bf4dc4d14388a0589ce987f891ca840f3cc72f29497a67ea5ad96e81d177784ff2e48cdccbebaf5244f3f46d3c90300 + checksum: 10/bba18652a460b4457aac15427bcc6af6fb134138cfa97eefb8860c5212786c225425702381b18be5e6a9a9ff1faeaa0752a1b878756776bf3ef4d0a913efb2d8 languageName: node linkType: hard @@ -991,7 +991,7 @@ __metadata: dependencies: "@eslint/js": "npm:^9.39.2" "@playwright/test": "npm:^1.59.1" - "@red-hat-developer-hub/e2e-test-utils": "npm:2.1.6" + "@red-hat-developer-hub/e2e-test-utils": "npm:2.1.8" "@types/node": "npm:^24.10.1" eslint: "npm:^9.39.2" eslint-plugin-check-file: "npm:^3.3.1"