chore(deps): refresh dependencies - #96
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs real behavior proof before merge. Reviewed August 23, 2026, 11:50 AM ET / 15:50 UTC. ClawSweeper reviewWhat this changesThe PR updates the Charmbracelet ANSI module and refreshes immutable CodeQL and TruffleHog GitHub Action pins. Merge readiness⛔ Blocked until stronger real behavior proof is added - 5 items remain Keep open: this is a coherent consolidation of current dependency updates that are not on main or in v0.14.7, but it needs inspectable after-fix proof for the direct TUI consumer before merge. Priority: P3 Review scores
Verification
How this fits togetherThe Go module supplies crawlkit’s terminal browser, while GitHub workflows run static analysis and verified-secret scanning. This PR changes the dependency resolution and automation versions that feed those two surfaces. flowchart TD
A[Go module and checksums] --> B[Dependency resolver]
B --> C[Terminal archive browser]
D[CodeQL and secret scan pins] --> E[GitHub Actions]
E --> F[Analysis and secret-scan results]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Land one SHA-pinned consolidated refresh after required CI completes and a redacted terminal proof demonstrates the TUI’s ANSI-dependent rendering on the updated module. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a dependency-maintenance PR rather than a report of broken behavior; source inspection identifies the affected TUI consumer. Is this the best way to solve the issue? Yes, one consolidated update is preferable to landing three overlapping dependency PRs, provided it includes TUI-facing after-fix proof. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 1ae588d4fad5. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Summary
github.com/charmbracelet/x/ansi0.11.7 → 0.11.8.github/codeql-action4.37.6 → 4.37.7 andtrufflesecurity/trufflehog3.96.0 → 3.97.0; immutable commit pins are preserved.Verification
go mod tidygo vet ./...go test -count=1 ./...— all 17 packages passed.go build -o /private/tmp/t30-crawlctl ./cmd/crawlctlcrawlctl --helpandcrawlctl --version, both exit 0.go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./...— no reachable vulnerabilities.