coreutils
coreutils copied to clipboard
build(deps): bump clap from 4.0.26 to 4.1.4
Bumps clap from 4.0.26 to 4.1.4.
Release notes
Sourced from clap's releases.
v4.1.4
[4.1.4] - 2023-01-24
Fixes
- (help) Respect
disable_colored_helpwhen usingarg_required_else_helpPerformance
- Speed up compiling
arg!macrov4.1.3
[4.1.3] - 2023-01-23
Fixes
- (error) Improve suggested flag/value/subcommand when two share a long preifx
- (error) When suggesting one of several subcommands, use the plural
subcommands, rather thansubcommandv4.1.2
[4.1.2] - 2023-01-23
Fixes
- In documentation, refer to
get_flag, rather thanget_one::<bool>v4.1.1
[4.1.1] - 2023-01-14
Fixes
- (error) Small softening attempt for "unexpected argument" error
v4.0.32
[4.0.32] - 2022-12-22
Fixes
- (parser) When overriding
required(true), consider args that conflict with its groupv4.0.31
[4.0.31] - 2022-12-22
Performance
- Speed up parsing when a lot of different flags are present (100 unique flags)
v4.0.30
[4.0.30] - 2022-12-21
... (truncated)
Changelog
Sourced from clap's changelog.
[4.1.4] - 2023-01-24
Fixes
- (help) Respect
disable_colored_helpwhen usingarg_required_else_helpPerformance
- Speed up compiling
arg!macro[4.1.3] - 2023-01-23
Fixes
- (error) Improve suggested flag/value/subcommand when two share a long preifx
- (error) When suggesting one of several subcommands, use the plural
subcommands, rather thansubcommand[4.1.2] - 2023-01-23
Fixes
- In documentation, refer to
get_flag, rather thanget_one::<bool>[4.1.1] - 2023-01-14
Fixes
- (error) Small softening attempt for "unexpected argument" error
[4.1.0] - 2023-01-13
Compatibility
MSRV changed to 1.64.0
For apps with custom
--helpand--versionflags:
- Descriptions for
--helpand--versionchangedWhen apps have errors imitating clap's error style:
- Error message style was changed, including
- Moving away from "did you mean" to tips
- Leading letter is lower case
- "For more" added some punctuation
Features
ArgMatches::get_occurrencessupport for argument values to be grouped by their occurrenceFixes
... (truncated)
Commits
a59a535chore: Release4348f43docs: Update changelog7c4c658Merge pull request #4673 from epage/argbbe5eaaperf: Speed up compilingarg!macrob3c4b40Merge pull request #4672 from epage/helpdc89379fix(help): Respectdisable_colored_helpforarg_required_else_help10a87c6chore: Release8ee9242docs: Update changelog125dbe0Merge pull request #4667 from corneliusroemer/fix-4666401d86fMerge pull request #4668 from corneliusroemer/fix-4660- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
GNU testsuite comparison:
GNU test failed: tests/misc/basenc. tests/misc/basenc is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/tail-2/inotify-dir-recreate. tests/tail-2/inotify-dir-recreate is passing on 'main'. Maybe you have to rebase?
GNU testsuite comparison:
GNU test failed: tests/misc/basenc. tests/misc/basenc is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/tail-2/inotify-dir-recreate. tests/tail-2/inotify-dir-recreate is passing on 'main'. Maybe you have to rebase?
GNU testsuite comparison:
GNU test failed: tests/misc/basenc. tests/misc/basenc is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/misc/tee. tests/misc/tee is passing on 'main'. Maybe you have to rebase?
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Closing this PR because it is superseded by https://github.com/uutils/coreutils/pull/4478
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.