Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps github.com/jotaen/kong-completion from 0.0.7 to 0.0.12.

Release notes

Sourced from github.com/jotaen/kong-completion's releases.

v0.0.12

v0.0.11

v0.0.10

v0.0.9

No release notes provided.

v0.0.8

Commits
  • 04b9ea9 Fix variadic positional args completing only first value
  • a8b0adf Rename predictor annotation
  • d397b61 Refactor mechanism for completion eligibility
  • 38a74cf Handle global flags appearing in subcommands
  • cc1122e Upgrade kong
  • a5c223e Allow kong interpolations in predictor tags (#6)
  • b124437 feat: Allow command and flag aliases (#5)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/jotaen/kong-completion](https://github.com/jotaen/kong-completion) from 0.0.7 to 0.0.12.
- [Release notes](https://github.com/jotaen/kong-completion/releases)
- [Commits](jotaen/kong-completion@v0.0.7...v0.0.12)

---
updated-dependencies:
- dependency-name: github.com/jotaen/kong-completion
  dependency-version: 0.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 10, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 10, 2026

Greptile Overview

Greptile Summary

Updated github.com/jotaen/kong-completion from v0.0.7 to v0.0.12, bringing improvements to shell completion functionality including fixes for variadic positional args, support for global flags in subcommands, and handling of command/flag aliases.

  • Updated single dependency with backwards-compatible changes
  • Kong completion is used in main.go:29 for shell completion registration with custom predictors (changeID, specID, itemType, item)
  • No breaking changes detected - the API surface used (kongcompletion.Register and kongcompletion.WithPredictor) remains stable
  • Release notes indicate bug fixes and enhancements (variadic args, global flags, alias support, Kong interpolations in predictor tags)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Straightforward dependency update from Dependabot with backwards-compatible changes. The upgrade from v0.0.7 to v0.0.12 includes only bug fixes and feature enhancements (variadic args, global flags, aliases) with no breaking API changes. The codebase usage of kong-completion is limited and uses only stable APIs (Register and WithPredictor).
  • No files require special attention

Important Files Changed

Filename Overview
go.mod Updated github.com/jotaen/kong-completion from v0.0.7 to v0.0.12 - minor version bump with enhancements
go.sum Updated checksums for kong-completion v0.0.12 and its dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants