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

Warning

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


Release Notes

jdx/usage (usage)

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
🛡️ Security
  • (config) resolve settings from layers, with provenance by @​jdx in #​849
  • (config) read the environment as a layer by @​jdx in #​867
  • (config) give a deprecation notice from anywhere along a rename chain by @​jdx in #​893
  • (derive) keep parsed fields live for lints by @​jdx in #​1138
  • (docs) render the config block by @​jdx in #​837
  • (go) render the page -h prints, matching usage-lib on all 211 of mise's by @​jdx in #​974
  • (go) render --help too, matching usage-lib on all 211 of mise's long pages by @​jdx in #​975
  • (parse) require exact command and flag names by @​jdx in #​1096
  • (spec) the config vocabulary by @​jdx in #​835
🔍 Other Changes
📦️ Dependency Updates

v5.1.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • (spec) avoid inferred metadata from included specs by @​jdx in #​786
🧪 Testing
📦️ Dependency Updates

v5.0.0

Compare Source

🚀 Features
🐛 Bug Fixes
🎨 Styling

v4.1.0

Compare Source

🚀 Features
  • (cli) declare what each usage command does to the world by @​jdx in #​751
  • (mcp) serve a usage spec to an agent over stdio by @​jdx in #​746
  • (spec) add a top-level repository field by @​jdx in #​747
🐛 Bug Fixes
New Contributors

v4.0.0

Compare Source

🚀 Features

v3.6.0

Compare Source

🚀 Features
  • (spec) add effect= to declare what a command does to the world by @​jdx in #​739
🚜 Refactor
  • (spec) make missed SpecCommand fields a compile error, and fix the four that were already missed by @​jdx in #​740

v3.5.7

Compare Source

🐛 Bug Fixes
  • (parse) don't leak the mounting CLI's flags into mounted commands; scan past non-global flags by @​jdx in #​738

v3.5.6

Compare Source

🐛 Bug Fixes
  • (cli) avoid trailing semicolon in macro expression position by @​jdx in #​729
  • (completion) write spec cache to private dir instead of world-writable tmp by @​jdx in #​727
  • (lib) remove needless borrows in format args by @​jdx in #​726
  • (markdown) preserve HTML in fenced code blocks by @​risu729 in #​720
  • (nu) create completion cache dir with mode 700 and fix home-dir lookup by @​jdx in #​731
🔍 Other Changes
  • remove dtolnay/rust-toolchain action, use runner default rust by @​jdx in #​724
  • regenerate aube-lock.yaml on renovate branches by @​jdx in #​728
  • exclude aube-lock.yaml from prettier by @​jdx in #​732
📦️ Dependency Updates

v3.5.5

Compare Source

🐛 Bug Fixes
📚 Documentation
🧪 Testing
  • invoke typescript compiler through npx package by @​jdx in #​719
🔍 Other Changes

v3.5.4

Compare Source

🐛 Bug Fixes
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v3.5.3

Compare Source

🐛 Bug Fixes

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 from 0c8e7e6 to 2a4193c Compare August 23, 2026 00:39
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