chore(deps): playwright 1.62.1 -> 1.63.0 incl. Dockerfile pins - #4146
chore(deps): playwright 1.62.1 -> 1.63.0 incl. Dockerfile pins#4146rajatvarna wants to merge 1 commit into
Conversation
Dependabot's package.json-only bump (career-ops-hq#4135) trips the Dockerfile pin-sync gate in test-all.mjs (FROM tag, --save-exact, line-2 comment must match package.json), failing Tests on all three OSes. Bump all four together; v1.63.0-jammy is published on MCR. Supersedes career-ops-hq#4135.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (2)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughPlaywright is upgraded from 1.62.1 to 1.63.0 in the Docker base image, pinned installation, and project dependency. ChangesPlaywright upgrade
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to This is a consistent dependency and container-image upgrade with no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 9✅ Passed checks (9 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
🚀 Post-Merge Actions
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 |
Supersedes #4135, whose package.json-only bump trips the Dockerfile pin-sync gate in test-all.mjs (test run 34732928892: same 3 failures on ubuntu, macos and windows). The gate requires the FROM tag, the --save-exact pin and the line-2 comment to match package.json, so this bumps all four together. Verified mcr.microsoft.com/playwright:v1.63.0-jammy is published and replicated the gate locally (all pins 1.63.0). No root lockfile is tracked, so none is included. Follow-up suggestion: teach dependabot or a workflow to bump the Dockerfile pins alongside package.json so every npm bump does not red the matrix again.
Updates Playwright from
1.62.1to1.63.0.package.json:101: Updates the dependency pin.Dockerfile:2,6,38: Aligns the image tag, version comment, and exact install pin.1.63.0browser image and package. No public API changes are included.Dockerfileandpackage.jsonchanged.AGENTS.md,modes/,update-system.mjs,DATA_CONTRACT.md,providers/, and.github/were not changed.