Skip to content

chore(deps): update dependency usage to v6 - #30

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/usage-6.x
Open

chore(deps): update dependency usage to v6#30
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/usage-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
usage tools major 2.18.26.6.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jdx/usage (usage)

v6.6.1

Compare Source

🐛 Bug Fixes
New Contributors

v6.6.0

Compare Source

🚀 Features

v6.5.0

Compare Source

🚀 Features
🐛 Bug Fixes
New Contributors

v6.4.1

Compare Source

🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates

v6.4.0

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor

v6.3.0

Compare Source

🚀 Features
  • (spec) render heading prose in the Go help renderer by @​jdx in #​1290
🐛 Bug Fixes

v6.2.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (completion) handle attached values and emit built-ins by @​jdx in #​1277
  • (derive) preserve flattened command metadata by @​jdx in #​1268
  • (derive) skip choice checks for typed defaults by @​jdx in #​1269
  • (derive) suppress generated partial field lint by @​jdx in #​1278
  • (derive) keep an invalid choice after an override displaces the flag by @​jdx in #​1286
  • (spec) make the two KDL writers agree on three more nodes by @​jdx in #​1289
🚜 Refactor
⚡ Performance
🛡️ Security
🔍 Other Changes
New Contributors

v6.1.1

Compare Source

🐛 Bug Fixes
⚡ Performance
  • (derive) outline invalid-value error construction from generated builds by @​jdx in #​1235
  • (derive) share the repeated-value collection loop across fields by @​jdx in #​1236
🧪 Testing

v6.1.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (derive) flow long help and emit kdl raw multiline strings by @​jdx in #​1215
📚 Documentation

v6.0.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (argv) stop a repeatable flag from eating a positional by @​jdx in #​799
  • (argv) inherit unknown_flags, which reached one command out of a tree by @​jdx in #​939
  • (argv) reject duplicate flags by @​jdx in #​945
  • (argv) show choices when a subcommand is required by @​jdx in #​947
  • (argv) a bare - binds where it was typed by @​jdx in #​986
  • (argv) put zsh's magic comment first, and print fish's candidates as data by @​jdx in #​1033
  • (ci) unblock releases by cutting usage-derive's dev-dependency by @​jdx in #​811
  • (ci) check the version the crates promise, and promise one that is true by @​jdx in #​918
  • (clap) say what clap would do with an unknown flag by @​jdx in #​899
  • (cli) recognize about as root command help by @​jdx in #​794
  • (complete) resolve config keys through aliases and renames by @​jdx in #​1169
  • (config) accept case-insensitive boolean words by @​jdx in #​1207
  • (derive) let a ---only argument follow a variadic by @​jdx in #​823
  • (derive) three more descriptions a spec keeps and the derive lost by @​jdx in #​861
  • (derive) name the mistake when settings has nothing to collect by @​jdx in #​904
  • (derive) emit the tables beside the user's types, not in a module above them by @​jdx in #​938
  • (derive) a global flag may be given once per command, not once per line by @​jdx in #​991
  • (derive) separate value metadata from parsing by @​jdx in #​1054
  • (derive) make defaulted fields optional in metadata by @​jdx in #​1065
  • (derive) isolate process exit from adopters by @​jdx in #​1139
  • (derive) propagate redeclared global values by @​jdx in #​1140
  • (derive) preserve set-false actions by @​jdx in #​1156
  • (derive) name the count type in standing presence checks by @​jdx in #​1205
  • (docs) link multi-word commands to their real source files by @​jdx in #​845
  • (docs) link every command to the file that implements it by @​jdx in #​846
  • (docs) keep hidden entries out of help by @​jdx in #​859
  • (docs) list visible flag aliases by @​jdx in #​1112
  • (help) a command's page should say what that command does by @​jdx in #​911
  • (help) a declared name is not a short form, and blank help is no help by @​jdx in #​916
  • (help) render the page for the mount the words reached by @​jdx in #​928
  • (help) a description ending in a break adds no blank line by @​jdx in #​970
  • (lib) validate every variadic fallback by @​jdx in #​1049
  • (parse) keep every -- after the first by @​jdx in #​809
  • (parse) stop losing a flag that is missing its value by @​jdx in #​807
  • (parse) answer the five vectors the reference implementation was failing by @​jdx in #​930
  • (parse) breaking a command that needs a subcommand says so by @​jdx in #​992
  • (parse) keep optional validation lint-clean by @​jdx in #​1141
  • (parse) honor separator after automatic args by @​jdx in #​1164
  • (parse) let a bundle contain a supplied short by @​jdx in #​1175
  • (spec) make the config block survive being written out by @​jdx in #​832
  • (spec) apply default_subcommand only at the root by @​jdx in #​850
  • (spec) split a clap default by the delimiter clap splits it by by @​jdx in #​901
  • (spec) rank a subcommand name above another command's alias by @​jdx in #​967
  • (spec) preserve clap value count bounds by @​jdx in #​1032
  • (spec) deduplicate derived completers by @​jdx in #​1072
  • (spec) canonicalize derived kdl by @​jdx in #​1095
🚜 Refactor
  • (deps) breaking stop shipping features and crates nobody uses by @​jdx in #​1185
  • (deps) drop heck from usage-derive by @​jdx in #​1187
  • (deps) take expr-lang without the builtins a spec cannot reach by @​jdx in #​1191
📚 Documentation
⚡ Performance
  • (derive) fill the partial through &mut instead of returning it by @​jdx in #​980
  • (derive) hold one subcommand's partial, not every subcommand's by @​jdx in #​981
  • (derive) drop proc-macro-crate transitive deps by @​jdx in #​1042
🧪 Testing

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate
renovate Bot force-pushed the renovate/usage-6.x branch 8 times, most recently from 1d7c998 to 3a76bd6 Compare August 28, 2026 20:33
@renovate
renovate Bot force-pushed the renovate/usage-6.x branch 3 times, most recently from 941a24e to 1f4552d Compare September 1, 2026 17:36
@renovate
renovate Bot force-pushed the renovate/usage-6.x branch from 1f4552d to 988b895 Compare September 2, 2026 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants