adds urfave/cli/v3 parser - #361
Merged
Merged
Conversation
Maks1mS
pushed a commit
to stplr-dev/stplr
that referenced
this pull request
May 10, 2026
….2.1 (#429) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [github.com/knadh/koanf/parsers/toml/v2](https://github.com/knadh/koanf) | require | patch | `v2.2.0` → `v2.2.1` | [](https://securityscorecards.dev/viewer/?uri=github.com/knadh/koanf) | --- >⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/23) for more information. --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/parsers/toml/v2)</summary> ### [`v2.2.1`](https://github.com/knadh/koanf/releases/tag/v2.2.1) [Compare Source](knadh/koanf@v2.2.0...v2.2.1) #### What's Changed - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats by [@​dependabot](https://github.com/dependabot) in [#​350](knadh/koanf#350) - Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul by [@​dependabot](https://github.com/dependabot) in [#​351](knadh/koanf#351) - Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples by [@​dependabot](https://github.com/dependabot) in [#​353](knadh/koanf#353) - changing cliflagv2 to support variadic forcedinclude parameter by [@​kooroo](https://github.com/kooroo) in [#​357](knadh/koanf#357) - adds urfave/cli/v3 parser by [@​n0cloud](https://github.com/n0cloud) in [#​361](knadh/koanf#361) - add toggle to split nats kv on "." delimiter by [@​nickchomey](https://github.com/nickchomey) in [#​355](knadh/koanf#355) #### New Contributors - [@​kooroo](https://github.com/kooroo) made their first contribution in [#​357](knadh/koanf#357) - [@​n0cloud](https://github.com/n0cloud) made their first contribution in [#​361](knadh/koanf#361) - [@​nickchomey](https://github.com/nickchomey) made their first contribution in [#​355](knadh/koanf#355) **Full Changelog**: <knadh/koanf@v2.2.0...v2.2.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzIuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEzMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://altlinux.space/stapler/stplr/pulls/429
This file contains hidden or 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
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.
Close #333
I've also tried to create a common submodule to shared code between v2 and v3, but it was making things more complex for no good reason. It's easier to maintain the 2 versions in my opinion.
Most of it is a copy of v2 with some small differences.