Closed dependabot[bot] closed 3 months ago
@dependabot merge
On Wed, Aug 14, 2024, 8:14 AM dependabot[bot] @.***> wrote:
Bumps clap https://github.com/clap-rs/clap from 4.5.13 to 4.5.15. Release notes
Sourced from clap's releases https://github.com/clap-rs/clap/releases.
v4.5.15 [4.5.15] - 2024-08-10 Compatiblity
- (unstable-ext) Arg::remove changed return types
Fixes
- (unstable-ext) Make Arg::remove return the removed item
v4.5.14 [4.5.14] - 2024-08-08 Features
- (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Changelog
Sourced from clap's changelog https://github.com/clap-rs/clap/blob/master/CHANGELOG.md.
[4.5.15] - 2024-08-10 Compatiblity
- (unstable-ext) Arg::remove changed return types
Fixes
- (unstable-ext) Make Arg::remove return the removed item
[4.5.14] - 2024-08-08 Features
- (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Commits
- 050b6c5 https://github.com/clap-rs/clap/commit/050b6c5ca5442896811630b8aab5d7fbe0f696c9 chore: Release
- 5e61bd4 https://github.com/clap-rs/clap/commit/5e61bd4290324cf528f55a322f3e44279a44d3e7 docs: Update changelog
- 6f88091 https://github.com/clap-rs/clap/commit/6f880911bf827394bac420d4a86dd104e09985de Merge pull request #5671 https://redirect.github.com/clap-rs/clap/issues/5671 from epage/env
- c402ec6 https://github.com/clap-rs/clap/commit/c402ec61ee6ebd1fdee8da419247c20598151f34 feat(complete): Env hook for dynamic completions
- 6288e11 https://github.com/clap-rs/clap/commit/6288e1169db0f161361424e574fe22bcbdd2ddeb test(complete): Specialize tests
- 84cfd92 https://github.com/clap-rs/clap/commit/84cfd92843b24894cc27c8e9351533c4eafc7777 Merge pull request #5667 https://redirect.github.com/clap-rs/clap/issues/5667 from a-kenji/fix-typo
- 70d8334 https://github.com/clap-rs/clap/commit/70d833418b9fe9c496dcf531d06fbbb0f26d1e7f Merge pull request #5669 https://redirect.github.com/clap-rs/clap/issues/5669 from epage/reorg
- cddbb56 https://github.com/clap-rs/clap/commit/cddbb5689ff83e52e3c8604225aacf30510b2415 fix(complete): Correct version check
- 6374053 https://github.com/clap-rs/clap/commit/63740539d390bf69c38d16d0355cd78846257616 style: Order fn attributes
- f75251f https://github.com/clap-rs/clap/commit/f75251f5aede9fba61d8881ab5c9444ac6a996fc fix(complete)!: Rename shells to command
- Additional commits viewable in compare view https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...clap_complete-v4.5.15
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
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 show
ignore conditions will show all of the ignore conditions of the specified dependency - @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)
You can view, comment on, or merge this pull request online at:
https://github.com/andrewdavidmackenzie/flow/pull/2284 Commit Summary
- 2b2d434 https://github.com/andrewdavidmackenzie/flow/pull/2284/commits/2b2d434cce75d2af1936072b16a5321140328c1f build(deps): bump clap from 4.5.13 to 4.5.15
File Changes
(1 file https://github.com/andrewdavidmackenzie/flow/pull/2284/files)
- M Cargo.lock https://github.com/andrewdavidmackenzie/flow/pull/2284/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e (14)
Patch Links:
- https://github.com/andrewdavidmackenzie/flow/pull/2284.patch
- https://github.com/andrewdavidmackenzie/flow/pull/2284.diff
— Reply to this email directly, view it on GitHub https://github.com/andrewdavidmackenzie/flow/pull/2284, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKF4LD3UG3M4EXKZ3YEJCDZRLYV3AVCNFSM6AAAAABMPUINN6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DIOJYG43TKMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot rebase
Looks like clap is no longer updatable, so this is no longer needed.
Bumps clap from 4.5.13 to 4.5.15.
Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
050b6c5
chore: Release5e61bd4
docs: Update changelog6f88091
Merge pull request #5671 from epage/envc402ec6
feat(complete): Env hook for dynamic completions6288e11
test(complete): Specialize tests84cfd92
Merge pull request #5667 from a-kenji/fix-typo70d8334
Merge pull request #5669 from epage/reorgcddbb56
fix(complete): Correct version check6374053
style: Order fn attributesf75251f
fix(complete)!: Rename shells to commandDependabot 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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
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 show