Skip to content

Commit a012832

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update usage to v2.6.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [usage](https://github.com/jdx/usage) | minor | `2.4.0` -> `2.6.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>jdx/usage (usage)</summary> ### [`v2.6.0`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#260---2025-11-02) [Compare Source](jdx/usage@v2.5.2...v2.6.0) ##### 🚀 Features - implement inline help layout with automatic text wrapping by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;365](jdx/usage#365) - add manpage generation support by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;369](jdx/usage#369) ##### 🐛 Bug Fixes - resolve clippy warnings in test files by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;367](jdx/usage#367) - prevent empty help\_rendered from causing inline-empty layout by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;368](jdx/usage#368) ### [`v2.5.2`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#252---2025-10-31) [Compare Source](jdx/usage@v2.5.1...v2.5.2) ##### 🐛 Bug Fixes - avoid using exec crate on windows by [@&#8203;gaojunran](https://github.com/gaojunran) in [#&#8203;363](jdx/usage#363) - support boolean literals for flag defaults by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;364](jdx/usage#364) ##### 📦️ Dependency Updates - lock file maintenance by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;359](jdx/usage#359) - update rust crate clap to v4.5.51 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;361](jdx/usage#361) - update rust crate tera to v1.20.1 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;362](jdx/usage#362) ##### New Contributors - [@&#8203;gaojunran](https://github.com/gaojunran) made their first contribution in [#&#8203;363](jdx/usage#363) ### [`v2.5.1`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#251---2025-10-26) [Compare Source](jdx/usage@v2.5.0...v2.5.1) ##### 🐛 Bug Fixes - pass global flags to mount commands during completion by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;354](jdx/usage#354) ##### 🧪 Testing - add comprehensive test for default="" behavior by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;357](jdx/usage#357) ##### 🔍 Other Changes - disable homebrew formula by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;355](jdx/usage#355) ### [`v2.5.0`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#250---2025-10-25) [Compare Source](jdx/usage@v2.4.0...v2.5.0) ##### 🚀 Features - Print default values if specified by [@&#8203;iamkroot](https://github.com/iamkroot) in [#&#8203;350](jdx/usage#350) ##### 🐛 Bug Fixes - add fallback for shell by [@&#8203;MeanderingProgrammer](https://github.com/MeanderingProgrammer) in [#&#8203;347](jdx/usage#347) - complete descriptions serialized as string instead of bool by [@&#8203;iamkroot](https://github.com/iamkroot) in [#&#8203;349](jdx/usage#349) ##### 🔍 Other Changes - mise up by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;353](jdx/usage#353) ##### 📦️ Dependency Updates - update rust crate serde\_with to v3.15.1 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;351](jdx/usage#351) - update rust crate ctor to 0.6 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;352](jdx/usage#352) ##### New Contributors - [@&#8203;iamkroot](https://github.com/iamkroot) made their first contribution in [#&#8203;350](jdx/usage#350) </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE2Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent 0a68214 commit a012832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust = "1.90.0"
1414
slsa-verifier = "2.7.1"
1515
terraform-docs = "0.20.0"
1616
tflint = "0.59.1"
17-
usage = "2.4.0"
17+
usage = "2.6.0"
1818

1919
###################################
2020
# Python Packages - Managed by uv #

0 commit comments

Comments
 (0)