fix(deps): update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1 - autoclosed #43

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

Release Notes

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

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.1` | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v3)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
abs3nt added 1 commit 2024-10-14 00:48:52 +00:00
fix(deps): update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1
All checks were successful
builder / build (push) Successful in 51s
a6980f3cb1
abs3nt changed title from fix(deps): update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1 to fix(deps): update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1 - autoclosed 2024-10-26 21:48:28 +00:00
abs3nt closed this pull request 2024-10-26 21:48:28 +00:00
All checks were successful
builder / build (push) Successful in 51s

Pull request closed

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/gspot#43
No description provided.