Skip to content

chore(deps-dev): bump @playwright/test and playwright to 1.61.1#796

Merged
borisno2 merged 1 commit into
mainfrom
claude/pr-660-test-fixes-cwtclh
Jul 21, 2026
Merged

chore(deps-dev): bump @playwright/test and playwright to 1.61.1#796
borisno2 merged 1 commit into
mainfrom
claude/pr-660-test-fixes-cwtclh

Conversation

@borisno2

Copy link
Copy Markdown
Member

Supersedes #660.

Problem

Dependabot #660 bumped @playwright/test from 1.60.0 to 1.61.1 but left the standalone playwright devDependency at ^1.60.0 in both the root package.json and packages/ui/package.json. As a result the lockfile kept playwright@1.60.0 installed alongside @playwright/test@1.61.1.

Two Playwright installs in the tree caused the e2e job to fail:

Error: Playwright Test did not expect test.describe() to be called here.
...
- You have two different versions of @playwright/test.

Fix

Align the standalone playwright devDependency to ^1.61.1 in the root and packages/ui, and regenerate pnpm-lock.yaml. A single Playwright version (1.61.1) now resolves across the workspace, so the e2e runner and the spec files share one @playwright/test.

Verified locally: node_modules/.pnpm contains only @playwright/test@1.61.1, playwright@1.61.1, and playwright-core@1.61.1 (no 1.60.0), and pnpm manypkg check passes.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AZv9WCjdYFJ5GagDwUrRTT


Generated by Claude Code

PR #660 bumped @playwright/test to 1.61.1 but left the standalone
`playwright` devDependency at ^1.60.0 in the root and packages/ui,
so the lockfile kept playwright@1.60.0 alongside @playwright/test@1.61.1.
Two Playwright installs caused the e2e suite to fail with
"Playwright Test did not expect test.describe() to be called here".

Align `playwright` to ^1.61.1 everywhere so a single version resolves.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AZv9WCjdYFJ5GagDwUrRTT
@changeset-bot

changeset-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 32510d9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stack-docs Ready Ready Preview, Comment Jul 21, 2026 12:06pm

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Core Package Coverage (./packages/core)

Status Category Percentage Covered / Total
🟢 Lines 92.63% (🎯 65%) 1145 / 1236
🟢 Statements 91.11% (🎯 65%) 1221 / 1340
🟢 Functions 97.93% (🎯 62%) 190 / 194
🟢 Branches 81.91% (🎯 50%) 820 / 1001
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for UI Package Coverage (./packages/ui)

Status Category Percentage Covered / Total
🔵 Lines 76.72% 244 / 318
🔵 Statements 76.29% 251 / 329
🔵 Functions 69.15% 74 / 107
🔵 Branches 64.25% 160 / 249
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for CLI Package Coverage (./packages/cli)

Status Category Percentage Covered / Total
🔵 Lines 79.4% 1496 / 1884
🔵 Statements 79.1% 1556 / 1967
🔵 Functions 86.19% 206 / 239
🔵 Branches 67.31% 655 / 973
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Auth Package Coverage (./packages/auth)

Status Category Percentage Covered / Total
🔵 Lines 97.45% 115 / 118
🔵 Statements 97.52% 118 / 121
🔵 Functions 100% 38 / 38
🔵 Branches 92.85% 78 / 84
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Package Coverage (./packages/storage)

Status Category Percentage Covered / Total
🔵 Lines 76.65% 197 / 257
🔵 Statements 78.13% 218 / 279
🔵 Functions 85.89% 67 / 78
🔵 Branches 72.98% 181 / 248
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for RAG Package Coverage (./packages/rag)

Status Category Percentage Covered / Total
🔵 Lines 47.97% 355 / 740
🔵 Statements 48.14% 377 / 783
🔵 Functions 54.26% 70 / 129
🔵 Branches 42.55% 180 / 423
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage S3 Package Coverage (./packages/storage-s3)

Status Category Percentage Covered / Total
🔵 Lines 100% 40 / 40
🔵 Statements 100% 40 / 40
🔵 Functions 100% 9 / 9
🔵 Branches 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for Storage Vercel Package Coverage (./packages/storage-vercel)

Status Category Percentage Covered / Total
🔵 Lines 100% 68 / 68
🔵 Statements 100% 71 / 71
🔵 Functions 100% 15 / 15
🔵 Branches 97.87% 46 / 47
File CoverageNo changed files found.
Generated in workflow #1499 for commit 32510d9 by the Vitest Coverage Report Action

@borisno2
borisno2 merged commit 3e2ead2 into main Jul 21, 2026
6 checks passed
@borisno2
borisno2 deleted the claude/pr-660-test-fixes-cwtclh branch July 21, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants