Skip to content

Update module github.com/urfave/cli/v2 to v3#38

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

Update module github.com/urfave/cli/v2 to v3#38
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-urfave-cli-v2-3.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/urfave/cli/v2 v2.23.7v3.9.0 age confidence

Release Notes

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

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


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 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.

@renovate renovate Bot added the renovate Automated action from Renovate label Apr 1, 2025
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Apr 1, 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.22

@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from ca4844b to 68b0ad4 Compare April 4, 2025 00:11
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from 68b0ad4 to a0c2e0c Compare April 20, 2025 07:34
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch 2 times, most recently from af9b540 to e46623c Compare May 2, 2025 03:51
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch 2 times, most recently from 2d345d1 to 087bdfb Compare May 11, 2025 12:01
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from 087bdfb to 4db36b5 Compare June 14, 2025 16:03
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch 2 times, most recently from ded5cc2 to a5f789e Compare August 15, 2025 07:13
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from a5f789e to e4535ed Compare October 23, 2025 12:07
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch 2 times, most recently from 798a896 to 3cd3a40 Compare November 19, 2025 11:57
@renovate
Copy link
Copy Markdown
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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.22

@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from 3cd3a40 to 342ac8c Compare January 18, 2026 07:53
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from 342ac8c to ee1b50b Compare March 2, 2026 07:13
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from ee1b50b to 26d9f6f Compare March 31, 2026 09:41
@renovate renovate Bot force-pushed the renovate/github.com-urfave-cli-v2-3.x branch from 26d9f6f to 2c5e7c3 Compare May 13, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Automated action from Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants