Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-urfave-cli-3.x
Open

fix(deps): update module github.com/urfave/cli to v3#194
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-urfave-cli-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/urfave/cli v1.22.10v3.9.0 age confidence

Release Notes

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

v3.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.8.0...v3.9.0

v3.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.7.0...v3.8.0

v3.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.2...v3.7.0

v3.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.9...v3.4.0

v3.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.8...v3.3.9

v3.3.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.7...v3.3.8

v3.3.7

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.6...v3.3.7

v3.3.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.5...v3.3.6

v3.3.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.4...v3.3.5

v3.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.3...v3.3.4

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@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: urfave/cli@v3.1.1...v3.2.0

v3.1.1

Compare Source

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0

v2.27.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

v2.25.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.6...v2.25.7

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.1...v2.25.2

v2.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.4...v2.25.0

v2.24.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.3...v2.24.4

v2.24.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.1...v2.24.2

v2.24.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

  • Fix:(issue_1592) Add support for float64slice, uint, int, int64 for a… by @​dearchap in #​1647

Full Changelog: urfave/cli@v2.23.10...v2.24.0

v2.23.10

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.9...v2.23.10

v2.23.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.8...v2.23.9

v2.23.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.7...v2.23.8

v2.23.7

Compare Source

What's Changed

  • Fix:(issue_1617) Fix Bash completion for subcommands by [@​dearchap](

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@renovate renovate Bot added the renovate label Mar 31, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.1 -> v2.0.7

@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 2 times, most recently from c434336 to 11a2a33 Compare April 1, 2025 19:04
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 11a2a33 to 774aee6 Compare April 10, 2025 10:47
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 774aee6 to 81ae8e6 Compare April 20, 2025 05:45
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 2 times, most recently from 462c49e to 3a42609 Compare April 28, 2025 14:27
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 3a42609 to 5eaf25b Compare May 11, 2025 02:35
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 5eaf25b to 51486e1 Compare June 13, 2025 05:41
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 4 times, most recently from faf8807 to bdd8f22 Compare August 12, 2025 13:03
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 2 times, most recently from d5e4d82 to 1f686dc Compare September 2, 2025 19:04
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 1f686dc to 8172736 Compare September 16, 2025 18:46
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 8172736 to d1c9c57 Compare October 23, 2025 16:09
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from d1c9c57 to 3d5c466 Compare November 9, 2025 14:09
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 3d5c466 to d12ed7c Compare November 16, 2025 21:07
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.1 -> v2.0.7

@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from d12ed7c to 794c050 Compare January 6, 2026 06:29
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 794c050 to e71f8f8 Compare January 18, 2026 05:41
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 4 times, most recently from 4dcb210 to 43e52f1 Compare January 30, 2026 08:13
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 43e52f1 to a0d99e0 Compare February 13, 2026 08:22
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 2 times, most recently from d8caa42 to 1461fff Compare March 4, 2026 06:11
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch 3 times, most recently from 865ac3d to 033cc3c Compare March 9, 2026 04:54
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 033cc3c to c89268a Compare March 25, 2026 17:32
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from c89268a to d9b01b5 Compare April 2, 2026 12:25
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from d9b01b5 to 3912fed Compare April 13, 2026 12:34
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 3912fed to 6f04c43 Compare April 30, 2026 10:30
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 6f04c43 to 9c976e9 Compare May 12, 2026 18:36
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-3.x branch from 9c976e9 to 53e5ea7 Compare May 13, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants