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

Merged
GregoryDosh merged 1 commit from renovate/github.com-urfave-cli-v3-3.x into main 2025-05-13 18:42:42 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/urfave/cli/v3 v3.1.1 -> v3.3.3 age adoption passing confidence

Release Notes

urfave/cli (github.com/urfave/cli/v3)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

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

v3.3.1

Compare Source

What's Changed

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

v3.3.0

Compare Source

What's Changed

New Contributors

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

v3.2.0

Compare Source

Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #​2094 for full patch for this

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `v3.1.1` -> `v3.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.3.3?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.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv3/v3.1.1/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv3/v3.1.1/v3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`v3.3.3`](https://github.com/urfave/cli/releases/tag/v3.3.3) [Compare Source](https://github.com/urfave/cli/compare/v3.3.2...v3.3.3) #### What's Changed - Simpler top-level context detection for fish completions by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2121 - Fish completion inside hidden commands by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2122 - chore(deps): bump golangci/golangci-lint-action from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/urfave/cli/pull/2123 - fix: off-by-one in timestamp parsing by [@&#8203;nickajacks1](https://github.com/nickajacks1) in https://github.com/urfave/cli/pull/2127 - Fish completions tests invokes setup by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2124 - Fix docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2128 #### New Contributors - [@&#8203;nickajacks1](https://github.com/nickajacks1) made their first contribution in https://github.com/urfave/cli/pull/2127 **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.2...v3.3.3 ### [`v3.3.2`](https://github.com/urfave/cli/releases/tag/v3.3.2) [Compare Source](https://github.com/urfave/cli/compare/v3.3.1...v3.3.2) #### What's Changed - Add docs for advanced value source by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2119 - docs: add renames to v3 migration doc by [@&#8203;G-Rath](https://github.com/G-Rath) in https://github.com/urfave/cli/pull/2111 #### New Contributors - [@&#8203;G-Rath](https://github.com/G-Rath) made their first contribution in https://github.com/urfave/cli/pull/2111 **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.1...v3.3.2 ### [`v3.3.1`](https://github.com/urfave/cli/releases/tag/v3.3.1) [Compare Source](https://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://github.com/bittrance) in https://github.com/urfave/cli/pull/2114 - Cleanup docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2118 **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.0...v3.3.1 ### [`v3.3.0`](https://github.com/urfave/cli/releases/tag/v3.3.0) [Compare Source](https://github.com/urfave/cli/compare/v3.2.0...v3.3.0) #### What's Changed - Add v3 issue template by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2104 - Fix:(issue\_2105) Ensure fish completion works by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2106 - add test for MutuallyExclusiveFlags with After by [@&#8203;bystones](https://github.com/bystones) in https://github.com/urfave/cli/pull/2107 - use correct context in After function with subcommand by [@&#8203;bystones](https://github.com/bystones) in https://github.com/urfave/cli/pull/2108 - Enable to customize completion commands by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in https://github.com/urfave/cli/pull/2103 - Fish completions no longer suggest subcommands that have already been picked by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2117 - feat: adds support for explicit `float32` and `float64` by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2112 #### New Contributors - [@&#8203;bystones](https://github.com/bystones) made their first contribution in https://github.com/urfave/cli/pull/2107 - [@&#8203;bittrance](https://github.com/bittrance) made their first contribution in https://github.com/urfave/cli/pull/2117 **Full Changelog**: https://github.com/urfave/cli/compare/v3.2.0...v3.3.0 ### [`v3.2.0`](https://github.com/urfave/cli/releases/tag/v3.2.0) [Compare Source](https://github.com/urfave/cli/compare/v3.1.1...v3.2.0) **Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See [#&#8203;2094](https://github.com/urfave/cli/issues/2094) for full patch for this** #### What's Changed - chore: Bump golangci-lint to v2 by [@&#8203;mrueg](https://github.com/mrueg) in https://github.com/urfave/cli/pull/2083 - Fix docs for shell completions by [@&#8203;antimatter96](https://github.com/antimatter96) in https://github.com/urfave/cli/pull/2090 - docs: improve migration guides render by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2091 - docs: improve migration guide v3 by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2093 - feat!: add more integers and unsigned integers type flags by [@&#8203;somebadcode](https://github.com/somebadcode) in https://github.com/urfave/cli/pull/2094 - PR-2094: Fix docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2099 - Fix:(PR-2094) Update docs for new types by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2100 - Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2088 - Add docs for arg types by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2101 #### New Contributors - [@&#8203;antimatter96](https://github.com/antimatter96) made their first contribution in https://github.com/urfave/cli/pull/2090 - [@&#8203;ldez](https://github.com/ldez) made their first contribution in https://github.com/urfave/cli/pull/2091 - [@&#8203;somebadcode](https://github.com/somebadcode) made their first contribution in https://github.com/urfave/cli/pull/2094 **Full Changelog**: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTAuMiIsInVwZGF0ZWRJblZlciI6IjQwLjAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
svc-renovate-bot changed title from fix(deps): update module github.com/urfave/cli/v3 to v3.2.0 to fix(deps): update module github.com/urfave/cli/v3 to v3.3.0 2025-04-27 20:50:34 +00:00
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v3-3.x from eaf4770318 to 6542971ad0 2025-04-27 20:50:34 +00:00 Compare
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v3-3.x from 6542971ad0 to 16428e4ee9 2025-04-27 22:50:32 +00:00 Compare
svc-renovate-bot changed title from fix(deps): update module github.com/urfave/cli/v3 to v3.3.0 to fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 2025-04-27 22:50:34 +00:00
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v3-3.x from 16428e4ee9 to 1b0c06ec3e 2025-04-28 14:50:31 +00:00 Compare
svc-renovate-bot changed title from fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 to fix(deps): update module github.com/urfave/cli/v3 to v3.3.2 2025-04-28 14:50:33 +00:00
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v3-3.x from 1b0c06ec3e to c605c32915 2025-05-01 22:50:34 +00:00 Compare
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v3-3.x from c605c32915 to 26ef76a3b7 2025-05-11 00:51:12 +00:00 Compare
svc-renovate-bot changed title from fix(deps): update module github.com/urfave/cli/v3 to v3.3.2 to fix(deps): update module github.com/urfave/cli/v3 to v3.3.3 2025-05-11 00:51:13 +00:00
GregoryDosh force-pushed renovate/github.com-urfave-cli-v3-3.x from 26ef76a3b7 to a9362f281d 2025-05-13 18:41:57 +00:00 Compare
GregoryDosh deleted branch renovate/github.com-urfave-cli-v3-3.x 2025-05-13 18:42:42 +00:00
Sign in to join this conversation.
No description provided.