chore: bump Playwright to 1.61 and align README dependency examples#92
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
commit: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (13)
📝 WalkthroughWalkthroughUpdated Playwright to 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Benchmark ResultsCompared PR head Dev Rollup
Production Build BenchmarksRendered 7 production build benchmarks.
full Dev Fixture SummaryRendered 7 dev benchmark fixtures from the
large-355-ssr-esm Plugin Operations
synthetic-1024-ssr-esm Plugin Operations
synthetic-1024-ssr-esm-split Plugin Operations
synthetic-256-sourcemaps Plugin Operations
synthetic-256-ssr-esm Plugin Operations
synthetic-256-ssr-esm-split Plugin Operations
synthetic-48-ssr-esm Plugin Operations
Synthetic Rsbuild AppRendered 2 production build benchmarks.
Rendered 1 dev benchmark fixture from the embedded complex app.
Profile: |
Summary
Two small chores split out of the React Router 8 branch (#74) so they can land ahead of it:
1.58.0→^1.61.1across the workspace root and every example (the epic-stack examples had exact1.58.0pins), so the installed browser build matches the runner everywhere. CI now installs browsers viapnpm exec(locally pinned binary) instead ofnpx.^7.1.3to^7.13.0, matching the plugin's actual@react-router/nodedependency floor.Includes an intentionally empty changeset (docs/devDeps/CI only — no release).
Testing
pnpm install --frozen-lockfilepasses (same check CI runs)@playwright/test@1.61.1across all e2e-covered examples🤖 Generated with Claude Code