fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 (#723)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) |
`v3.2.0` -> `v3.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv3/v3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv3/v3.2.0/v3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv3/v3.2.0/v3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>

###
[`v3.3.1`](https://redirect.github.com/urfave/cli/releases/tag/v3.3.1)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.3.0...v3.3.1)

#### What's Changed

- Avoid suggesting files in fish command completions. by
[@&#8203;bittrance](https://redirect.github.com/bittrance) in
[https://github.com/urfave/cli/pull/2114](https://redirect.github.com/urfave/cli/pull/2114)
- Cleanup docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2118](https://redirect.github.com/urfave/cli/pull/2118)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.3.0...v3.3.1

###
[`v3.3.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.3.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.2.0...v3.3.0)

#### What's Changed

- Add v3 issue template by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2104](https://redirect.github.com/urfave/cli/pull/2104)
- Fix:(issue\_2105) Ensure fish completion works by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2106](https://redirect.github.com/urfave/cli/pull/2106)
- add test for MutuallyExclusiveFlags with After by
[@&#8203;bystones](https://redirect.github.com/bystones) in
[https://github.com/urfave/cli/pull/2107](https://redirect.github.com/urfave/cli/pull/2107)
- use correct context in After function with subcommand by
[@&#8203;bystones](https://redirect.github.com/bystones) in
[https://github.com/urfave/cli/pull/2108](https://redirect.github.com/urfave/cli/pull/2108)
- Enable to customize completion commands by
[@&#8203;suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke)
in
[https://github.com/urfave/cli/pull/2103](https://redirect.github.com/urfave/cli/pull/2103)
- Fish completions no longer suggest subcommands that have already been
picked by [@&#8203;bittrance](https://redirect.github.com/bittrance) in
[https://github.com/urfave/cli/pull/2117](https://redirect.github.com/urfave/cli/pull/2117)
- feat: adds support for explicit `float32` and `float64` by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[https://github.com/urfave/cli/pull/2112](https://redirect.github.com/urfave/cli/pull/2112)

#### New Contributors

- [@&#8203;bystones](https://redirect.github.com/bystones) made their
first contribution in
[https://github.com/urfave/cli/pull/2107](https://redirect.github.com/urfave/cli/pull/2107)
- [@&#8203;bittrance](https://redirect.github.com/bittrance) made their
first contribution in
[https://github.com/urfave/cli/pull/2117](https://redirect.github.com/urfave/cli/pull/2117)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.2.0...v3.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-27 23:16:38 +00:00
committed by GitHub
parent 8564647cc0
commit 8c2e415720
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -21,7 +21,7 @@ require (
github.com/pterm/pterm v0.12.80
github.com/samber/lo v1.50.0
github.com/urfave/cli/v2 v2.27.6
github.com/urfave/cli/v3 v3.2.0
github.com/urfave/cli/v3 v3.3.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

1
go.sum
View File

@@ -849,6 +849,7 @@ github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5
github.com/urfave/cli/v3 v3.1.0/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/urfave/cli/v3 v3.1.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/urfave/cli/v3 v3.2.0/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/urfave/cli/v3 v3.3.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=