Skip to content

chore(deps): weekly safe go updates · 1 package - #369

Open
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/deps/weekly-safe-go-20260810
Open

chore(deps): weekly safe go updates · 1 package#369
mendral-app[bot] wants to merge 1 commit into
mainfrom
mendral/deps/weekly-safe-go-20260810

Conversation

@mendral-app

@mendral-app mendral-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Packages bumped

Package Old New
github.com/charmbracelet/huh/spinner v0.0.0-20241127125741-aad810dfbce6 v0.0.0-20260223110133-9dc45e34a40b
Per-package detail

github.com/charmbracelet/huh/spinner

The spinner submodule pseudo-version is updated to match the charmbracelet/huh v1.0.0 release (Feb 23, 2026). The project already upgraded huh to v1.0.0 but the companion spinner submodule was left at the older Nov 2024 pseudo-version.

Changelog highlights:

  • Aligns spinner with huh v1.0.0 internal dependencies (bubbletea v1.3.10, lipgloss v1.1.0)
  • Accessibility improvements for spinner rendering
  • Better output handling (STDOUT for accessible mode, STDERR for regular)

Impact on this codebase: Used in cli/core/templates.go and cli/core/create.go with the basic spinner.New().Title(...).Action(func(){...}).Run() pattern. The high-level API is unchanged at this version. No code changes required.

Files modified

  • go.mod
  • go.sum
Skipped this ecosystem
Package Reason
github.com/Masterminds/semver/v3 Open PR #295 (→ v3.5.0)
github.com/blaxel-ai/sdk-go Open PR #368 (→ v0.26.0)
github.com/jedib0t/go-pretty/v6 Open PR #355 (→ v6.8.3)
github.com/spf13/pflag Open PR #367 (→ v1.0.10)
github.com/charmbracelet/lipgloss Intentionally pinned to pseudo-version above v1.1.0 for unreleased features
github.com/google/goexpect Repository archived; no newer release
All other direct deps Already at latest version

Note

Created by Mendral. Tag @mendral-app with feedback or questions.


Note

Low Risk
Lockfile-only dependency bump for a TUI spinner submodule with no code changes; risk is limited to possible minor terminal rendering or dependency alignment behavior.

Overview
Updates the direct dependency github.com/charmbracelet/huh/spinner from the Nov 2024 pseudo-version to v0.0.0-20260223110133-9dc45e34a40b, bringing it in line with github.com/charmbracelet/huh v1.0.0 after that main module was already upgraded.

Only go.mod and go.sum are touched; there are no application code changes. Existing CLI usage (spinner.New().Title(...).Action(...).Run() in cli/core/create.go / cli/core/templates.go, plus bubbletea spinner models elsewhere) should keep the same high-level API.

Reviewed by Cursor Bugbot for commit 40de11e. Bugbot is set up for automated code reviews on this repo. Configure here.

Bump github.com/charmbracelet/huh/spinner from
v0.0.0-20241127125741-aad810dfbce6 to
v0.0.0-20260223110133-9dc45e34a40b
@mendral-app
mendral-app Bot requested a review from a team August 10, 2026 09:11
@mendral-app
mendral-app Bot marked this pull request as ready for review August 10, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants