chore(deps): bump vitest and @vitest/coverage-v8 to 5.0.0 - #161
Conversation
The real remaining content of renovate's major group (#159) once the other majors landed in #153 and #157. Resolved with `npm install --before=2026-09-08` (5.0.0 released 2026-09-03 and clears the 7-day minimumReleaseAge gate; 5.0.1, published today, is excluded by the same rule). vite stays on 8.2.2. Verified on all three vitest configs: test:coverage 1670 passed / 11 skipped with coverage unchanged (89.29% lines), test:ui 23/23, test:contract 3/3; typecheck and typecheck:scripts pass; audit 0. Supersedes #159. 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": 161,
"repo": "wrzonance/DMXr",
"reviews": [
{
"kind": "adversarial",
"provider": "codex",
"model": "gpt-5.6-sol",
"effort": "xhigh",
"mode": "cross-provider",
"harness": "claude",
"head_sha": "78ad3b8a32fe22badff82f99dd9ee96ac566eb4a",
"covered_heads": [
"78ad3b8a32fe22badff82f99dd9ee96ac566eb4a"
],
"counts": {
"p1": 0,
"p2": 0
},
"reviewed_at": "2026-09-15T17:50:32Z"
}
]
}🤖 Co-authored by Claude Fable 5.1. |
This was written agentically; verify its assertions:
Why
Renovate's #159 is the
major-npm-servergroup re-titled after the other majors landed (#153, #157), but its branch is still the stale pre-#153 commit and conflicts withmain. Its real remaining content is the vitest 5 major, landed here fresh.What
test:coverage)Resolved with
npm install --before=2026-09-08: 5.0.0 (released 2026-09-03) clears the repo's 7-dayminimumReleaseAgegate; 5.0.1 (published today) is excluded by the same rule. vite stays on 8.2.2. No source or config changes were needed. Supersedes #159, which is closed as outdated.Testing
npm run test:coverage: 106 files, 1670 passed, 11 skipped; coverage unchanged (89.29% lines)npm run test:ui(puppeteer): 23 passednpm run test:contract(live OFL API): 3 passednpm run typecheckandtypecheck:scriptspassnpm audit --audit-level=high: 0 vulnerabilities🤖 Co-authored by Claude Fable 5.1.
🤖 Generated with Claude Code