Skip to content

build(deps): bump the go-deps group across 1 directory with 4 updates#98

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-ea50d65662
Open

build(deps): bump the go-deps group across 1 directory with 4 updates#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-ea50d65662

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 4 updates in the / directory: github.com/calico32/kdl-go, github.com/urfave/cli/v3, golang.org/x/sys and golang.org/x/term.

Updates github.com/calico32/kdl-go from 0.14.1 to 0.15.0

Commits
  • d1f72cc refactor: unify option interfaces, reduce decode/parse api surface
  • c22ea02 fix: check args out-of-bounds accesses
  • cc75830 fix: check CanInterface before attempting to cast to located
  • 0548ab9 feat: add Value.Equal
  • See full diff in compare view

Updates github.com/urfave/cli/v3 from 3.9.0 to 3.9.1

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.9.1

What's Changed

Full Changelog: urfave/cli@v3.9.0...v3.9.1

Commits
  • 0ad3859 Merge pull request #2358 from urfave/issue_2304
  • 00f6ef2 Merge pull request #2336 from TimSoethout/fix/bash-completions-colon
  • 700c663 Merge pull request #2355 from ibobgunardi/bobi/duplicate-flag-env-sources
  • d6eb556 docs: document what happened to build tags in v3 migration guide
  • 83e07cd Honor env sources on duplicated flags
  • 57943ed Merge pull request #2347 from urfave/dependabot/pip/python-packages-fac417171c
  • bc9b56b chore(deps): bump mkdocs-git-revision-date-localized-plugin
  • 22cb796 fix(tests): update regression test comment for greedy colon parsing
  • d9a03b5 fix(completion): correct greedy colon parsing in bash completion script
  • be8b79d Merge pull request #2339 from myfloss/fix-typos
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.44.0 to 0.46.0

Commits
  • d58dcfa unix: add GPIO constants and structs
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • See full diff in compare view

Updates golang.org/x/term from 0.43.0 to 0.44.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 4 updates in the / directory: [github.com/calico32/kdl-go](https://github.com/calico32/kdl-go), [github.com/urfave/cli/v3](https://github.com/urfave/cli), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/calico32/kdl-go` from 0.14.1 to 0.15.0
- [Commits](calico32/kdl-go@v0.14.1...v0.15.0)

Updates `github.com/urfave/cli/v3` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.9.0...v3.9.1)

Updates `golang.org/x/sys` from 0.44.0 to 0.46.0
- [Commits](golang/sys@v0.44.0...v0.46.0)

Updates `golang.org/x/term` from 0.43.0 to 0.44.0
- [Commits](golang/term@v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/calico32/kdl-go
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/term
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from coilysiren as a code owner June 12, 2026 10:30
@github-actions github-actions Bot enabled auto-merge (squash) June 12, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants