Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump clap from 4.1.14 to 4.2.4 in /src/agent #3056

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps clap from 4.1.14 to 4.2.4.

Release notes

Sourced from clap's releases.

v4.2.4

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

v4.2.3

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)

v4.2.2

[4.2.2] - 2023-04-13

Internal

  • Update dependencies

v4.2.1

[4.2.1] - 2023-03-28

Fixes

  • Don't highlight uninteresting parts of the error message

v4.2.0

[4.2.0] - 2023-03-28

Compatibility

  • Removed the languishing unstable-replace feature (open to discussion at #2836)
  • Removed the stablized unstable-grouped feature

Features

  • Allow any StyledStr to accept text styled with ANSI escape codes
  • Respect CLICOLOR, CLICOLOR_FORCE

Fixes

  • Lighten the tone for "unexpected argument" errors (open to discussion at #4638)
Changelog

Sourced from clap's changelog.

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)

[4.2.2] - 2023-04-13

Internal

  • Update dependencies

[4.2.1] - 2023-03-28

Fixes

  • Don't highlight uninteresting parts of the error message

[4.2.0] - 2023-03-28

Compatibility

  • Removed the languishing unstable-replace feature (open to discussion at #2836)
  • Removed the stablized unstable-grouped feature

Features

  • Allow any StyledStr to accept text styled with ANSI escape codes
  • Respect CLICOLOR, CLICOLOR_FORCE

Fixes

  • Lighten the tone for "unexpected argument" errors (open to discussion at #4638)
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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2023

Codecov Report

Merging #3056 (1c59a3e) into main (c3b64cc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3056   +/-   ##
=======================================
  Coverage   31.39%   31.39%           
=======================================
  Files         306      306           
  Lines       36659    36659           
=======================================
  Hits        11510    11510           
  Misses      25149    25149           

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/clap-4.2.4 branch from 52a45d6 to a72173a Compare April 25, 2023 21:47
@Porges
Copy link
Member

Porges commented Apr 27, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/clap-4.2.4 branch 2 times, most recently from dbb330d to 5f50211 Compare April 27, 2023 01:58
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.2.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.1.14...v4.2.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/clap-4.2.4 branch from 5f50211 to 1c59a3e Compare April 27, 2023 02:17
@Porges Porges merged commit f164dba into main Apr 27, 2023
@Porges Porges deleted the dependabot/cargo/src/agent/clap-4.2.4 branch April 27, 2023 02:57
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request May 4, 2023
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants