ci: ignore Playwright 1.59.x in dependabot - W-22345718#361
Merged
Conversation
Playwright 1.59 breaks @vscode/test-web@0.0.80's fs-provider race under Chromium 147: the Explorer tree renders empty, so every Web E2E test times out waiting for .cls-ext-file-icon. Reproduced locally with playwright@1.59.1 + chromium_headless_shell-1217. Upstream microsoft/vscode-test-web still pins playwright@^1.58.2 and has not validated 1.59. Ignore 1.59.x bumps to stop dependabot reopening the same unmergeable PR weekly. Remove these entries once test-web ships a 1.59-compatible release.
peternhale
requested changes
May 4, 2026
| - Ignore plans/conversation history (may be stale) | ||
| - Write content per [concise/SKILL.md](../concise/SKILL.md) | ||
| - Include `@W-XXXXX@` in "What issues does this PR fix or reference?" per [.github/PULL_REQUEST_TEMPLATE.md](../../../.github/PULL_REQUEST_TEMPLATE.md): | ||
| - **REQUIRED:** Body MUST contain the WI wrapped in `@`s (e.g. `@W-22345718@` or `[@W-22345718@](url)`). `pr-validation` checks title AND body separately — title-only will fail CI with "PRs need to reference a GUS Work Item in both the PR title AND body." The bare `W-XXXXX` in the title does NOT satisfy the body check; the `@...@` wrapping is what the regex looks for. Include it in "What issues does this PR fix or reference?" per [.github/PULL_REQUEST_TEMPLATE.md](../../../.github/PULL_REQUEST_TEMPLATE.md): |
Contributor
There was a problem hiding this comment.
We don't want URIs to GUS in public repos
peternhale
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ignoreentries for@playwright/testandplaywrightat the1.59.xrangeWhy
Playwright 1.59 breaks
@vscode/test-web@0.0.80's fs-provider race under Chromium 147: the Explorer tree renders empty, so every Web E2E test times out waiting for.cls-ext-file-icon. Reproduced locally withplaywright@1.59.1+chromium_headless_shell-1217.Upstream microsoft/vscode-test-web still pins
playwright: ^1.58.2and has not validated 1.59. Once they ship a 1.59-compatible release, remove these ignore entries so dependabot can bump both together.Work item
@W-22345718@
Test plan