chore(deps): bump @playwright/test to 1.63.0 - #160
Conversation
The one update left in renovate's npm-server group after #155. Its branch (#158) still carries the group's stale pre-#153 lockfile commit and a failing typecheck, so land the single bump fresh on main instead. Resolved with `npm install --before=2026-09-08` (release 2026-09-04, clears the 7-day minimumReleaseAge gate). Dev-only: drives the `test:e2e` Playwright suite, which is not part of CI. Verified: typecheck, typecheck:scripts, build, check:node-pin, test:coverage (1670 passed / 11 skipped), audit 0 vulnerabilities; `playwright test --list` parses the config and enumerates all 19 e2e tests on 1.63.0. Supersedes #158. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
This was written agentically; verify its assertions: Adversarial review receipt
🤖 Co-authored by Claude Fable 5.1. |
|
This was written agentically; verify its assertions: Review ledgerMachine-readable record of every review already performed on this PR. {
"version": 1,
"pr": 160,
"repo": "wrzonance/DMXr",
"reviews": [
{
"kind": "adversarial",
"provider": "codex",
"model": "gpt-5.6-sol",
"effort": "xhigh",
"mode": "cross-provider",
"harness": "claude",
"head_sha": "20d36751dfd18c32d3109249ce9acfacd4c35408",
"covered_heads": [
"20d36751dfd18c32d3109249ce9acfacd4c35408"
],
"counts": {
"p1": 0,
"p2": 0
},
"reviewed_at": "2026-09-15T17:48:17Z"
}
]
}🤖 Co-authored by Claude Fable 5.1. |
This was written agentically; verify its assertions:
Why
Renovate's #158 is the one update left in its
npm-servergroup after #155 landed the rest, but its branch still carries the group's stale pre-#153 lockfile commit (the same head #145 had) with a failing typecheck, and renovate has not rebased it yet. Landing the single bump fresh onmain.What
test:e2e, not part of CI)Resolved with
npm install --before=2026-09-08(released 2026-09-04, clears the 7-dayminimumReleaseAgegate). No source changes. Supersedes #158, which is closed as outdated.Testing
npm run typecheck,typecheck:scripts,build,check:node-pinpassnpm run test:coverage: 1670 passed, 11 skippednpm audit --audit-level=high: 0 vulnerabilitiesnpx playwright test --liston 1.63.0 parses the config and enumerates all 19 e2e testsnpm run test:e2eon 1.63.0 afternpx playwright install chromium: 19 passed, 0 failed🤖 Co-authored by Claude Fable 5.1.
🤖 Generated with Claude Code