[PR #186] [MERGED] fix(deps): update module github.com/urfave/cli/v3 to v3.2.0 #188

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 625cdea fix(deps): update module github.com/urfave/cli/v3 to v3.2.0
  • 48fd8de fix int64

📊 Changes

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

View changed files

📝 app/commands/changelog.go (+1 -1)
📝 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.1.1 -> v3.2.0 age adoption passing confidence

Release Notes

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

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.1.1...v3.2.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/186 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@xoxys](https://github.com/xoxys) **Base:** `main` ← **Head:** `renovate/golang-highfeq-non-major` --- ### 📝 Commits (2) - [`625cdea`](https://github.com/thegeeklab/git-sv/commit/625cdea1611cc48474f23fc2df104394859afe3d) fix(deps): update module github.com/urfave/cli/v3 to v3.2.0 - [`48fd8de`](https://github.com/thegeeklab/git-sv/commit/48fd8de92dca8ceb8d2118ed02fe0c042ef4119b) fix int64 ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/commands/changelog.go` (+1 -1) 📝 `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.1.1` -> `v3.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv3/v3.2.0?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.2.0?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.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`v3.2.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.1.1...v3.2.0) #### What's Changed - chore: Bump golangci-lint to v2 by [@&#8203;mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2083](https://redirect.github.com/urfave/cli/pull/2083) - Fix docs for shell completions by [@&#8203;antimatter96](https://redirect.github.com/antimatter96) in [https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090) - docs: improve migration guides render by [@&#8203;ldez](https://redirect.github.com/ldez) in [https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091) - docs: improve migration guide v3 by [@&#8203;ldez](https://redirect.github.com/ldez) in [https://github.com/urfave/cli/pull/2093](https://redirect.github.com/urfave/cli/pull/2093) - feat!: add more integers and unsigned integers by [@&#8203;somebadcode](https://redirect.github.com/somebadcode) in [https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094) - PR-2094: Fix docs by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2099](https://redirect.github.com/urfave/cli/pull/2099) - Fix:(PR-2094) Update docs for new types by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2100](https://redirect.github.com/urfave/cli/pull/2100) - Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2088](https://redirect.github.com/urfave/cli/pull/2088) - Add docs for arg types by [@&#8203;dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2101](https://redirect.github.com/urfave/cli/pull/2101) #### New Contributors - [@&#8203;antimatter96](https://redirect.github.com/antimatter96) made their first contribution in [https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090) - [@&#8203;ldez](https://redirect.github.com/ldez) made their first contribution in [https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091) - [@&#8203;somebadcode](https://redirect.github.com/somebadcode) made their first contribution in [https://github.com/urfave/cli/pull/2094](https://redirect.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 - 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --- <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:48 +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#188
No description provided.