-
Notifications
You must be signed in to change notification settings - Fork 129
fix(deps): update go deps #518
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
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
it seems like you haven't added any nanpa changeset files to this PR. if this pull request includes changes to code, make sure to add a changeset, by writing a file to refer to the manpage for more information. |
fa6369b to
be8a9ee
Compare
b87f1d7 to
b11c102
Compare
22077a1 to
f97c29d
Compare
|
there's a Go version update. static check needs to be updated as well before merge |
0a4ddd9 to
203a4f5
Compare
64632c4 to
52a6975
Compare
17cd597 to
decce40
Compare
6eb8d5a to
769bae0
Compare
39a96df to
9bdfe43
Compare
6de7b0e to
e79f672
Compare
Generated by renovateBot
e79f672 to
59b5968
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v1.4.0->v1.5.0v0.6.0->v0.7.0031e39c->22d247cv1.0.0->v1.1.0v3.41.0->v3.42.1v0.20.1->v0.21.0v3.0.0-beta1->v3.2.01.23.6->1.24.2v0.10.0->v0.11.0Release Notes
BurntSushi/toml (github.com/BurntSushi/toml)
v1.5.0Compare Source
Mostly some small bugfixes, with a few small new features:
Add Position.Col, to mark the column an error occurred (#410)
Print more detailed errors in the
tomlvCLI.Ensure ParseError.Message is always set (#411)
Allow custom string types as map keys (#414)
Mark meta keys as decoded when using Unmarshaler interface (#426)
Fix encoding when nested inline table ends with map (#438)
Fix encoding of several layers of embedded structs (#430)
Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)
charmbracelet/huh (github.com/charmbracelet/huh)
v0.7.0Compare Source
Less bugs, more feats
This is a quality-of-life release which fixes a handful of behavioral and rendering issues, and adds a few of useful features.
Accessible mode: now more accessible
We made several updates to accessible mode, and it should now work better with
screen readers.
It will also now respect
WithInputandWithOutput.Focused? Hovered Filtered?
Useful when integrating with an existing Bubble Tea app, you can now get the
currently focused field, as well as the which option the cursor is pointing at, which we’re calling "hover":
You can also use
GetFilteringto check if the user is currently filtering.Spinning, but not out of control
Spinnerwas revamped and now properly handles context cancellations,interrupts, and more. You can also use the new
ActionWithErrorto set an action that might error.Other improvements
FilePickergot a couple of improvements: you can now set theCursor, and the UI has received a bit of extra polish.Groupnow properly renders theirTitleandDescription.Textcan now be configured to not allow opening the external editor.SelectandMultiSelectnow properly handle multi-line options, as well as automatically wrap long options so they are properly rendered.TitleandDescriptionof all components now properly wrap, fixing many rendering issues.ColumnandGridlayouts received bug fixes and improvements.SIGINT) are now properly handled.Changelog
WithButtonAlignmentfunction for button positioning by @bashbunni in https://github.com/charmbracelet/huh/pull/427New Contributors
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
charmbracelet/lipgloss (github.com/charmbracelet/lipgloss)
v1.1.0Compare Source
Tables, Improved
In this release, the inimitable @andreynering and @bashbunni majorly overhauled on the table sizing and content wrapping algorithms. Tables will now be much smarter on deciding the ideal width of each column, and contents now wraps by default inside cells.
New Border Styles
Also, we added two new border styles that you can use to generate tables in Markdown and ASCII styles.
Markdown Tables
To render tables correctly for Markdown you'll want to use
lipgloss.MarkdownBorderand disable the top and bottom borders.ASCII Tables
To render an ASCII-style table use
lipgloss.ASCIIBorder.Thanks everyone
Special thanks to @aymanbagabas, @bashbunni, @andreynering, and @caarlos0 for or all the work on this release!
Changelog
New Features
7862f52: feat(table): improve sizing and behavior: wrap by default, overflow optionally (@andreynering)1f1209e: feat(table): use cellbuf to preserve styles for wrapped content (@bashbunni)c454a0a: feat(tables): add markdown and ascii border style for tables (#480) (@andreynering)bafb8fd: feat(tree): hide children (#460) (@bashbunni)9942166: feat: style ranges (#458) (@caarlos0)Bug fixes
9500f10: fix(table): ensure we're passing the right row index tostyleFunc(@andreynering)7b191c5: fix(test): make table wrapping tests use golden files (@bashbunni)9b8304f: fix: border size getters when implicit borders are present (#411) (@meowgorithm)022e967: fix: range test (@caarlos0)Other work
ecc1bd0: fix: comment on min func in utils (@derezzolution)5cd2074: style(table): improve naming of the resizer functions (@andreynering)9cfb7dd: test(table): check truncation logic for overflow and nowrap (@bashbunni)2aa2eb0: test(table): test wrapping cell styles (@bashbunni)ca67d0f: chore(lint): apply De Morgans law to the if statement (@aymanbagabas)0fbb070: chore(lint): fix lint ignore comments (@andreynering)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
go-task/task (github.com/go-task/task/v3)
v3.42.1Compare Source
variables (#2106, #2107 by @pd93).
v3.42.0Compare Source
--initless verbose by default and respect--silentand--verboseflags (#2009, #2011 by @HeCorr).
--initnow accepts a file name or directory as an argument (#2008, #2018 by@HeCorr).
by @jeongukjae).
@vmaerten).
(#2029, #2031 by @vmaerten).
experiment with an invalid value (#1979, #2049 by @pd93).
@vmaerten).
@pd93).
deferstatements in the shorthandcmdssyntax were not considered valid (#2068 by @pd93)..taskrc.yml(or.taskrc.yaml) file to let users enableexperiments (similar to
.env) (#1982 by @vmaerten).by @pd93).
matrixto use references to other variables (#2065, #2069 by @pd93).used, all other variables become unavailable in the templating system within
the include (#2092 by @vmaerten).
Package API
Unlike our CLI tool,
Task's package API is not currently stable.
In an effort to ease the pain of breaking changes for our users, we will be
providing changelogs for our package API going forwards. The hope is that these
changes will provide a better long-term experience for our users and allow to
stabilize the API in the future. #121 now tracks this piece of work.
task.InitTaskfile(#2011,
ff8c913by @HeCorr and @pd93)io.Writer(output is now the caller'sresponsibility).
TaskfileDecodeError.WithFileInfonow accepts a string instead of the arguments required to generate a snippet
(#2068 by @pd93).
TaskfileSnippetand related code moved from the
errorspackage to thetaskfilepackage(#2068 by @pd93).
TaskMissingRequiredVarstoTaskMissingRequiredVarsError(#2052 by @vmaerten).
TaskNotAllowedVarstoTaskNotAllowedVarsError(#2052 by @vmaerten).
taskfile.Readeris now constructed using the functional options pattern (#2082 by @pd93).
logger.Loggerfrom the entiretaskfilepackage (#2082by @pd93).
taskfile.Readerif they want this functionality by using the new
WithDebugFuncand
WithPromptFuncfunctional options.
Rangefunctions in thetaskfile/astpackage in favour of newiterator functions (#1798 by @pd93).
ast.Callwas moved from thetaskfile/astpackage to the maintaskpackage (#2084 by @pd93).
ast.Tasks.FindMatchingTaskswas moved from thetaskfile/astpackage to thetask.Executor.FindMatchingTasksin the maintaskpackage (#2084 by @pd93).Compilerand itsGetVariablesandFastGetVariablesmethods weremoved from the
internal/compilerpackage to the maintaskpackage (#2084by @pd93).
moby/buildkit (github.com/moby/buildkit)
v0.21.0Compare Source
Welcome to the v0.21.0 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Notable Changes
--cache-tonow defaults to OCI artifact manifest (instead of OCI image index). For old behavior, setimage-manifest=false. #5864--tlsdiroption now allows filenames compatible withcert-manager.io. #5886--chmodwhen applied to parent directories. #5788Dependency Changes
21f3f33newca0759f->73d941ab14e27f->5b74a7a2d47ceb->7e4ce0aPrevious release can be found at v0.20.2
v0.20.2Compare Source
buildkit 0.20.2
Welcome to the v0.20.2 release of buildkit!
Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.
Contributors
Changes
Dependency Changes
Previous release can be found at v0.20.1
urfave/cli (github.com/urfave/cli/v3)
v3.2.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.1.1...v3.2.0
v3.1.1Compare Source
v3.1.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0
golang/go (go)
v1.24.2v1.24.1v1.24.0v1.23.8v1.23.7Configuration
📅 Schedule: Branch creation - "before 6am on monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.