chore(deps): bump usage to 3.5.2#10498
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughA single line, Changeszsh Completion Emulation Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Greptile SummaryThis PR bumps
Confidence Score: 4/5Safe to merge for end users (the shipped completion file is correct), but the The three changed files are all correct: the library bump is pinned with new checksums, the completion fix is properly placed, and the lock file covers every platform. The only gap is that
Important Files Changed
Reviews (2): Last reviewed commit: "chore(deps): bump usage to 3.5.2" | Re-trigger Greptile |
c6cc56b to
4a174f5
Compare
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.11 x -- echo |
20.3 ± 0.8 | 18.8 | 23.6 | 1.00 |
mise x -- echo |
21.2 ± 1.9 | 19.7 | 53.1 | 1.05 ± 0.10 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.11 env |
20.5 ± 2.1 | 18.3 | 35.0 | 1.00 |
mise env |
21.0 ± 1.3 | 18.9 | 27.5 | 1.02 ± 0.12 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.11 hook-env |
22.1 ± 1.7 | 18.8 | 31.2 | 1.00 |
mise hook-env |
22.2 ± 1.6 | 19.5 | 30.5 | 1.01 ± 0.11 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.11 ls |
17.8 ± 1.2 | 15.9 | 25.0 | 1.00 |
mise ls |
19.2 ± 1.9 | 16.5 | 28.3 | 1.08 ± 0.13 |
xtasks/test/perf
| Command | mise-2026.6.11 | mise | Variance |
|---|---|---|---|
| install (cached) | 148ms | 149ms | +0% |
| ls (cached) | 65ms | 66ms | -1% |
| bin-paths (cached) | 70ms | 73ms | -4% |
| task-ls (cached) | 137ms | 139ms | -1% |
Summary
usage-libfrom 3.5.0 to 3.5.2usageCLI from 3.5.0 to 3.5.2_miseincludesemulate -L zshContext
usage3.5.2 includes the zsh completion fix for isolating generated completion function options, which avoids user zsh options such asKSH_ARRAYSaffecting the tab-separated completion row parsing.This intentionally leaves
min_usage_versionat3.5.Validation
cargo fmt --checkcargo check --locked -p mise --all-featuresgit diff --checkPATH="/tmp/usage-cli-3.5.2/bin:$PATH" mise run render:usagePATH="/tmp/usage-cli-3.5.2/bin:$PATH" mise run render:completions./target/debug/mise usageemitsmin_usage_version "3.5"./target/debug/mise completion zshemitsemulate -L zshThis PR was generated by an AI coding assistant.
Summary by CodeRabbit