livekit-cli
livekit-cli copied to clipboard
fix(deps): update module github.com/urfave/cli/v3 to v3.0.0-alpha9.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/urfave/cli/v3 | v3.0.0-alpha9 -> v3.0.0-alpha9.1 |
Release Notes
urfave/cli (github.com/urfave/cli/v3)
v3.0.0-alpha9.1
What's Changed
- Fix variadic args by @joshfrench in https://github.com/urfave/cli/pull/1865
- Update: Remove jfrog scan by @dearchap in https://github.com/urfave/cli/pull/1870
- Fix:(issue_1860) Remove hidden flags from flag categories by @dearchap in https://github.com/urfave/cli/pull/1869
- chore: fix struct name by @kaifulee in https://github.com/urfave/cli/pull/1877
- include a newline between different categories by @abennett in https://github.com/urfave/cli/pull/1861
- Stop command aliases and flag aliases from being suggested in shell completion by @bartekpacia in https://github.com/urfave/cli/pull/1882
- Update to latest codecov action by @meatballhat in https://github.com/urfave/cli/pull/1898
- Replace Jaro-Winkler algorithm usage with an internal function by @yigithankarabulut in https://github.com/urfave/cli/pull/1893
- Make it possible to
sourcethe Zsh autocomplete script by @bartekpacia in https://github.com/urfave/cli/pull/1896 - Update GitHub Actions (bump versions, improve naming a bit) by @bartekpacia in https://github.com/urfave/cli/pull/1895
- Add gofumpt to CI by @bartekpacia in https://github.com/urfave/cli/pull/1899
- Update and cleanup readme by @bartekpacia in https://github.com/urfave/cli/pull/1901
- Include flag descriptions when using zsh completion by @Toalaah in https://github.com/urfave/cli/pull/1903
- improve readme a bit more by @bartekpacia in https://github.com/urfave/cli/pull/1906
- Run go mod tidy by @meatballhat in https://github.com/urfave/cli/pull/1907
- Target
stableandoldstableGo version in CI by @Juneezee in https://github.com/urfave/cli/pull/1912 - Fix:(issue_1916) Fix subcommand flag completion by @dearchap in https://github.com/urfave/cli/pull/1918
- Fix typos by @deining in https://github.com/urfave/cli/pull/1923
- Fix:(issue_1925) Dont print default text for required flags by @dearchap in https://github.com/urfave/cli/pull/1935
- adjust tests for HideDefault by @Skeeve in https://github.com/urfave/cli/pull/1937
- fix: disable shell completion if double dash is included in arguments (v3) by @suzuki-shunsuke in https://github.com/urfave/cli/pull/1933
- docs: fix broken links by @suzuki-shunsuke in https://github.com/urfave/cli/pull/1940
- Fix:(issue_1930) Fix for invalid bool counts by @dearchap in https://github.com/urfave/cli/pull/1941
- chore(README): correct cli-altsrc link in README by @vimiix in https://github.com/urfave/cli/pull/1943
- Add File() by @6543 in https://github.com/urfave/cli/pull/1945
- feat(command): show global options in command help by @BlackHole1 in https://github.com/urfave/cli/pull/1949
- docs(flag): add
UseShortOptionHandlingdescription by @BlackHole1 in https://github.com/urfave/cli/pull/1953 - Feat:(issue_1958) Add support for multiple layouts to TimestampFlag by @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 @mahadzaryab1 in https://github.com/urfave/cli/pull/1966
- Fix: Shell completions are broken when login shell is different than currently active shell #1884 by @imransolanki in https://github.com/urfave/cli/pull/1969
- Feat:(issue_1960) make defaults validation optional by @dearchap in https://github.com/urfave/cli/pull/1961
- feat: added HideHelpCommands to docs by @midirhee12 in https://github.com/urfave/cli/pull/1968
- Fix:(issue_1775) Add test for zero value structs by @dearchap in https://github.com/urfave/cli/pull/1972
- Fix:(issue_1951) Propagate hide help to subcommands by @dearchap in https://github.com/urfave/cli/pull/1952
- Dont check required flags until command action is executed by @dearchap in https://github.com/urfave/cli/pull/1975
- Fix: Make flags persistent by default by @dearchap in https://github.com/urfave/cli/pull/1977
- Update mkdocs and dependencies by @meatballhat in https://github.com/urfave/cli/pull/1978
- Update dependencies by @meatballhat in https://github.com/urfave/cli/pull/1983
New Contributors
- @kaifulee made their first contribution in https://github.com/urfave/cli/pull/1877
- @abennett made their first contribution in https://github.com/urfave/cli/pull/1861
- @bartekpacia made their first contribution in https://github.com/urfave/cli/pull/1882
- @yigithankarabulut made their first contribution in https://github.com/urfave/cli/pull/1893
- @Toalaah made their first contribution in https://github.com/urfave/cli/pull/1903
- @deining made their first contribution in https://github.com/urfave/cli/pull/1923
- @Skeeve made their first contribution in https://github.com/urfave/cli/pull/1937
- @vimiix made their first contribution in https://github.com/urfave/cli/pull/1943
- @6543 made their first contribution in https://github.com/urfave/cli/pull/1945
- @horockey made their first contribution in https://github.com/urfave/cli/pull/1959
- @mahadzaryab1 made their first contribution in https://github.com/urfave/cli/pull/1966
- @imransolanki made their first contribution in https://github.com/urfave/cli/pull/1969
- @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
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 was generated by Mend Renovate. View the repository job log.