From cb85135356d03fac2f1f2cf57b39259c85b56331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:16:20 +0000 Subject: [PATCH 1/8] chore(deps-dev): bump @guidepup/setup in the guidepup group Bumps the guidepup group with 1 update: [@guidepup/setup](https://github.com/guidepup/setup). Updates `@guidepup/setup` from 0.19.3 to 0.20.0 - [Release notes](https://github.com/guidepup/setup/releases) - [Commits](https://github.com/guidepup/setup/compare/0.19.3...0.20.0) --- updated-dependencies: - dependency-name: "@guidepup/setup" dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: guidepup ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a89a5f817f97..b91a5c9103a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@guidepup/guidepup": "0.24.0", "@guidepup/playwright": "0.14.2", "@guidepup/record": "0.1.0", - "@guidepup/setup": "0.19.3", + "@guidepup/setup": "0.20.0", "@playwright/experimental-ct-core": "1.56.1", "@playwright/experimental-ct-react": "1.56.1", "@playwright/experimental-ct-vue": "1.56.1", @@ -6982,13 +6982,12 @@ } }, "node_modules/@guidepup/setup": { - "version": "0.19.3", - "resolved": "https://registry.npmjs.org/@guidepup/setup/-/setup-0.19.3.tgz", - "integrity": "sha512-vfRCFfzJF9lqrxnOnlyHo9CkQInnI782opMDk6Wk64nPWHH88vDPhIljRYLZgzmN9UBsIhzJTjkTWEF2rH/cVQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@guidepup/setup/-/setup-0.20.0.tgz", + "integrity": "sha512-eSU8Su6WDWsmIr47FvmIKC5Au+0sH0zoYxqigb/kDvGtGnMVdCdozT5WNSLsj7muZYCxgiLpZr5dJiJoIzwoOA==", "dev": true, "license": "MIT", "dependencies": { - "@guidepup/guidepup": "^0.24.0", "@guidepup/record": "^0.1.0", "chalk": "^4.0.0", "decompress": "^4.2.1", diff --git a/package.json b/package.json index 9c16d0e82773..0f4651b426dc 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@guidepup/guidepup": "0.24.0", "@guidepup/playwright": "0.14.2", "@guidepup/record": "0.1.0", - "@guidepup/setup": "0.19.3", + "@guidepup/setup": "0.20.0", "@playwright/experimental-ct-core": "1.56.1", "@playwright/experimental-ct-react": "1.56.1", "@playwright/experimental-ct-vue": "1.56.1", From 886479be2665fbe255a24c015c281a52920fb8e5 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 05:35:40 +0100 Subject: [PATCH 2/8] Enable macOS support in Playwright workflow (#5491) * Enable macOS support in Playwright workflow * Update 02-e2e-screen-reader.yml --- .github/workflows/01-init-playwright.yml | 3 +-- .github/workflows/02-e2e-screen-reader.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index 53dd993f33ad..36a0ca447f9d 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -20,8 +20,7 @@ jobs: # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - # os: [macos-13, windows-2022] - os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now + os: [macos-13, windows-2022] steps: - name: ⏬ Checkout repo uses: actions/checkout@v5 diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 1afa589baef5..72303b74f148 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -21,8 +21,7 @@ jobs: # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - # os: [macos-13, windows-2022] - os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now + os: [macos-13, windows-2022] shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: From 38054ab2fd813f5b876591f13b033d199448b520 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:24:06 +0100 Subject: [PATCH 3/8] Update OS versions in GitHub Actions workflow --- .github/workflows/01-init-playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index 36a0ca447f9d..dc05d5799785 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -17,10 +17,10 @@ jobs: strategy: fail-fast: false matrix: - # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable + # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - os: [macos-13, windows-2022] + os: [macos-14-xlarge, windows-2022] steps: - name: ⏬ Checkout repo uses: actions/checkout@v5 From c35923cb1c9dcab501598c9df673e797bfc72cf0 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:24:22 +0100 Subject: [PATCH 4/8] Update OS versions in e2e screen reader workflow --- .github/workflows/02-e2e-screen-reader.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 72303b74f148..9757a30c6bf3 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -18,10 +18,10 @@ jobs: strategy: fail-fast: false matrix: - # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable + # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - os: [macos-13, windows-2022] + os: [macos-14-xlarge, windows-2022] shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: From 5c181bd369d24f4fc086d2bddc6821e328529add Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:38:29 +0100 Subject: [PATCH 5/8] Update macOS version in GitHub Actions workflow --- .github/workflows/01-init-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index dc05d5799785..0dbe72c45e54 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -20,7 +20,7 @@ jobs: # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - os: [macos-14-xlarge, windows-2022] + os: [macos-14, windows-2022] steps: - name: ⏬ Checkout repo uses: actions/checkout@v5 From b37f3a2d948ce38ebafe994e0d28b3530b7e40ee Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 06:38:38 +0100 Subject: [PATCH 6/8] Update 02-e2e-screen-reader.yml --- .github/workflows/02-e2e-screen-reader.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 9757a30c6bf3..753fa25806ee 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -21,7 +21,7 @@ jobs: # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ - os: [macos-14-xlarge, windows-2022] + os: [macos-14, windows-2022] shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: From 76ded16f44aa8d24a8354ffea6c01d749b47cfd1 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:37:43 +0100 Subject: [PATCH 7/8] Update TODO comment for Voiceover on MacOS 15 --- .github/workflows/02-e2e-screen-reader.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 753fa25806ee..8dee8f50fb38 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable + # TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ os: [macos-14, windows-2022] From 26243334b610762d5d60b4ef7323365516140762 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:37:47 +0100 Subject: [PATCH 8/8] Update TODO comment for MacOS runner migration --- .github/workflows/01-init-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index 0dbe72c45e54..e44674c6a7db 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - # TODO: enable again after guidepup controlling Voiceover on MacOS 15 gets more stable + # TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable # https://github.com/actions/runner-images/issues/11257 needs to get fixed for that # the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/ os: [macos-14, windows-2022]