-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore/dependency] Update all non-major dependencies #10
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
ec7a73e
to
c7b7642
Compare
491974c
to
15f0c09
Compare
9becacd
to
0c990c5
Compare
84db54b
to
c325e49
Compare
c325e49
to
63fdafc
Compare
63fdafc
to
393175b
Compare
393175b
to
e899b3a
Compare
e899b3a
to
39db00c
Compare
39db00c
to
aa74899
Compare
aa74899
to
9136f00
Compare
111a8c4
to
7417dda
Compare
1f10a1c
to
49b7799
Compare
49b7799
to
ef89899
Compare
97b3ce3
to
e41fbc7
Compare
e41fbc7
to
8a61926
Compare
5e96a34
to
402b092
Compare
402b092
to
a1cf442
Compare
b767ff8
to
d02da87
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: yapi/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d02da87
to
02bd354
Compare
65e3a6b
to
66f46f7
Compare
66f46f7
to
fe1f34c
Compare
be2e88d
to
0c8718e
Compare
0c8718e
to
01c59fd
Compare
8b8a39d
to
c22b80d
Compare
d932f1f
to
2c67910
Compare
6e6e904
to
b00d279
Compare
b00d279
to
7c32b46
Compare
7c32b46
to
d97ba1e
Compare
d97ba1e
to
b429cab
Compare
b4fb053
to
9f91c1a
Compare
9f91c1a
to
1e25d65
Compare
1e25d65
to
bfa412e
Compare
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.
This PR contains the following updates:
v0.15.0
->v0.20.0
v0.23.1
->v0.27.1
v0.6.0
->v0.13.1
v1.6.1
->v1.9.1
v0.4.0
->v0.28.0
Release Notes
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.20.0
Compare Source
Focus. Breathe.
This features support for Bubble Tea's new focus-blur feature as well as a quality-of-life update to
paginator
. Enjoy!Focus
You heard that right. Focus-blur window events are now enabled for
textinput
andtextarea
which were recently added to Bubble Tea v1.1.0. As long asWithReportFocus
is enabled in your Program you'll automatically get nicer inputs.To enable focus reporting:
Remember to stay focused and hydrated!
Paginator opts
Speaking of functional arguments,
paginator
also received some some new quality-of-life startup options, courtesy @nervo.Of course, you can still set the values on the model directly too:
Happy paging!
Changelog
New!
d3bd075
: feat(cursor): focus/blur support (#581) (@caarlos0)5110925
: feat: Introduce paginator options (@nervo)Deps
3eaf8da
: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#604) (@dependabot[bot])6fc27e9
: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#607) (@dependabot[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.19.0
Compare Source
Bugs? Squashed (along with a few nice lil’ features).
Community-Driven Development?! Yep, the majority of the changes in this release were done by the community. Thank you all for your contributions that made this release possible.
Progress: custom chars
You can now customize the filled and empty characters of the progress bar.
Table improvements
Help is on the way
Table now includes a short and full help view so it's easier than ever to tell your users how to interact with the table.
Accessing columns
You can also now get the table's columns (this already existed for rows).
List: page navigation is fixed!
Previously,
list.NextPage()
andlist.PrevPage()
didn't work because the methods did not have pointer receivers. We've fixed this…by making them pointer receivers!What’s Changed
Changed
Added
Fixed
Test coverage ✅
New Contributors
Full Changelog: charmbracelet/bubbles@v0.18.0...v0.19.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.18.0
Compare Source
Textarea, but faster
This release features several fixes and big performance improvements for the
textarea
bubble.What's Changed
New
Improved
uniseg.StringWidth
by @maaslalani in https://github.com/charmbracelet/bubbles/pull/462Fixed
New Contributors
Full Changelog: charmbracelet/bubbles@v0.17.1...v0.18.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.17.1
Compare Source
Bumping Bubble Tea
This is just a little update to update to the latest version of Bubble Tea.
What's Changed
Full Changelog: charmbracelet/bubbles@v0.17.0...v0.17.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.17.0
Compare Source
Text input autocompletions and various improvements
Autocompletion in Text Input
So @toadle wanted
textinput
s to support autocompletion in a ghost-text kind of a way. Rather than wait for us to do it he did what any dedicated open source developer would: he sent a PR! And now we can all benefit from his hard work.Autocompletion is super easy to use:
By default you can press ctrl+n and ctrl+p to cycle through suggestions, but those keybindings can be changed as you, the application developer, see fit. For details check out
textinput.SetSuggestions
and the correspondingKeyMap
in the docs.Is the progress bar done yet?
@yrashk acutely noticed that to nicely transition from one state to another after an animated progress bar fills up it's helpful to know when the animated has finished animating before transitioning. To solve for this he added an
IsAnimating
method to theprogress
model. Thanks, @yrashk!Changelog
New!
Improved
filterItems
by @naglis in https://github.com/charmbracelet/bubbles/pull/396Fixed
Full Changelog: charmbracelet/bubbles@v0.16.1...v0.17.0
New Contributors
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.16.1
Compare Source
File Picker Bubble 📁 🫧
This release introduces a brand new
filepicker
bubble, new features, and a tonne of bugfixes.Let us know what you think, ask questions, or just say hello in our Discord.
For a quick start on how to use this bubble, take a look at the Example code.
Getting Started
Create a new file picker and add it to your Bubble Tea model.
Initialize the file picker in your
Model
'sInit
function.Update the filepicker as any other bubble in the
Update
function.After the
picker.Update
, use theDidSelectFile(msg tea.Msg)
function to perform an action when the user selects a valid file.You may allow only certain file types to be selected with the
AllowedTypes
property and allow directories to be selected with theDirAllowed
property. To see the currently selected file/directory use thePath
property.For the full example on how to use this bubble, take a look at the Example code.
New
Fixed
deleteWordRight
was called at the end of line by @infastin in https://github.com/charmbracelet/bubbles/pull/313BackgroundStyle
in TextInput by @savannahostrowski in https://github.com/charmbracelet/bubbles/pull/341SelectedRow
by @MikaelFangel in https://github.com/charmbracelet/bubbles/pull/351CursorStyle
in favour ofCursor.Style
by @maaslalani in https://github.com/charmbracelet/bubbles/pull/365CursorBlink
by @remiposo in https://github.com/charmbracelet/bubbles/pull/378New Contributors
Full Changelog: charmbracelet/bubbles@v0.15.0...v0.16.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.16.0
Compare Source
charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)
v0.27.1
Compare Source
This is a lil’ workaround for a hang that can occur when starting a program using Lip Gloss. For details see https://github.com/charmbracelet/bubbletea/pull/1107.
Changelog
Bug fixes
d6458e0
: fix: force query the terminal bg before running any programs (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.27.0
Compare Source
Suspending, environment hacking, and more
Hi! This release has three nice little features and some bug fixes. Let's take a look:
Suspending and resuming
At last, now you can programmatically suspend and resume programs with the
tea.Suspend
command and handle resumes with thetea.ResumeMsg
message:Example
There's also a
tea.SuspendMsg
that flows throughUpdate
on suspension.Special thanks to @knz for prototyping the original implementation of this.
Setting the environment
When Bubble Tea is behind Wish you may have needed to pass environment variables from the remote session to the
Program
. Now you can with the all new tea.WithEnvironment:Requesting the window dimensions
All the Bubble Tea pros know that you get a
tea.WindowSizeMsg
when theProgram
starts and when the window resizes. Now you can just query it on demand too with thetea.WindowSize
command.Changelog
New!
7d70838
: feat: add a cmd to request window size (#988) (@aymanbagabas)ea13ffb
: feat: allow to suspend bubbletea programs (#1054) (@caarlos0)cae9acd
: feat: set the program environment variables (#1063) (@aymanbagabas)Fixed
7c1bfc0
: query window-size in a goroutine (#1059) (@aymanbagabas)4497aa9
: reset cursor position on renderer exit (#1058) (@aymanbagabas)d6a19f0
: wrapErrProgramKilled
error (@aymanbagabas)4a9620e
: fix bugs in package-manager example (@AkshayKalose)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.26.6
Compare Source
Changelog
Bug fixes
60a57ea
: fix: nil deref on release terminal (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.26.5
Compare Source
Fix special keys input handling on Windows using the latest Windows Console Input driver.
Changelog
New Features
42a7dd8
: feat(ci): use goreleaser for releases (#1023) (@aymanbagabas)Bug fixes
a08802e
: fix(windows): coninput not handling control sequences (#1041) (@Sculas)Other work
2d65ed6
: chore(examples): removed use of deprecated Copy (@arianizadi)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.26.4
Compare Source
Fix panics! Using
program.SetWindowTitle
and others may panic if they were called before the program starts.Also note that
program.SetWindowTitle
is now deprecated. To set the window title usetea.SetWindowTitle
command.What's Changed
Full Changelog: charmbracelet/bubbletea@v0.26.3...v0.26.4
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
v0.26.3
Compare Source
This is a patch release that prevents
tea.WindowSizeMsg
s from being fired during altscreen changes on Windows. This was due to the fact that Windows emits awindow-size-event
on altscreen changes even if the size hand’t changed. Now, we cache the window-size and compare before sending the message to theModel
.What's Changed
Full Changelog: charmbracelet/bubbletea@v0.26.2...v0.26.3
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
v0.26.2
Compare Source
This fixes a small regression that was introduced in v0.26.0 related to the first line on the first render not being displayed correctly. Thank you @mistakenelf for pointing this out in https://github.com/charmbracelet/bubbletea/issues/1000!
What's Changed
Full Changelog: charmbracelet/bubbletea@v0.26.1...v0.26.2
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
v0.26.1
Compare Source
This is a quick one to fix a Windows shortcoming in the last release acutely identified by our pal @jon4hz. Thank you!
What's Changed
Full Changelog: charmbracelet/bubbletea@v0.26.0...v0.26.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
v0.26.0
Compare Source
Bracketed Paste, Windows Improvements, Mainframes, and more
What do tapioca balls, IBM mainframes, and the Microsoft Windows Console API have in common? Bubble Tea v0.26.0, that’s what. Let’s get to it.
⚡️ Windows Input Improvements
A few years ago @erikgeiser, a penetration tester and ex-particle physicist, wrote this awesome library called coninput to majorly improve Bubble Tea input on Windows. @aymanbagabas has implemented the library in Bubble Tea and input on Windows is roughly 1000 times better now. In the short term, this means that for Windows users inputting non-Latin characters (like Greek, Cyrillic, Korean, Chinese and so on) stuff will “just work.”
The bigger news, however, is that this paves the way for Windows parity with our forthcoming support for super high fidelity input via Kitty Keyboard and Fixterms.
🍳 Hot Windows Resize Events
Terminal emulators on Windows don’t support the
SIGWINCH
signal, which is sent when the terminal is resized. It’s been a huge bummer for a really long time. Thanks (again) to @erikgeiser and @aymanbagabas, we’re now able to reach deep into Windows’ underpinnings, detect window resizes, and sendtea.WindowSizeMsg
s accordingly! This is a glorious moment for Bubble Tea on Windows indeed.🫠 Bracketed Paste
While building a query editor for a CockroachDB client, @knz noticed that Bubble Tea didn't support Bracketed Paste. Performance-wise, that sucks because it means pasting large bodies of text (like SQL queries) will normally be seen as a bunch of little successive keypresses. That’s where Bracketed Paste comes in. When enabled at the terminal-level Bracketed Paste lets you slam down a bunch of text with one big, fat input event.
Bubble Tea enables bracketed paste by default, however you can opt out of it with the
WithoutBracketedPaste()
program option:You can also enable and disable it on demand with the
EnableBracketedPaste()
andDisableBracketedPaste()
commands.🌿 Multiline
tea.Println
In case you forgot,
tea.Println
(and it’s brothertea.Printf
) is aCmd
that lets you print unmanaged output above a Bubble Tea program, similar to what you see with package managers likeapt-get
. Thanks to @Adjective-Object (who also implementedtea.Println
in the first place) now you can send multi-line output, too. For atea.Println
refresher see the package manager example.📀 Hello, z/OS
Don’t you think it’s about time we all ran Bubble Tea apps on our mainframes? Thanks to @dustin-ward that dream is now a reality, so long as you have a z/OS mainframe. We're thrilled to announce that Bubble Tea is now fully supported on z/OS.
🌹 Bug fixes
Bugfixes are the unsung heroes that sometimes get buried below the feature listings. This release has them and they’re good ones; see the changelog below for details.
Changelog
New!
tea.Println()
messages by @Adjective-Object in https://github.com/charmbracelet/bubbletea/pull/490Changed
Fixed
New Contributors
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.