chore(deps): update Go dependencies and bump to 2.6.3 - #275
Conversation
Update every outdated module in go.mod: lipgloss v2.0.6 and golang.org/x/crypto v0.55.0 as direct dependencies, plus the indirect set (charmbracelet/ultraviolet, x/ansi v0.11.8, regexp2/v2 v2.6.0, plan9stats, perfstat, xo/terminfo v1.0.0, x/mod v0.39.0, x/exp, rogpeppe/go-internal v1.16.0, charmbracelet/x/exp/golden). Bump the version to 2.6.3 in VERSION, CLAUDE.md, .plugin/plugin.json, mcpb/manifest.json, and lhm.plugin.json, then regenerate the derived artifacts (llms files, README stats, token footprint, site stats, action catalog manifest, LobeHub capability arrays). server.json keeps its version until the release workflow stamps it alongside the real GoReleaser checksums. Also drop an unnecessary variable declaration in a dynamic-registry test condition (SonarCloud godre:S8193). govulncheck reports only the accepted GO-2026-5932 advisory (openpgp via go-selfupdate), unchanged by this update.
|
Warning Review limit reached
Next review available in: 7 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
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 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates all out-of-date Go dependencies to their latest versions, bumps the project version to 2.6.3 across metadata and generated artifacts, and applies a minor test cleanup to satisfy static analysis. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|



Summary
Updates every outdated Go module and bumps the project version to 2.6.3.
Dependency updates
Direct:
charm.land/lipgloss/v2golang.org/x/cryptoIndirect:
charmbracelet/ultraviolet,charmbracelet/x/ansiv0.11.8,charmbracelet/x/exp/golden,dlclark/regexp2/v2v2.6.0,lufia/plan9stats,power-devops/perfstat,xo/terminfov1.0.0,golang.org/x/modv0.39.0,golang.org/x/exp,rogpeppe/go-internalv1.16.0.After the update, every module required by
go.modis at its latest version. The remaining entriesgo list -u -m allreports (protobuf, cel-go, x/net, graphql-go, goldmark, …) belong to dependencies' own test graphs and are not required by this module.Version bump
VERSION,CLAUDE.md,.plugin/plugin.json,mcpb/manifest.json,lhm.plugin.json→ 2.6.3.server.jsonintentionally keeps 2.6.2 until the release workflow stamps it together with the real GoReleaser checksums.Regenerated derived artifacts: llms files, README stats, token footprint, site stats, action catalog manifest, LobeHub capability arrays.
Also
Removes an unnecessary variable declaration in a dynamic-registry test condition (SonarCloud
godre:S8193).Verification
go build ./..., fullgo test ./internal/..., e2e compile-only: cleanmake govulncheck: PASS — only the acceptedGO-2026-5932advisory (openpgp via go-selfupdate), unchanged by this updatemake audit-1to1: 0 gapsmake analyze-fixappliedSummary by Sourcery
Update Go dependencies to their latest compatible versions and bump the project version to 2.6.3, refreshing all derived manifests and stats accordingly.
Enhancements:
Build:
Summary by Bito