[PR #177] [MERGED] fix(deps): update module github.com/urfave/cli/v2 to v3 #180

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

📋 Pull Request Information

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

Base: mainHead: renovate/github.com-urfave-cli-v2-3.x


📝 Commits (2)

  • 2ec38fa fix(deps): update module github.com/urfave/cli/v2 to v3
  • 1a2c338 migrate

📊 Changes

14 files changed (+53 additions, -57 deletions)

View changed files

📝 app/commands/changelog.go (+4 -3)
📝 app/commands/commit.go (+3 -2)
📝 app/commands/commitlog.go (+3 -2)
📝 app/commands/commitnotes.go (+3 -2)
📝 app/commands/config.go (+5 -4)
📝 app/commands/currentversion.go (+3 -2)
📝 app/commands/nextversion.go (+3 -2)
📝 app/commands/releasenotes.go (+3 -2)
📝 app/commands/tag.go (+3 -2)
📝 app/commands/validatecommitmessage.go (+3 -2)
📝 app/config.go (+2 -2)
📝 cmd/git-sv/main.go (+10 -9)
📝 go.mod (+2 -6)
📝 go.sum (+6 -17)

📄 Description

This PR contains the following updates:

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

Release Notes

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

v3.1.1

Compare Source

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.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 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/177 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@xoxys](https://github.com/xoxys) **Base:** `main` ← **Head:** `renovate/github.com-urfave-cli-v2-3.x` --- ### 📝 Commits (2) - [`2ec38fa`](https://github.com/thegeeklab/git-sv/commit/2ec38fa76e58224a0aac15d6c1f3e54bcdc8167c) fix(deps): update module github.com/urfave/cli/v2 to v3 - [`1a2c338`](https://github.com/thegeeklab/git-sv/commit/1a2c3389093a9346d0bbe7a3edc0130fd05119e6) migrate ### 📊 Changes **14 files changed** (+53 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `app/commands/changelog.go` (+4 -3) 📝 `app/commands/commit.go` (+3 -2) 📝 `app/commands/commitlog.go` (+3 -2) 📝 `app/commands/commitnotes.go` (+3 -2) 📝 `app/commands/config.go` (+5 -4) 📝 `app/commands/currentversion.go` (+3 -2) 📝 `app/commands/nextversion.go` (+3 -2) 📝 `app/commands/releasenotes.go` (+3 -2) 📝 `app/commands/tag.go` (+3 -2) 📝 `app/commands/validatecommitmessage.go` (+3 -2) 📝 `app/config.go` (+2 -2) 📝 `cmd/git-sv/main.go` (+10 -9) 📝 `go.mod` (+2 -6) 📝 `go.sum` (+6 -17) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) | `v2.27.6` -> `v3.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v3.1.1`](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/urfave/cli/compare/v2.27.6...v3.1.0) #### What's Changed - go.mod: Require go1.22 by [@&#8203;mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026) - Fix:(issue\_2030) Add support for trailing hypen for short options by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2031](https://redirect.github.com/urfave/cli/pull/2031) - Run Before actions after setting up subcommand by [@&#8203;fjl](https://redirect.github.com/fjl) in [https://github.com/urfave/cli/pull/2028](https://redirect.github.com/urfave/cli/pull/2028) - The example have some problem in api by [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in [https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039) - Rename "Bash Completions" to "Shell Completions" by [@&#8203;abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/2044](https://redirect.github.com/urfave/cli/pull/2044) - Support root level map keys in map sources by [@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter) in [https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047) - while print flag , the placeholder if need but not set. by [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in [https://github.com/urfave/cli/pull/2043](https://redirect.github.com/urfave/cli/pull/2043) - Add dependabot by [@&#8203;mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2025](https://redirect.github.com/urfave/cli/pull/2025) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054) - Bump golangci/golangci-lint-action from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2053](https://redirect.github.com/urfave/cli/pull/2053) - Bump codecov/codecov-action from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2052](https://redirect.github.com/urfave/cli/pull/2052) - Fix:(issue\_2032) Support for post parse config loading by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2033](https://redirect.github.com/urfave/cli/pull/2033) - Fix:(issue\_2066) Remove dependency on golang flag library by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2074](https://redirect.github.com/urfave/cli/pull/2074) - Fix:(issue\_1891) Roll out v3 docs by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2080](https://redirect.github.com/urfave/cli/pull/2080) - Fix:(issue\_2077) Make sure onUsageError is invoked for command when a… by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2081](https://redirect.github.com/urfave/cli/pull/2081) #### New Contributors - [@&#8203;mrueg](https://redirect.github.com/mrueg) made their first contribution in [https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026) - [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) made their first contribution in [https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039) - [@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter) made their first contribution in [https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047) - [@&#8203;dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/thegeeklab/git-sv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <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:46 +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#180
No description provided.