fix(deps): update golang-packages #3958
Merged
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.4.0
->v0.5.0
v1.4.2
->v1.5.0
v0.4.2
->v0.5.1
v0.5.0
->v0.6.0
v0.106.0
->v0.107.0
1.22.4
->1.22.5
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
Release Notes
adrg/xdg (github.com/adrg/xdg)
v0.5.0
Compare Source
Changelog
user-dirs.dirs
config file is now parsed on Unix-like operating systems (except for macOS and Plan 9).See XDG user directories README section for more details.
golang.org/x/sys
dependency to the latest version.Internal
pathutil
package.userdirs
package:xdg.UserDirectories
touserdirs.Directories
.user-dirs.dirs
config file.alessio/shellescape (github.com/alessio/shellescape)
v1.5.0
Compare Source
Changelog
312088d
Create sonarqube.yml823e979
add testable example (#24)27a48e3
fail fast on errorsbb4dcb3
fix imports4f9bf6b
fix imports (#26)1b4bdc1
new testable examplea6eeed4
remove sonarqube config filea5719a4
update build config6d0d828
update gitignorea792e00
update gitignore, add Makefile62618b3
update go.mod and go.sumcharmbracelet/huh (github.com/charmbracelet/huh)
v0.5.1
Compare Source
v0.5.0
Compare Source
This big news in this release is that forms in Huh can now be dynamic. Read on for more:
Dynamic Forms 🪄
huh?
forms can now react to changes in other parts of the form. Replace properties such asOptions
,Title
,Description
with their dynamic counterparts:OptionsFunc
,TitleFunc
, andDescriptionFunc
to recompute properties values on changes when watched variables change.Let’s build a simple state / province picker.
The
country
select will be static, we’ll use this value to recompute theoptions and title for the next input.
Define your
Select
withTitleFunc
andOptionsFunc
and bind them to the&country
value from the previous field. Whenever the user chooses a differentcountry, the
TitleFunc
andOptionsFunc
will be recomputed.Lastly, run the
form
with these inputs.Changelog
New!
CursorText
style by @nervo in https://github.com/charmbracelet/huh/pull/259WithInput
by @Delta456 in https://github.com/charmbracelet/huh/pull/271WithTimeout
by @Delta456 in https://github.com/charmbracelet/huh/pull/276accessor
by @nervo in https://github.com/charmbracelet/huh/pull/263accessor
by @nervo in https://github.com/charmbracelet/huh/pull/263Fixed
New Contributors
Full Changelog: charmbracelet/huh@v0.4.2...v0.5.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.
distribution/reference (github.com/distribution/reference)
v0.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: distribution/reference@v0.5.0...v0.6.0
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.107.0
Compare Source
golang/go (go)
v1.22.5
kubernetes/api (k8s.io/api)
v0.30.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.30.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.30.3
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.