mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.83k stars 72 forks source link

bump: update clap requirement from 3.1.18 to 4.0.18 #471

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on clap to permit the latest version.

Release notes

Sourced from clap's releases.

v4.0.18

[4.0.18] - 2022-10-20

Fixes

  • (derive) Allow #[command(skip)] to also work with enum variants with a value
Changelog

Sourced from clap's changelog.

[4.0.18] - 2022-10-20

Fixes

  • (derive) Allow #[command(skip)] to also work with enum variants with a value

[4.0.17] - 2022-10-18

Fixes

  • Allow using Arg::last(true) with Arg::value_hint(ValueHint::CommandWithArguments)

[4.0.16] - 2022-10-18

Fixes

  • Arg::exclusive(true) should not be exclusive with the argument's own ArgGroup

[4.0.15] - 2022-10-13

Fixes

  • (error) Don't suggest -- when it doesn't help
  • (error) Be more consistent in quoting, punctuation, and indentation in errors

[4.0.14] - 2022-10-12

Fixes

  • Only put ArgGroup in ArgMatches when explicitly specified, fixing derives handling of option-flattened fields (#4375)

[4.0.13] - 2022-10-11

Features

  • (derive) Allow () for fields to mean "don't read" (#4371)

[4.0.12] - 2022-10-10

Features

  • Added TypedValueParser::try_map for when adapting an existing TypedValueParser can fail
  • (error) Create errors like clap with Error::new, Error::with_cmd, and Error::insert

[4.0.11] - 2022-10-09

Fixes

  • (help) Fix wrapping calculations with ANSI escape codes

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #471 (9d6439b) into main (3f7b316) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #471   +/-   ##
=======================================
  Coverage   79.35%   79.35%           
=======================================
  Files         255      255           
  Lines       13464    13464           
=======================================
+ Hits        10684    10685    +1     
+ Misses       2780     2779    -1     
Impacted Files Coverage Δ
crates/mun/src/ops/build.rs 50.00% <ø> (ø)
crates/mun_hir/src/ty/infer/type_variable.rs 81.25% <0.00%> (+0.89%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.