This repository was archived by the owner on Jun 24, 2025. It is now read-only.
fix(deps): update go packages - #165
Open
nikaro wants to merge 1 commit into
Open
Conversation
nikaro
force-pushed
the
renovate/go-packages
branch
from
April 13, 2025 05:13
217e608 to
92afab9
Compare
nikaro
force-pushed
the
renovate/go-packages
branch
from
April 27, 2025 05:08
92afab9 to
931f0db
Compare
nikaro
force-pushed
the
renovate/go-packages
branch
from
May 4, 2025 05:09
931f0db to
af8690a
Compare
Owner
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
nikaro
force-pushed
the
renovate/go-packages
branch
from
June 15, 2025 05:10
af8690a to
15c221c
Compare
nikaro
force-pushed
the
renovate/go-packages
branch
from
June 22, 2025 05:09
15c221c to
b820cab
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
v0.20.0->v0.21.0v1.3.4->v1.3.5v0.0.0-20240516210008-9c006672e7f4->v0.11.1v1.49.1->v1.51.0v1.20.0->v1.20.1Release Notes
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.21.0Compare Source
Viewport improvements
Finally,
viewportfinally has horizontal scrolling ✨![^v1]To enable it, use
SetHorizontalStep(default in v2 will be6).You can also scroll manually with
ScrollLeftandScrollRight, and useSetXOffsetto scroll to a specific position (or0to reset):To make the API more consistent, vertical scroll functions were also renamed,
and the old ones were deprecated (and will be removed in v2):
Other improvements
The
listbubble got a couple of new functions:SetFilterText,SetFilterState, andGlobalIndex- which you can use to get the index of theitem in the unfiltered, original item list.
On
textinput, you can now get the matched suggestions and more withMatchedSuggestionsandCurrentSuggestionIndex.To put the cherry on top, this release also includes numerous bug fixes.
You can read about each of them in the linked commits/PRs below.
[^v1]: It is disabled by default in v1, but will be enabled in v2.
Changelog
New Features
d019ed3: feat(list): add SetFilterText and SetFilterState (#335) (@taigrr)171a9d6: feat(list): implement GlobalIndex helper (#574) (@nobe4)4382fdf: feat(textinput): expose matched suggestions and index (@luevano)2d53a61: feat(viewport): horizontal scroll (#240) (@tty2)ea344ab: feat(viewport): horizontal scroll with mouse wheel (#761) (@UnseenBook)Bug fixes
f2434c3: Revert "fix(viewport): normalize method names" (@caarlos0)8101a34: fix(ci): add lint and lint-sync workflows and update golangci.yml (#651) (@aymanbagabas)54f28b6: fix(filepicker): properly scrolling filepicker (#753) (@caarlos0)81d444a: fix(help): wrong full help sep rendering (@luevano)f439d83: fix(textarea): max height should not determine max lines (@meowgorithm)8b55efb: fix(textarea): placeholder with chinese chars (#767) (@caarlos0)8624776: fix(textinput): slicing outside cap (#532) (@MikaelFangel)c7f889e: fix(viewport): normalize method names (@caarlos0)39668ec: fix(viewport): normalize method names (#763) (@caarlos0)7ab08fb: fix(viewport): scroll to last line when borders (#706) (@caarlos0)730f5a2: fix: debounce stopwatch and timer (@meowgorithm)bd2a5b0: fix: golangci-lint 2 fixes (#769) (@caarlos0)9589cbc: fix: lint issues and disable predeclared linter (#614) (@aymanbagabas)398e92c: fix: remove default character limit (@meowgorithm)1bdd4c6: fix: stopwatch.Start() (#707) (@bevicted)9a262e9: fix: use atomic for ids (#634) (@caarlos0)Dependency updates
1797ac2: feat(deps): bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1 (#611) (@dependabot[bot])a9b780a: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 0.13.1 (@dependabot[bot])db3514c: feat(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#655) (@dependabot[bot])43aa82c: feat(deps): bump github.com/charmbracelet/x/ansi (#716) (@dependabot[bot])c1199d7: feat(deps): bump github.com/charmbracelet/x/ansi from 0.2.3 to 0.3.0 (#613) (@dependabot[bot])d3ac47d: feat(deps): bump github.com/charmbracelet/x/ansi from 0.3.0 to 0.3.1 (#615) (@dependabot[bot])ed14316: feat(deps): bump github.com/charmbracelet/x/ansi from 0.3.1 to 0.3.2 (#618) (@dependabot[bot])Documentation updates
cf3f46a: docs(list): fix grammar in doc comment and README (#627) (@oahshtsua)9e5365e: docs: add example for ValidateFunc (#705) (@bashbunni)87a4e45: docs: additional bubbles (#583) (@caarlos0)e3ce11a: docs: update charm & friends blurb (#703) (@bashbunni)178590b: docs: update contributing guidelines (#640) (@bashbunni)Other work
0f9e38c: Don't render suggestions when textinput is not focused. (@elProxy)e5296a2: ci: fix goreleaser config (#668) (@caarlos0)76433f7: ci: fix linting on windows (@andreynering)d91c9aa: ci: rm .golangci-soft.yml (@caarlos0)2f49443: ci: sync dependabot config (#734) (@charmcli)7a6b190: ci: sync dependabot config (#736) (@charmcli)d58217b: ci: sync golangci-lint config (#750) (@github-actions[bot])cce8481: ci: sync golangci-lint config (#770) (@github-actions[bot])0305695: ci: test on oldstable and stable go versions, automerge dependabot (#755) (@caarlos0)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v1.3.5Compare Source
This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().
Also, huge thank you to @desertwitch who went in and just crushed a handful of deadlocks.
Happy hacking!
Changelog
Bug fixes
62ca063: fix(key): windows: recognize function keys on Windows (#1405) (@aymanbagabas)0f9cd5b: fix(panics): fix race condition and false nil error return (@desertwitch)a79ab3f: fix(tests): account for multiple p.Wait() (@desertwitch)1b5fc27: fix: prevent deadlock on ctx cancel during msg processing (@desertwitch)aa7a240: fix: release p.Wait() on p.Kill() to prevent external deadlocks (@desertwitch)1923181: fix: report only external ctx cancel as ctx error (@desertwitch)c56f776: fix: resolve race conditions caused by p.Kill() (@desertwitch)Documentation updates
3797acb: docs(readme): fix header image mis-caching (@meowgorithm)8508131: docs(readme): header art adjustments (@meowgorithm)b3150e1: docs(readme): update header art (@meowgorithm)Other work
b224818: ci(lint): fix all lint issues onmain(#1342) (@andreynering)1a0062b: ci: fix lint issues (@andreynering)d0c4b65: ci: fix linting on windows-only files (#1361) (@andreynering)0b18d1f: ci: sync dependabot config (#1403) (@charmcli)0e49efb: ci: sync golangci-lint config (#1354) (@github-actions[bot])a46d16d: ci: sync golangci-lint config (#1379) (@github-actions[bot])5a360c9: ci: sync golangci-lint config (#1394) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
gen2brain/beeep (github.com/gen2brain/beeep)
v0.11.1Compare Source
v0.11.0Compare Source
samber/lo (github.com/samber/lo)
v1.51.0Compare Source
What's Changed
AssertandAssertfby @your-diary in https://github.com/samber/lo/pull/638Doc
Dependencies
New Contributors
Full Changelog: samber/lo@v1.50.0...v1.51.0
v1.50.0Compare Source
What's Changed
Here is the 50th minor version !! 🔥🥂
New methods
Improvements
Documentation
Dependencies
New Contributors
Full Changelog: samber/lo@v1.49.1...v1.50.0
spf13/viper (github.com/spf13/viper)
v1.20.1Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.20.0...v1.20.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.