build(deps): bump go-dependencies group (excluding betterleaks)#1654
Merged
Conversation
Bumps the go-dependencies group, matching dependabot PR #1652 but holding github.com/betterleaks/betterleaks at v1.5.0 (its v1.6.x CEL->Expr migration breaks redaction). - charm.land/bubbles/v2 2.1.0 -> 2.1.1 - charm.land/bubbletea/v2 2.0.7 -> 2.0.8 - charm.land/lipgloss/v2 2.0.4 -> 2.0.5 - github.com/posthog/posthog-go 1.16.2 -> 1.17.5 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Entire-Checkpoint: 01KWWCSP66YYGH6CJHNBPTQWR8
Contributor
There was a problem hiding this comment.
Pull request overview
Updates a small set of Go module dependencies (Charm TUI stack + PostHog telemetry) while intentionally holding github.com/betterleaks/betterleaks at v1.5.0 to avoid known breakage in the redact/ path.
Changes:
- Bump Charm dependencies:
bubbles→v2.1.1,bubbletea→v2.0.8,lipgloss→v2.0.5. - Bump telemetry dependency:
github.com/posthog/posthog-go→v1.17.5. - Update transitive dependency pin for
github.com/charmbracelet/ultravioletand corresponding sums; confirm no inadvertentbetterleaks v1.6.xentries.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required module versions for Charm packages, PostHog, and transitive ultraviolet, while keeping betterleaks pinned to v1.5.0. |
| go.sum | Refreshes checksums to match the bumped direct and transitive module versions. |
pfleidi
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://entire.io/gh/entireio/cli/trails/775
Applies the same dependency bumps as Dependabot #1652, excluding
github.com/betterleaks/betterleaks, which is held atv1.5.0.The betterleaks
v1.6.xrelease migrates its expression runtime from CEL to Expr and reworks pattern loading; it breaks our redaction path (redact/), so it is intentionally left out of this bump. Once that breakage is resolved, betterleaks can be bumped separately.Bumped
(
github.com/charmbracelet/ultravioletmoves as a transitive dep of the charm packages.)Held back
Verification
go build ./...— cleanmise run fmt && mise run lint— 0 issuesmise run test— 7587 passed, 5 skipped (incl.redact)Supersedes the four non-betterleaks updates in #1652.
🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only dependency bumps with no application code changes; betterleaks is explicitly held back to avoid breaking secret redaction.
Overview
Bumps Charm TUI dependencies (
bubbles,bubbletea,lipgloss) andposthog-gofor telemetry, with matchinggo.sumchecksum updates.github.com/charmbracelet/ultravioletmoves as a transitive dependency of the Charm stack.github.com/betterleaks/betterleaksstays at v1.5.0 on purpose: v1.6.x’s CEL→Expr migration breaks theredact/path, so that bump is deferred until redaction is fixed.Reviewed by Cursor Bugbot for commit fc7ba0d. Configure here.