fix(deps): update fast-uri to 3.1.6 - #749
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour. 📝 WalkthroughWalkthroughThe lockfile updates the pinned ChangesDependency lock update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the locked fast-uri dependency to 3.1.6 with matching package metadata; no current merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
The inherited
fast-uri 3.1.5development dependency makes the Ubuntu/Node 22 security audit fail onnext, blocking PRs #742 and #747. Update its locked version to3.1.6, the patched 3.x release for all four recorded advisories.Only the
version,resolved, andintegrityvalues in the singlenode_modules/fast-urilock entry change. Byte comparison confirms every other byte is preserved, including Ajv ranges,dev: true, license and funding.Testing
fast-uri 3.1.6.npm audit --audit-level=high: zero vulnerabilities.git diff --checkand clean candidate verification passed on0c7c100630e962c25e687badd49197c3322d897b.GO-748on the exact candidate; packet-only review with no tool calls. PREQUAL used a separate fresh reviewer.CI run 34081270107 passed all six OS/Node lanes on attempt 1 at
0c7c100630e962c25e687badd49197c3322d897b. Ubuntu/Node 22 passed the security audit, demo generation and enforced eval thresholds. GitHub test-merge tree equals the reviewed candidate tree. CodeRabbit reviewed this head and reported no actionable findings.The demo report-only grounded-match value is 116.7%; it is outside the enforced thresholds and is not used as evidence of answer quality. This dependency repair makes no real-repository quality claim.
npm run test:run— full CI matrixnpm run typecheck— CInpm run build— CInpm pack --dry-run— Ubuntu/Node 20 CIChecklist
Related issues
Refs #748. Integration of PRs #742 and #747 remains blocked until this repair is merged and verified afterward. #740 remains open.