Skip to content

deps: bump bubbletea v2.0.8, lipgloss v2.0.5 - #43375

Merged
pelikhan merged 2 commits into
mainfrom
copilot/deps-update-safe-patch-dependencies
Jul 4, 2026
Merged

deps: bump bubbletea v2.0.8, lipgloss v2.0.5#43375
pelikhan merged 2 commits into
mainfrom
copilot/deps-update-safe-patch-dependencies

Conversation

CopilotAI commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Patch bumps for two Charm rendering dependencies — both updates are emoji rendering bug fixes via an upgraded ultraviolet dep, no API or breaking changes.

Changes

  • charm.land/bubbletea/v2: v2.0.7 → v2.0.8
  • charm.land/lipgloss/v2: v2.0.4 → v2.0.5
  • go mod tidy to sync go.sum

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Update safe patch dependencies for emoji rendering fixesdeps: bump bubbletea v2.0.8, lipgloss v2.0.5Jul 4, 2026
CopilotAI requested a review from pelikhanJuly 4, 2026 11:21
@github-actionsgithub-actionsBot mentioned this pull request Jul 4, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 PR Triage — Run §28706384347

FieldValue
Categorychore
Risk🟢 Low
Score38 / 100
Action🔄 batch_review
Batchpr-batch:draft-backlog

Score breakdown: impact 16 + urgency 10 + quality 12

Bumps bubbletea v2.0.8 and lipgloss v2.0.5 — both are emoji rendering bug fixes via an updated ultraviolet dep, no API changes (+3/-3 in 2 files). Draft — batch with other low-risk maintenance PRs when ready.

Generated by 🔧 PR Triage Agent · 56.5 AIC · ⌖ 8.62 AIC · ⊞ 5.5K ·

@pelikhan
pelikhan marked this pull request as ready for review July 4, 2026 16:00
CopilotAI review requested due to automatic review settings July 4, 2026 16:00
@github-actions

github-actionsBot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR does not have the 'implementation' label and has ≤100 new lines of code in business logic directories.

@github-actions

github-actionsBot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

PR Code Quality Reviewer completed the code quality review.

@github-actions

github-actionsBot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions

github-actionsBot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. PR #43375 only bumps go.mod and go.sum (bubbletea v2.0.8, lipgloss v2.0.5). Test Quality Sentinel skipped.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates terminal UI rendering dependencies in gh-aw by bumping Charm’s Lip Gloss module version and syncing module checksums, aligning the repository with the latest patch release for emoji-rendering fixes.

Changes:

  • Bump charm.land/lipgloss/v2 from v2.0.4 to v2.0.5 in go.mod.
  • Sync go.sum entries to match the updated module version and checksums.
Show a summary per file
FileDescription
go.modUpdates the Lip Gloss dependency version used by the CLI’s TUI/rendering stack.
go.sumUpdates checksum entries to reflect the dependency bump (and tidy/sum normalization).

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment threadgo.mod
Comment on lines 7 to +9
charm.land/bubbletea/v2 v2.0.8
charm.land/huh/v2 v2.0.3
charm.land/lipgloss/v2 v2.0.4
charm.land/lipgloss/v2 v2.0.5
@pelikhan
pelikhan merged commit 9a1d55b into mainJul 4, 2026
73 of 84 checks passed
@pelikhan
pelikhan deleted the copilot/deps-update-safe-patch-dependencies branch July 4, 2026 16:05

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean patch bump — no issues in the diff

The actual changes (lipgloss v2.0.4 → v2.0.5, go.sum hashes updated) are correct and low-risk. No logic, concurrency, or security concerns in a dependency-version-only change.

Review notes
  • Only go.mod and go.sum are touched; the lipgloss version line and its two go.sum hash entries are the sole changed lines.
  • The bubbletea bump mentioned in the PR title/description is not present in the diff (already flagged by an existing review comment).
  • h1: digest format is correct Go module checksum syntax.
  • No API or interface surface changed; PR author confirms this is an emoji rendering bugfix via the ultraviolet dep.

🔎 Code quality review by PR Code Quality Reviewer · 16.1 AIC · ⌖ 6.23 AIC · ⊞ 5.4K
Comment /review to run again

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /codebase-design — no issues found. This is a clean patch-level dependency update.

📋 Review Summary

What was checked

  • go.mod: charm.land/lipgloss/v2 v2.0.4 → v2.0.5 (correct version string)
  • go.sum: Corresponding checksums updated correctly
  • No source code changes — pure dependency maintenance

Positive Highlights

  • ✅ Minimal, focused diff with no unrelated changes
  • ✅ PR description accurately describes the motivation (emoji rendering bug fixes via ultraviolet)
  • go mod tidy applied to keep go.sum consistent
  • ✅ Both bumps are patch-level with no API or breaking changes

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 24.7 AIC · ⌖ 6.96 AIC · ⊞ 6.6K
Comment /matt to run again

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: deps: bump bubbletea v2.0.8, lipgloss v2.0.5

Clean patch-level dependency bump. Changes are limited to go.mod and go.sum only:

  • charm.land/bubbletea/v2 v2.0.7 → v2.0.8
  • charm.land/lipgloss/v2 v2.0.4 → v2.0.5

Both are emoji rendering bug fixes via an upgraded ultraviolet dep per the PR description. The go.sum hash entries are correctly updated. No API or behavioral changes — safe to merge. ✅

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · 15.4 AIC · ⌖ 5.71 AIC · ⊞ 4.9K

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deps] Update safe patch dependencies (2 updates)

3 participants

@pelikhan