chore(deps): bump the all group across 1 directory with 5 updates - #1115
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all group across 1 directory with 5 updates#1115dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 4 updates in the / directory: [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss), [github.com/alecthomas/kong](https://github.com/alecthomas/kong), [github.com/charmbracelet/x/xpty](https://github.com/charmbracelet/x) and [golang.org/x/text](https://github.com/golang/text). Updates `charm.land/lipgloss/v2` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v2.0.5...v2.0.6) Updates `github.com/alecthomas/kong` from 1.15.0 to 1.16.1 - [Commits](alecthomas/kong@v1.15.0...v1.16.1) Updates `github.com/charmbracelet/x/ansi` from 0.11.7 to 0.11.8 - [Commits](charmbracelet/x@ansi/v0.11.7...ansi/v0.11.8) Updates `github.com/charmbracelet/x/xpty` from 0.1.3 to 0.1.4 - [Commits](charmbracelet/x@ansi/v0.1.3...ansi/v0.1.4) Updates `golang.org/x/text` from 0.39.0 to 0.41.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.39.0...v0.41.0) --- updated-dependencies: - dependency-name: charm.land/lipgloss/v2 dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/alecthomas/kong dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/charmbracelet/x/ansi dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/charmbracelet/x/xpty dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golang.org/x/text dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 all group with 4 updates in the / directory: charm.land/lipgloss/v2, github.com/alecthomas/kong, github.com/charmbracelet/x/xpty and golang.org/x/text.
Updates
charm.land/lipgloss/v2from 2.0.5 to 2.0.6Release notes
Sourced from charm.land/lipgloss/v2's releases.
Commits
733ce53chore(deps): bump uv and ansi (#726)3147668chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (#725)5696b28chore(deps): bump actions/setup-go from 6 to 7 in the all group (#716)d231906fix(table): prevent columns from shrinking to zero width (#671)d19c46cchore(deps): bump golang.org/x/sys in the all group (#714)10f9584chore(deps): bump ultraviolet for emoji-related fixesUpdates
github.com/alecthomas/kongfrom 1.15.0 to 1.16.1Commits
0678fd3Fix disabled DefaultEnvars help suffix (#638)33d3305Fix single-character alias leaking between sibling commands (#637)a5c9626Fix counter panic on a uint or float field with an explicit --flag=N (#626)b401ebfFix filecontent mapper panicking on a non-[]byte target (#625)8cbde34Fix panic when a float flag is resolved from an integer value (#621)649eaf2chore(deps): update all non-major dependencies (#622)ae4bfddfix: correct typos in resolver.go and README.md (#617)c2c0229Fix env var validation conflicts (#619)f95198echore(deps): update all non-major dependencies (#608)b03afc3treat single-character aliases as short flags (#605)Updates
github.com/charmbracelet/x/ansifrom 0.11.7 to 0.11.8Commits
00c6608fix(wcwidth): measure wcwidth per codepoint (#933)240ce7bchore: lint cellbuf (#944)c2cf573chore(ansi): lint (#943)3755ebachore(deps): bump github.com/charmbracelet/x/xpty (#932)75eb341chore(deps): bump github.com/mattn/go-runewidth (#925)7e2d3e6fix(xpty): report context cancellation in WaitProcess41c9e6bchore(deps): bump github.com/mattn/go-runewidth (#924)482a565chore(powernap): update lsp configs from nvim-lspconfig3eef36echore(deps): bump github.com/bits-and-blooms/bitset (#914)872754achore(deps): bump golang.org/x/sys (#909)Updates
github.com/charmbracelet/x/xptyfrom 0.1.3 to 0.1.4Commits
f6f817dfix(ansi): reset uniseq grapheme state afterd6ca306chore(deps): go work sync73b1e38chore(deps): bump github.com/charmbracelet/bubbletea in /exp/teatest (#103)e9c629bchore(dep): update sshkey, go work sync (#124)1a5969efeat: print last output when doWaitFor times out (#117)d0f850achore(deps): bump github.com/charmbracelet/lipgloss in /colors (#120)b63eb02chore(deps): bump github.com/charmbracelet/huh in /sshkey (#121)fe63989chore(deps): bump github.com/charmbracelet/x/ansi in /inputc5ced03chore(deps): bump github.com/charmbracelet/x/ansi in /termUpdates
golang.org/x/textfrom 0.39.0 to 0.41.0Commits
acdba66go.mod: update golang.org/x dependencies02aa981secure/precis: fix short destination buffer handling in Nickname profile724af9cgo.mod: update golang.org/x dependenciesbf5b9d6internal/export/idna: always treat Punycode encoding pure ASCII as an errorDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions