Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

chore(deps): bump clap from 2.29.2 to 2.33.0 #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps clap from 2.29.2 to 2.33.0.

Release notes

Sourced from clap's releases.

v2.31.2

v2.31.2 (2018-03-19)

Bug Fixes

  • Fish Completions: fixes a bug that only allowed a single completion in in Fish Shell (e8774a8, closes #1212)
  • AllowExternalSubcommands: fixes a bug where external subcommands would be blocked by a similarly named subcomand (suggestions were getting in the way). (a410e85)

Documentation

  • Fixes some typos in the README.md (c8e685d7)

v2.31.1 (2018-03-06)

Improvements

  • AllowMissingPositional: improves the ability of AllowMissingPositional to allow 'skipping' to the last positional arg with '--' (df20e6e2)

v2.31.0 (2018-03-04)

Features

  • Arg Indices: adds the ability to query argument value indices (f58d0576)
  • Indices: implements an Indices<Item=&usize> iterator (1e67be44)
  • Raw Args adds a convenience function to Arg that allows implying all of Arg::last Arg::allow_hyphen_values and Arg::multiple(true) (66a78f29)

Documentation

Improvements

  • Cargo.toml: use codegen-units = 1 in release and bench profiles (19f425ea)
  • Adds WASM support (clap now compiles on WASM!) (689949e5)
  • Uses the short help tool-tip for PowerShell completion scripts (ecda22ce)

v2.30.0 (2018-02-13)

v2.30.0 (2018-02-13)

... (truncated)
Changelog

Sourced from clap's changelog.

v2.33.0 (2019-04-06)

New Sponsor

  • Stephen Oats is now a sponsor \o/ (823457c0)
  • SPONSORS.md: fixes Josh Triplett's info in the sponsor document (24cb5740)

Features

  • Completions: adds completion support for Elvish. (e9d0562a)
  • There is a new setting to disable automatic building of --help and -h flags (AppSettings::DisableAutoHelp)

Improvements

  • arg_matches.rs: add Debug implementations (47192b7a)
  • macros: Support shorthand syntax for ArgGroups (df9095e7)

Documentation

  • Refer to macOS rather than OSX. (ab0d767f)
  • README.md: use https for all links (96a7639a)

Bug Fixes

  • add debug assertion for missing args in subcommand ArgGroup (2699d9e5)
  • Restore compat with Rust 1.21 (6b263de1)
  • Dont mention unused subcommands (ef92e2b6)
  • OsValues: Add ExactSizeIterator implementation (356c69e5)
  • arg_enum!:
    • Fix comma position for valid values. (1f1f9ff3)
    • Invalid expansions of some trailing-comma patterns (7023184f)
  • completions: improve correctness of completions when whitespace is involved (5a08ff29)
  • help message: Unconditionally uses long description for subcommands (6acc8b6a, closes #897)
  • macros: fixes broken pattern which prevented calling multi-argument Arg methods (9e7a352e)
  • parser: Better interaction between AllowExternalSubcommands and SubcommandRequired (9601c95a)

Minimum Required Rust

  • As of this release, clap requires rustc 1.31.0 or greater.

v2.32.0 (2018-06-26)

Minimum Required Rust

  • As of this release, clap requires rustc 1.21.0 or greater.

Features

... (truncated)
Commits

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 28, 2019
@codecov
Copy link

codecov bot commented Aug 28, 2019

Codecov Report

Merging #67 into master will decrease coverage by 1.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   95.64%   94.37%   -1.27%     
==========================================
  Files           7        7              
  Lines         413      338      -75     
==========================================
- Hits          395      319      -76     
- Misses         18       19       +1
Impacted Files Coverage Δ
src/config.rs 88.88% <0%> (-11.12%) ⬇️
src/lib.rs 87.75% <0%> (-1.14%) ⬇️
src/version.rs 98.9% <0%> (-0.69%) ⬇️
src/config_file.rs 93.65% <0%> (-0.2%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e792672...f8fb1d6. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants