chore: bump the go-dependencies group across 1 directory with 8 updates - #5
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the go-dependencies group across 1 directory with 8 updates#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.4.0` | `1.6.0` | | [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.1.1` | `1.3.10` | | [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.20` | `0.0.22` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.10.2` | | [mvdan.cc/sh/v3](https://github.com/mvdan/sh) | `3.10.0` | `3.13.1` | Updates `github.com/BurntSushi/toml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.4.0...v1.6.0) Updates `github.com/charmbracelet/bubbletea` from 1.1.1 to 1.3.10 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](charmbracelet/bubbletea@v1.1.1...v1.3.10) Updates `github.com/charmbracelet/lipgloss` from 0.13.0 to 1.1.0 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v0.13.0...v1.1.0) Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.22 - [Commits](mattn/go-isatty@v0.0.20...v0.0.22) Updates `github.com/spf13/cobra` from 1.8.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.10.2) Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.9 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.9) Updates `golang.org/x/sys` from 0.26.0 to 0.36.0 - [Commits](golang/sys@v0.26.0...v0.36.0) Updates `mvdan.cc/sh/v3` from 3.10.0 to 3.13.1 - [Release notes](https://github.com/mvdan/sh/releases) - [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md) - [Commits](mvdan/sh@v3.10.0...v3.13.1) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/charmbracelet/bubbletea dependency-version: 1.3.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/charmbracelet/lipgloss dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-dependencies - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: mvdan.cc/sh/v3 dependency-version: 3.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-0e6526c3f2
branch
from
June 25, 2026 06:34
890311f to
642b068
Compare
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.
Bumps the go-dependencies group with 5 updates in the / directory:
1.4.01.6.01.1.11.3.100.0.200.0.221.8.11.10.23.10.03.13.1Updates
github.com/BurntSushi/tomlfrom 1.4.0 to 1.6.0Release notes
Sourced from github.com/BurntSushi/toml's releases.
Commits
5253492Enable TOML 1.1 by default (#457)e954445Reject duplicate arrays (#455)6b16cbdUpdate toml-test test cases from upstream (#456)011fa2bEnsure constant format strings in wf calls4b439bfRemove itemNila473c12Add test for out of range float64b535ff8Add some boring tests for lex.go6011ef0Remove unreachable condition in lexTableNameStartc8ca9e6Remove unreachable condition1121f81Make tomlv read from stdinUpdates
github.com/charmbracelet/bubbleteafrom 1.1.1 to 1.3.10Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
... (truncated)
Commits
9edf69cfix: handle setWindowTitleMsg and windowSizeMsg in eventLoop31c0299chore(deps): bump github.com/lucasb-eyer/go-colorful (#1496)ffa0502Merge pull request #848 from wolfmagnate/fix-nested-cmd-order9e0e8f0fix: recover from nested panics in Sequence and Batch commands0966c3aMerge branch 'main' into fix-nested-cmd-order21eecd5fix: send batch commands to cmds channel instead of executing them in event l...9aae1f0chore(examples): go mod tidy41f3995chore(deps): bump golang.org/x/sys in the all group (#1492)3da2d28chore(deps): bump actions/setup-go from 5 to 6 in the all group (#1491)28ab4f4fix(renderer): properly reset cursor position to start of line (#1472)Updates
github.com/charmbracelet/lipglossfrom 0.13.0 to 1.1.0Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
... (truncated)
Commits
f0e4547chore: fix lintfb0d757chore(taskfile): deletelint:allandlint:softtasks1209cf0ci: sync golangci-lint config (#490)c454a0afeat(tables): add markdown and ascii border style for tables (#480)341996dchore: updatecharmbracelet/x/cellbuf1f1209efeat(table): use cellbuf to preserve styles for wrapped content2aa2eb0test(table): test wrapping cell styles9500f10fix(table): ensure we're passing the right row index tostyleFunc7b191c5fix(test): make table wrapping tests use golden files9cfb7ddtest(table): check truncation logic for overflow and nowrapUpdates
github.com/mattn/go-isattyfrom 0.0.20 to 0.0.22Commits
9a68506Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)4237fb1Update Go test matrix to current versions (1.24-1.26)433c12bUpdate GitHub Actions to latest versions1cf5589Add wasip1 and wasip2 to build constraints in isatty_others.go1237245Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0ac9c88dFix typo in comment: undocomented -> undocumented8b7124eAdd availability check for NtQueryObject in init08d0313Fix isCygwinPipeName to reject names with extra trailing tokensUpdates
github.com/spf13/cobrafrom 1.8.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)Updates
github.com/spf13/pflagfrom 1.0.5 to 1.0.9Release notes
Sourced from github.com/spf13/pflag's releases.
... (truncated)
Commits
1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelp1bf832cUse errors.Is instead of equality checkd25dd24Reset args on re-parse even if empty094909dMerge pull request #365 from vaguecoder/str2str-sortedccb49e5Print Default Values of String-to-String in Sorted Orderb55ffb6fix: Don't print ErrHelp in ParseAll7c651d1Merge pull request #407 from tmc/fix-errhelpUpdates
golang.org/x/sysfrom 0.26.0 to 0.36.0Commits
b06ce05windows: add FILE_ZERO_DATA_INFORMATION689cc11unix: fix Listen on solarisa4712b9plan9: drop go version tags for unsupported versions0293703unix: add IFAL_* consts and ifaddrlblmsg on linuxab85cbbunix/linux: extend rtnetlink constants9bd3753unix: switch (*CPUSet).Zero to clear builtin899c232windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}543f21aall: upgrade go directive to at least 1.24.0 [generated]5b936e1unix/linux: update to Linux kernel 6.16, Go to 1.24.53a82703unix: remove redundant xnu version check for {p}readv/{p}writevUpdates
mvdan.cc/sh/v3from 3.10.0 to 3.13.1Release notes
Sourced from mvdan.cc/sh/v3's releases.
... (truncated)
Changelog
Sourced from mvdan.cc/sh/v3's changelog.
... (truncated)
Commits
2f3f5e3CHANGELOG: add entry for v3.13.11b77144CHANGELOG: add late entry for v3.13.04fe0cc2README: bring output in caveats examples up to dated2b044bsyntax: only make index expressions compact when it's a comma1569230syntax: add test cases for issue #1314e97b2b0interp: avoid the last panics which can be triggered by usersf299f47cmd/shfmt: --apply-ignore should not skip explicit args based on extension2315483interp: fix a few nameref bugs7e3be04interp: test with Bash 5.3 and fix three bugs uncovered by it8852860pattern: tokenize patterns rune by rune