[PR #190] [MERGED] fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 #192

Closed
opened 2026-03-04 00:41:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/thegeeklab/git-sv/pull/190
Author: @renovate[bot]
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @xoxys

Base: mainHead: renovate/golang-highfeq-non-major


📝 Commits (1)

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

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

This PR contains the following updates:

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

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/thegeeklab/git-sv/pull/190 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@xoxys](https://github.com/xoxys) **Base:** `main` ← **Head:** `renovate/golang-highfeq-non-major` --- ### 📝 Commits (1) - [`cf446a8`](https://github.com/thegeeklab/git-sv/commit/cf446a8e008e4fd6ac249fa8e775fb7454a4c40d) fix(deps): update module github.com/urfave/cli/v3 to v3.3.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description 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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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/thegeeklab/git-sv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:41:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sv#192
No description provided.