chore: deps: bump github.com/urfave/cli/v3 from 3.7.0 to 3.8.0#465
Merged
yuanchen8911 merged 1 commit intomainfrom Mar 31, 2026
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Coverage Report ✅
Coverage BadgeNo Go source files changed in this PR. |
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v3 dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e90848c to
b744159
Compare
yuanchen8911
approved these changes
Mar 31, 2026
Contributor
yuanchen8911
left a comment
There was a problem hiding this comment.
LGTM — minor bump for urfave/cli/v3. Changes are bug fixes (flag action ordering, persistent flag env vars, mutually exclusive flag inheritance) and code modernization (interface{} → any, slices.Contains). No breaking changes for AICR usage.
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.
Bumps github.com/urfave/cli/v3 from 3.7.0 to 3.8.0.
Release notes
Sourced from github.com/urfave/cli/v3's releases.
Commits
78e356cMerge pull request #2296 from idelchi/issue_22924d20baeFix formatting and whitespace in command_test.go7b90614Merge branch 'main' into issue_229241c4f5fMerge pull request #2297 from idelchi/issue_2293d3f9586Merge pull request #2295 from dearchap/issue_2275195aaffFix:(issue_2293) --flag="" no longer rejected as missing argumentb4f42d3Fix:(issue_2292) Empty positional args no longer break parse loop94d2512Fix:(issue_2275) Make flag action execution consistenta2d0cf1Merge pull request #2290 from dearchap/issue_22811f0c188Fix:(issue_2281) Remove incorrect check for local flag for set