Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.3 #4

Open
abs3nt wants to merge 1 commits from renovate/github.com-urfave-cli-v3-3.x into master
Owner

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli/v3 require patch v3.0.0-alpha9 -> v3.0.0-alpha9.3

Release Notes

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

v3.0.0-alpha9.3

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-alpha9.2...v3.0.0-alpha9.3

v3.0.0-alpha9.2

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-alpha9.1...v3.0.0-alpha9.2

v3.0.0-alpha9.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-alpha9...v3.0.0-alpha9.1


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v3](https://github.com/urfave/cli) | require | patch | `v3.0.0-alpha9` -> `v3.0.0-alpha9.3` | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`v3.0.0-alpha9.3`](https://github.com/urfave/cli/releases/tag/v3.0.0-alpha9.3) [Compare Source](https://github.com/urfave/cli/compare/v3.0.0-alpha9.2...v3.0.0-alpha9.3) #### What's Changed - Feature:(issue\_1927) Add ability for before handler to return new context by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1994 - Fix:(issue\_1921) Dont display \[command] in help by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2000 - Fix:(issue\_1069) Dont show \[arguments] in usage when there are no arguments defined by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2001 - improve output of build.go#downloadFile when download fails by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/2003 - Revert GetValue() removal by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2004 - Re-add generic flag back by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2005 **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9.2...v3.0.0-alpha9.3 ### [`v3.0.0-alpha9.2`](https://github.com/urfave/cli/releases/tag/v3.0.0-alpha9.2) [Compare Source](https://github.com/urfave/cli/compare/v3.0.0-alpha9.1...v3.0.0-alpha9.2) #### What's Changed - Fix:(issue\_976) All positional args and flags to be mixed in any order by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1987 - Fix: Increase test coverage by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1988 - Add more tests for map by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1990 - Ignore internal build dir by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1991 - Split internal/ into examples/ and scripts/ by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1992 - style: fix typos by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in https://github.com/urfave/cli/pull/1996 - Revert "fix: /bin/zsh env variable to retrieve current active shell" by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1997 **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9.1...v3.0.0-alpha9.2 ### [`v3.0.0-alpha9.1`](https://github.com/urfave/cli/releases/tag/v3.0.0-alpha9.1) [Compare Source](https://github.com/urfave/cli/compare/v3.0.0-alpha9...v3.0.0-alpha9.1) #### What's Changed - Fix variadic args by [@&#8203;joshfrench](https://github.com/joshfrench) in https://github.com/urfave/cli/pull/1865 - Update: Remove jfrog scan by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1870 - Fix:(issue\_1860) Remove hidden flags from flag categories by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1869 - chore: fix struct name by [@&#8203;kaifulee](https://github.com/kaifulee) in https://github.com/urfave/cli/pull/1877 - include a newline between different categories by [@&#8203;abennett](https://github.com/abennett) in https://github.com/urfave/cli/pull/1861 - Stop command aliases and flag aliases from being suggested in shell completion by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1882 - Update to latest codecov action by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1898 - Replace Jaro-Winkler algorithm usage with an internal function by [@&#8203;yigithankarabulut](https://github.com/yigithankarabulut) in https://github.com/urfave/cli/pull/1893 - Make it possible to `source` the Zsh autocomplete script by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1896 - Update GitHub Actions (bump versions, improve naming a bit) by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1895 - Add gofumpt to CI by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1899 - Update and cleanup readme by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1901 - Include flag descriptions when using zsh completion by [@&#8203;Toalaah](https://github.com/Toalaah) in https://github.com/urfave/cli/pull/1903 - improve readme a bit more by [@&#8203;bartekpacia](https://github.com/bartekpacia) in https://github.com/urfave/cli/pull/1906 - Run go mod tidy by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1907 - Target `stable` and `oldstable` Go version in CI by [@&#8203;Juneezee](https://github.com/Juneezee) in https://github.com/urfave/cli/pull/1912 - Fix:(issue\_1916) Fix subcommand flag completion by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1918 - Fix typos by [@&#8203;deining](https://github.com/deining) in https://github.com/urfave/cli/pull/1923 - Fix:(issue\_1925) Dont print default text for required flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1935 - adjust tests for HideDefault by [@&#8203;Skeeve](https://github.com/Skeeve) in https://github.com/urfave/cli/pull/1937 - fix: disable shell completion if double dash is included in arguments (v3) by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in https://github.com/urfave/cli/pull/1933 - docs: fix broken links by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in https://github.com/urfave/cli/pull/1940 - Fix:(issue\_1930) Fix for invalid bool counts by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1941 - chore(README): correct cli-altsrc link in README by [@&#8203;vimiix](https://github.com/vimiix) in https://github.com/urfave/cli/pull/1943 - Add File() by [@&#8203;6543](https://github.com/6543) in https://github.com/urfave/cli/pull/1945 - feat(command): show global options in command help by [@&#8203;BlackHole1](https://github.com/BlackHole1) in https://github.com/urfave/cli/pull/1949 - docs(flag): add `UseShortOptionHandling` description by [@&#8203;BlackHole1](https://github.com/BlackHole1) in https://github.com/urfave/cli/pull/1953 - Feat:(issue\_1958) Add support for multiple layouts to TimestampFlag by [@&#8203;horockey](https://github.com/horockey) in https://github.com/urfave/cli/pull/1959 - fix(bool-with-inverse-flag): fix string printing of bool with inverse flag to properly show inverse prefix by [@&#8203;mahadzaryab1](https://github.com/mahadzaryab1) in https://github.com/urfave/cli/pull/1966 - Fix: Shell completions are broken when login shell is different than currently active shell [#&#8203;1884](https://github.com/urfave/cli/issues/1884) by [@&#8203;imransolanki](https://github.com/imransolanki) in https://github.com/urfave/cli/pull/1969 - Feat:(issue\_1960) make defaults validation optional by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1961 - feat: added HideHelpCommands to docs by [@&#8203;midirhee12](https://github.com/midirhee12) in https://github.com/urfave/cli/pull/1968 - Fix:(issue\_1775) Add test for zero value structs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1972 - Fix:(issue\_1951) Propagate hide help to subcommands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1952 - Dont check required flags until command action is executed by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1975 - Fix: Make flags persistent by default by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1977 - Update mkdocs and dependencies by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1978 - Update dependencies by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1983 #### New Contributors - [@&#8203;kaifulee](https://github.com/kaifulee) made their first contribution in https://github.com/urfave/cli/pull/1877 - [@&#8203;abennett](https://github.com/abennett) made their first contribution in https://github.com/urfave/cli/pull/1861 - [@&#8203;bartekpacia](https://github.com/bartekpacia) made their first contribution in https://github.com/urfave/cli/pull/1882 - [@&#8203;yigithankarabulut](https://github.com/yigithankarabulut) made their first contribution in https://github.com/urfave/cli/pull/1893 - [@&#8203;Toalaah](https://github.com/Toalaah) made their first contribution in https://github.com/urfave/cli/pull/1903 - [@&#8203;deining](https://github.com/deining) made their first contribution in https://github.com/urfave/cli/pull/1923 - [@&#8203;Skeeve](https://github.com/Skeeve) made their first contribution in https://github.com/urfave/cli/pull/1937 - [@&#8203;vimiix](https://github.com/vimiix) made their first contribution in https://github.com/urfave/cli/pull/1943 - [@&#8203;6543](https://github.com/6543) made their first contribution in https://github.com/urfave/cli/pull/1945 - [@&#8203;horockey](https://github.com/horockey) made their first contribution in https://github.com/urfave/cli/pull/1959 - [@&#8203;mahadzaryab1](https://github.com/mahadzaryab1) made their first contribution in https://github.com/urfave/cli/pull/1966 - [@&#8203;imransolanki](https://github.com/imransolanki) made their first contribution in https://github.com/urfave/cli/pull/1969 - [@&#8203;midirhee12](https://github.com/midirhee12) made their first contribution in https://github.com/urfave/cli/pull/1968 **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-alpha9...v3.0.0-alpha9.1 </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
abs3nt added 1 commit 2024-10-14 00:49:48 +00:00
Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1
All checks were successful
builder / build (push) Successful in 16s
d6623b4f45
abs3nt changed title from Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1 to Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.2 2024-10-30 12:49:32 +00:00
abs3nt force-pushed renovate/github.com-urfave-cli-v3-3.x from d6623b4f45 to d4e94529e9 2024-10-30 12:49:34 +00:00 Compare
abs3nt changed title from Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.2 to Update module github.com/urfave/cli/v3 to v3.0.0-alpha9.3 2024-11-09 13:49:44 +00:00
abs3nt force-pushed renovate/github.com-urfave-cli-v3-3.x from d4e94529e9 to 2837780008 2024-11-09 13:49:45 +00:00 Compare
All checks were successful
builder / build (push) Successful in 16s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-urfave-cli-v3-3.x:renovate/github.com-urfave-cli-v3-3.x
git checkout renovate/github.com-urfave-cli-v3-3.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: abs3nt/wallhaven_dl#4
No description provided.