chore(deps): Bump the go-minor-patch group across 1 directory with 3 updates#151
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): Bump the go-minor-patch group across 1 directory with 3 updates#151dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Contributor
|
@dependabot recreate |
ea6c4e9 to
c982be5
Compare
Contributor
|
@dependabot recreate |
Bumps the go-minor-patch group with 3 updates: [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea), [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) and [github.com/erikgeiser/promptkit](https://github.com/erikgeiser/promptkit). Updates `github.com/charmbracelet/bubbletea` from 1.2.4 to 1.3.10 - [Release notes](https://github.com/charmbracelet/bubbletea/releases) - [Commits](charmbracelet/bubbletea@v1.2.4...v1.3.10) Updates `github.com/charmbracelet/lipgloss` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/charmbracelet/lipgloss/releases) - [Commits](charmbracelet/lipgloss@v1.0.0...v1.1.0) Updates `github.com/erikgeiser/promptkit` from 0.9.0 to 0.11.0 - [Release notes](https://github.com/erikgeiser/promptkit/releases) - [Commits](erikgeiser/promptkit@v0.9.0...v0.11.0) --- updated-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-minor-patch - dependency-name: github.com/charmbracelet/lipgloss dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/erikgeiser/promptkit dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
c982be5 to
3c9ee1f
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-minor-patch group with 2 updates in the / directory: github.com/charmbracelet/bubbletea and github.com/erikgeiser/promptkit.
Updates
github.com/charmbracelet/bubbleteafrom 1.2.4 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 1.0.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/erikgeiser/promptkitfrom 0.9.0 to 0.11.0Release notes
Sourced from github.com/erikgeiser/promptkit's releases.
Commits
f02d8e6Update dependencies7fa7d87examples: Add repeated prompts example02d7b18Migrate from bubbletea/bubbles v1 to v2d186ffbUpdate CI and linter confige9585ceUpdate dependencies and run go fix