4c00b8b571
Use bubbletea instead of survey for interacting with TUI ( #786 )
...
Fix #772
Reviewed-on: https://gitea.com/gitea/tea/pulls/786
Reviewed-by: Bo-Yi Wu (吳柏毅) <appleboy.tw@gmail.com >
2025-08-11 18:23:52 +00:00
ffff540aa7
fix(deps): update module github.com/urfave/cli/v3 to v3.3.8 ( #766 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v3](https://github.com/urfave/cli ) | require | patch | `v3.3.3` -> `v3.3.8` |
---
### Release Notes
<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>
### [`v3.3.8`](https://github.com/urfave/cli/releases/tag/v3.3.8 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.7...v3.3.8 )
#### What's Changed
- Remove "alpha" wording around `v3` series by [@​meatballhat](https://github.com/meatballhat ) in https://github.com/urfave/cli/pull/2155
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8
### [`v3.3.7`](https://github.com/urfave/cli/releases/tag/v3.3.7 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.6...v3.3.7 )
#### What's Changed
- fix: add missing `IsLocal` for BoolWithInverseFlag by [@​huiyifyj](https://github.com/huiyifyj ) in https://github.com/urfave/cli/pull/2151
- Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by [@​Ali-Doustkani](https://github.com/Ali-Doustkani ) in https://github.com/urfave/cli/pull/2152
#### New Contributors
- [@​Ali-Doustkani](https://github.com/Ali-Doustkani ) made their first contribution in https://github.com/urfave/cli/pull/2152
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.6...v3.3.7
### [`v3.3.6`](https://github.com/urfave/cli/releases/tag/v3.3.6 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.5...v3.3.6 )
#### What's Changed
- Fish completions with identically named sub-commands now work by [@​bittrance](https://github.com/bittrance ) in https://github.com/urfave/cli/pull/2130
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.5...v3.3.6
### [`v3.3.5`](https://github.com/urfave/cli/releases/tag/v3.3.5 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.4...v3.3.5 )
#### What's Changed
- Fix:(issue\_2137) Ensure default value for bool with inverse flag is h… by [@​dearchap](https://github.com/dearchap ) in https://github.com/urfave/cli/pull/2138
- Fix:(issue\_2131) Show help text for BoolWithInverseFlag by [@​Juneezee](https://github.com/Juneezee ) in https://github.com/urfave/cli/pull/2142
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.4...v3.3.5
### [`v3.3.4`](https://github.com/urfave/cli/releases/tag/v3.3.4 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.3...v3.3.4 )
#### What's Changed
- Fix Docs(issue\_2125) Add PathFlag to StringFlag migration by [@​dearchap](https://github.com/dearchap ) in https://github.com/urfave/cli/pull/2136
- fix: remove extraneous space from subcommand help template by [@​G-Rath](https://github.com/G-Rath ) in https://github.com/urfave/cli/pull/2140
- Fix:(issue\_2135) Correct formatting of default subcommand USAGE text by [@​zzspoon](https://github.com/zzspoon ) in https://github.com/urfave/cli/pull/2139
#### New Contributors
- [@​zzspoon](https://github.com/zzspoon ) made their first contribution in https://github.com/urfave/cli/pull/2139
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.3...v3.3.4
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS42IiwidXBkYXRlZEluVmVyIjoiNDAuNDkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/766
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-06-16 17:07:00 +00:00
f09d6ca46b
fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 ( #765 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/765
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-06-10 14:52:26 +00:00
0e54bae0c4
migrate tea to urfave v3 ( #760 )
...
I tested this somewhat, but I haven't been using the cli before so I'm not sure if there are changes - there shouldn't be though.
Reviewed-on: https://gitea.com/gitea/tea/pulls/760
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-06-10 05:19:59 +00:00
177b7397f3
fix(deps): update module github.com/go-git/go-git/v5 to v5.16.1 ( #762 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/762
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-06-06 00:13:48 +00:00
11ec662434
fix(deps): update module golang.org/x/crypto to v0.39.0 ( #764 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/764
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-06-06 00:13:38 +00:00
213f976dcf
fix(deps): update module github.com/olekukonko/tablewriter to v1.0.7 ( #759 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/759
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-28 15:10:06 +00:00
59b35fecfe
fix(deps): update module github.com/olekukonko/tablewriter to v1.0.5 ( #758 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/758
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-15 15:34:37 +00:00
d4887f6b9d
Bump Table Dep ( #757 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/757
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-05-13 21:03:46 +00:00
662d441e3a
fix(deps): update module golang.org/x/crypto to v0.38.0 ( #751 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/751
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-06 03:54:32 +00:00
894646a83c
fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 ( #748 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/748
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-06 03:45:41 +00:00
4adc925aa1
fix(deps): update module github.com/charmbracelet/glamour to v0.10.0 ( #749 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/749
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-06 03:45:16 +00:00
affef1980e
fix(deps): update module golang.org/x/oauth2 to v0.30.0 ( #752 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/752
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-05-06 03:44:39 +00:00
6efa25d0f7
fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 ( #747 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/747
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-04-12 00:58:08 +00:00
2e389349e1
fix(deps): update module github.com/charmbracelet/glamour to v0.9.1 ( #735 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/735
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-04-11 00:16:55 +00:00
2f9bc0f8d9
fix(deps): update module golang.org/x/oauth2 to v0.29.0 ( #742 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/742
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-04-11 00:16:27 +00:00
2e4422577b
fix(deps): update module code.gitea.io/sdk/gitea to v0.21.0 ( #740 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/740
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-04-10 18:29:04 +00:00
1ea89f3409
fix(deps): update module golang.org/x/crypto to v0.37.0 ( #743 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/743
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-04-10 18:26:21 +00:00
3447e0b6ab
fix(deps): update module golang.org/x/oauth2 to v0.28.0 ( #734 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/734
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-19 01:55:45 +00:00
1681af8a3e
fix(deps): update module golang.org/x/crypto to v0.36.0 ( #730 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/730
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 17:28:43 +00:00
62dc1dde95
Login via oauth2 flow ( #725 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/725
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-03-18 17:01:49 +00:00
e82dd9e08d
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 ( #729 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/729
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 16:46:15 +00:00
9785f6acf7
fix(deps): update module github.com/charmbracelet/glamour to v0.9.0 ( #732 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/732
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 16:45:49 +00:00
9888ca69b2
fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 ( #724 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/724
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-28 01:57:47 +00:00
b4655aefc4
fix(deps): update module golang.org/x/crypto to v0.35.0 ( #721 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/721
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-26 16:10:39 +00:00
aba2dadcfd
fix(deps): update module github.com/muesli/termenv to v0.16.0 ( #720 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/720
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-26 16:10:21 +00:00
681e665a59
fix(deps): update module golang.org/x/crypto to v0.33.0 ( #718 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/718
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-16 17:45:59 +00:00
72790aa50a
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.2 ( #713 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/713
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-27 02:10:31 +00:00
8efa1aaf1f
fix(deps): update module code.gitea.io/sdk/gitea to v0.20.0 ( #711 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/711
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-10 17:55:51 +00:00
bc29fa5c9c
fix(deps): update module golang.org/x/crypto to v0.32.0 ( #710 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/710
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-10 17:55:38 +00:00
54b3f8e5b2
fix(deps): update module golang.org/x/term to v0.28.0 ( #709 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/709
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-06 04:32:32 +00:00
4e0fab6e7f
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.1 ( #707 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/707
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-03 04:09:44 +00:00
66927f8972
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 ( #704 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/704
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-29 00:55:34 +00:00
637b7ea010
fix(deps): update github.com/muesli/termenv digest to 8c990cd ( #696 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/696
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-26 21:14:00 +00:00
f2955a468e
fix(deps): update github.com/muesli/termenv digest to 0d230cb ( #694 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/694
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-12 05:09:05 +00:00
54c198cc84
fix(deps): update module golang.org/x/crypto to v0.31.0 ( #695 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/695
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-12 05:08:36 +00:00
88628368f6
fix(deps): update module golang.org/x/crypto to v0.30.0 ( #692 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/692
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-05 02:01:15 +00:00
768a6fd844
fix(deps): update module github.com/stretchr/testify to v1.10.0 ( #689 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/689
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-01 00:57:28 +00:00
a9293e2f8b
fix(deps): update module golang.org/x/crypto to v0.29.0 ( #690 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/690
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-01 00:56:07 +00:00
3cef822f22
fix(deps): update module github.com/adrg/xdg to v0.5.3 ( #687 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/687
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 02:53:37 +00:00
10e53345ed
fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 ( #667 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/667
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 02:00:43 +00:00
b7191bf6e9
fix(deps): update github.com/muesli/termenv digest to 82936c5 ( #684 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/684
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 01:59:10 +00:00
2984ad4964
Add git helper ( #612 )
...
Add support to tea login with helper same another tools and `gh`
Reviewed-on: https://gitea.com/gitea/tea/pulls/612
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
Co-committed-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
2024-08-26 11:34:36 +00:00
a35bf931ae
fix(deps): update module golang.org/x/crypto to v0.26.0 ( #664 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/664
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 18:59:57 +00:00
0297738b33
fix(deps): update module code.gitea.io/sdk/gitea to v0.19.0 ( #662 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/662
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:56 +00:00
1983c3bbd9
fix(deps): update module github.com/charmbracelet/glamour to v0.8.0 ( #663 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/663
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:30 +00:00
d289c290bb
fix(deps): update module golang.org/x/term to v0.23.0 ( #665 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/665
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:05 +00:00
4ba3139224
fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 ( #610 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/610
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-07-26 18:06:26 +00:00
22370698bf
fix(deps): update module github.com/charmbracelet/glamour to v0.7.0 ( #631 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/631
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-07-26 16:01:37 +00:00
61bdc14184
fix(deps): update module golang.org/x/crypto to v0.25.0 ( #652 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/crypto | require | minor | `v0.23.0` -> `v0.25.0` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/652
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-07-17 01:39:18 +00:00