Skip to content

fix(create-plugin): unpin @playwright/test now that 1.62.1 fixes tsconfig resolution - #2815

Merged
tolzhabayev merged 2 commits into
mainfrom
chore/unpin-playwright
Aug 4, 2026
Merged

fix(create-plugin): unpin @playwright/test now that 1.62.1 fixes tsconfig resolution#2815
tolzhabayev merged 2 commits into
mainfrom
chore/unpin-playwright

Conversation

@tolzhabayev

Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:

Playwright 1.62.1 shipped with the fix for the tsconfig extends regression (microsoft/playwright#41989), so scaffolded plugins extending @grafana/tsconfig load fine again. Verified locally with a minimal scaffold layout: playwright test --list on 1.62.1 resolves the config where 1.62.0 crashed.

This reverts the ~1.61.1 template pin from #2806 back to a caret range (^1.62.1, so the broken 1.62.0 can never be resolved) and removes the temporary playwright pin step from ci.yml.

Which issue(s) this PR fixes:

Fixes #2805

Special notes for your reviewer:

@tolzhabayev tolzhabayev self-assigned this Aug 3, 2026
@tolzhabayev
tolzhabayev marked this pull request as ready for review August 3, 2026 11:29
@tolzhabayev
tolzhabayev requested a review from a team as a code owner August 3, 2026 11:29
@tolzhabayev
tolzhabayev requested review from eledobleefe, jackw and joshhunt and removed request for a team August 3, 2026 11:29
@grafana-catalog-project-bot grafana-catalog-project-bot Bot moved this from 📬 Triage to 🔬 In review in Grafana Catalog Team Aug 3, 2026
@tolzhabayev
tolzhabayev merged commit 3f5dc96 into main Aug 4, 2026
33 checks passed
@github-project-automation github-project-automation Bot moved this from 🔬 In review to 🚀 Shipped in Grafana Catalog Team Aug 4, 2026
@tolzhabayev
tolzhabayev deleted the chore/unpin-playwright branch August 4, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🚀 Shipped

Development

Successfully merging this pull request may close these issues.

e2e tests crash on Playwright 1.62: cannot resolve tsconfig "extends": "@grafana/tsconfig"

2 participants