Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps github.com/charmbracelet/gum from 0.13.0 to 0.17.0.

Release notes

Sourced from github.com/charmbracelet/gum's releases.

v0.17.0

Pad Everything

This is a small feature release that adds --padding to as many commands as possible. For example:

Padding arguments work similarly to CSS values:

  • With one value, padding applies to all sides (--padding="4")
  • With two values, padding applies vertically and horizontally, respectively (--padding="4 10")
  • With four values, padding applies top, right, bottom, and left, respectively (--padding="4 10")

Which commands can be padded? These:

  • choose
  • confirm
  • file
  • filter
  • input
  • pager
  • spin
  • style
  • table
  • write

Special thanks to @​caarlos0 for banging this one out in record time, for none other than @​dhh. 💎

Changelog

New Features

  • 6045525ab92f75c169d3c69596844d8748437e37: feat: adding --padding to most commands (#960) (@​caarlos0)

Other work

  • 09940da8c024f518d5820239e38e2edc20e2b431: ci: sync dependabot config (#956) (@​charmcli)
  • 8c12c2a6a2025b349fce7ad045dbe68a76d23583: ci: sync golangci-lint config (#946) (@​github-actions[bot])

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/gum/releases/download/v0.17.0/checksums.txt'

Then, verify it using cosign:

... (truncated)

Commits
  • 6045525 feat: adding --padding to most commands (#960)
  • 09940da ci: sync dependabot config (#956)
  • 50fff78 chore(deps): bump actions/checkout from 4 to 5 (#949)
  • 9d610ef chore(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 (#948)
  • 886f513 chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1 (#947)
  • 8c12c2a ci: sync golangci-lint config (#946)
  • 7e0ca9c chore(deps): bump github.com/alecthomas/kong from 1.12.0 to 1.12.1 (#940)
  • 8537aa9 chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 (#932)
  • 269da20 chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 (#931)
  • 9939747 chore(deps): bump github.com/alecthomas/kong from 1.11.0 to 1.12.0 (#928)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/charmbracelet/gum](https://github.com/charmbracelet/gum) from 0.13.0 to 0.17.0.
- [Release notes](https://github.com/charmbracelet/gum/releases)
- [Changelog](https://github.com/charmbracelet/gum/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/gum@v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/gum
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added scope: code An issue related to source code. scope: deps An issue related to dependencies. type: feature A new feature request. labels Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: code An issue related to source code. scope: deps An issue related to dependencies. type: feature A new feature request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants