Skip to content

chore(deps): update rust crate clap to v4.6.0#396

Merged
panbanda merged 1 commit intomainfrom
renovate/clap-4.x-lockfile
Apr 6, 2026
Merged

chore(deps): update rust crate clap to v4.6.0#396
panbanda merged 1 commit intomainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 23, 2026

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.584.6.0

Warning

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


Release Notes

clap-rs/clap (clap)

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 added the dependencies Pull requests that update a dependency file label Feb 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 23, 2026

Omen Analysis

Diff Risk

Risk Score 20%
Risk Level LOW
Files Modified 1
Lines Added +41
Lines Deleted -41
Commits 2
Risk Factors
Factor Score
file_churn 0.1
lines_added 0.0163
lines_deleted 0.0163
commits 0.0140
num_files 0.0053
ownership_diffusion 0.0015
entropy 0
file_complexity 0
Recommendations
  • Touches historically volatile files - changes here often introduce bugs

Repository Health

Health Score 77.4299025427097 / 100
Grade C
Files Analyzed 101
Critical Issues 1
Score Components
Component Score Weight
complexity 92 1
duplication 42 0.8
cohesion 94.2 0.6
tdg 83.2 0.6
coupling 53.1 0.4
satd 91.1 0.4
smells 100 0.2
Tips for AI agents

Use these commands to investigate and improve low-scoring areas.

Run full analysis:

omen -f json score    # health score with component breakdown
omen -f json diff     # PR risk analysis
omen hotspot          # high-churn + high-complexity files

Coupling (score: 53.110891089108904) -- needs attention

omen graph && omen smells

Break cyclic dependencies by introducing interfaces or extracting shared types. Reduce fan-out from hub modules by splitting responsibilities.


Duplication (score: 42.047601744186046) -- needs attention

omen clones

Look for Type-1 (exact) and Type-2 (renamed) clones. Extract shared logic into reusable functions or modules. Prioritize clones in high-churn files.


General workflow for improving scores:

  1. Run the relevant analyzer command to identify specific files
  2. Focus on the highest-weight components first (complexity 25%, duplication 20%, cohesion 15%, TDG 15%)
  3. Make targeted improvements -- small refactors that reduce complexity or eliminate duplication
  4. Re-run omen score to verify improvement

@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 8765bf3 to cd71775 Compare March 15, 2026 20:55
@renovate renovate Bot changed the title chore(deps): update rust crate clap to v4.5.60 chore(deps): update rust crate clap to v4.6.0 Mar 15, 2026
@panbanda panbanda merged commit eaf59e1 into main Apr 6, 2026
8 checks passed
@renovate renovate Bot deleted the renovate/clap-4.x-lockfile branch April 6, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file risk: low

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant