From 8c2e415720e62ff6ec521c12f4f2c406e7e69bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 23:16:38 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 (#723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
urfave/cli (github.com/urfave/cli/v3) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​ldez](https://redirect.github.com/ldez) in [https://github.com/urfave/cli/pull/2112](https://redirect.github.com/urfave/cli/pull/2112) #### New Contributors - [@​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) - [@​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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3fa3e51..32f3bc7 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 31ed4bb..61f17fc 100644 --- a/go.sum +++ b/go.sum @@ -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=