chore: bump the go-dependencies group across 1 directory with 6 updates - #5
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the go-dependencies group across 1 directory with 6 updates#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 4 updates in the / directory: [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml), [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles), [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) and [github.com/spf13/cobra](https://github.com/spf13/cobra). Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.6.0 - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.3.2...v1.6.0) Updates `github.com/charmbracelet/bubbles` from 0.18.0 to 1.0.0 - [Release notes](https://github.com/charmbracelet/bubbles/releases) - [Commits](charmbracelet/bubbles@v0.18.0...v1.0.0) Updates `github.com/charmbracelet/bubbletea` from 0.25.0 to 1.3.10 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](charmbracelet/bubbletea@v0.25.0...v1.3.10) Updates `github.com/charmbracelet/lipgloss` from 0.10.0 to 1.1.0 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v0.10.0...v1.1.0) Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.10.1 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.10.1) Updates `github.com/spf13/cobra` from 1.8.0 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.0...v1.10.2) --- 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/bubbles dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-dependencies - dependency-name: github.com/charmbracelet/bubbletea dependency-version: 1.3.10 dependency-type: direct:production update-type: version-update:semver-major 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/fsnotify/fsnotify dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-88bf3ed47d
branch
from
June 25, 2026 00:14
37d8921 to
f76104a
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 4 updates in the / directory: github.com/BurntSushi/toml, github.com/charmbracelet/bubbles, github.com/fsnotify/fsnotify and github.com/spf13/cobra.
Updates
github.com/BurntSushi/tomlfrom 1.3.2 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/bubblesfrom 0.18.0 to 1.0.0Release notes
Sourced from github.com/charmbracelet/bubbles's releases.
... (truncated)
Commits
4824effchore(deps): bump github.com/charmbracelet/x/ansi in the all group (#859)d016636fix: changed 'recieve' to 'receive' for 100% quality of Go Report Card (#881)9329772chore: update dependenciesff8b5a8chore(deps): bump actions/checkout from 5 to 6 in the all group (#863)62c7911chore(deps): bump the all group with 2 updates (#855)49ff5c0fix(textinput): improve placeholder (#768)d6934a1chore(deps): bump github.com/mattn/go-runewidth in the all group (#852)f2d1266chore(deps): bump github.com/charmbracelet/bubbletea in the all group (#850)5caedd7chore(deps): bump the all group with 2 updates (#848)cfdc19bchore(deps): bump actions/setup-go from 5 to 6 in the all group (#842)Updates
github.com/charmbracelet/bubbleteafrom 0.25.0 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.10.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/fsnotify/fsnotifyfrom 1.7.0 to 1.10.1Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
... (truncated)
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
... (truncated)
Commits
76b01a6Release 1.10.1fec150bUpdate changelog162b421inotify, windows: don't rename sibling watches sharing a path prefix (#755)224257finotify: don't remove sibling watches sharing a path prefix (#754)e0c956cwindows: document directory Write events and stabilize tests (#745)8d01d7bRelease 1.10.0602284eUpdate changelog7f03e59kqueue: skip ENOENT entries in watchDirectoryFiles (#748)dab9ddewindows: lock watch field updates against concurrent WatchList (#709) (#749)eadf267kqueue: drop watches directly in Close() instead of going through remove() (#...Updates
github.com/spf13/cobrafrom 1.8.0 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)