Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the minor-patch group across 1 directory with 4 updates #235

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2024

Bumps the minor-patch group with 4 updates in the / directory: clap, similar, tui-prompts and regex.

Updates clap from 4.5.9 to 4.5.13

Release notes

Sourced from clap's releases.

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

Changelog

Sourced from clap's changelog.

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

Commits

Updates similar from 2.5.0 to 2.6.0

Changelog

Sourced from similar's changelog.

2.6.0

  • Bump bstr dependency to 1.5. #69
Commits

Updates tui-prompts from 0.3.16 to 0.3.20

Release notes

Sourced from tui-prompts's releases.

tui-prompts-v0.3.20

📚 Documentation

  • Clean up changelogs (#17)
    • removed unnecessary footer comments
    • removed [unreleased] sections
    • removed duplicate release notes

tui-prompts-v0.3.19

⚙️ Miscellaneous Tasks

  • Update READMEs and licensing info

tui-prompts-v0.3.18

🐛 Bug Fixes

  • Delete and backspace behavior for multi-byte characters (#57)
  • Fixup tui-prompts version to match crates.io

⚙️ Miscellaneous Tasks

  • Move tui-prompts to its own directory
  • Move to tui-widgets repository
  • Various fixes / clippy lints (#6)
Commits

Updates regex from 1.10.5 to 1.10.6

Changelog

Sourced from regex's changelog.

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 3, 2024
@altsem altsem closed this Aug 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-3efc926339 branch August 3, 2024 12:52
@altsem
Copy link
Owner

altsem commented Aug 3, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@altsem
Copy link
Owner

altsem commented Aug 3, 2024

@dependabot reopen

@dependabot dependabot bot restored the dependabot/cargo/minor-patch-3efc926339 branch August 3, 2024 12:52
@dependabot dependabot bot reopened this Aug 3, 2024
@altsem
Copy link
Owner

altsem commented Aug 3, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/minor-patch-3efc926339 branch from fc76981 to eb322b3 Compare August 3, 2024 12:54
…ates

Bumps the minor-patch group with 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [similar](https://github.com/mitsuhiko/similar), [tui-prompts](https://github.com/joshka/tui-widgets) and [regex](https://github.com/rust-lang/regex).


Updates `clap` from 4.5.9 to 4.5.13
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...v4.5.13)

Updates `similar` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@2.5.0...2.6.0)

Updates `tui-prompts` from 0.3.16 to 0.3.20
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/joshka/tui-widgets/commits/tui-prompts-v0.3.20)

Updates `regex` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.10.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: similar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: tui-prompts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-patch-3efc926339 branch from eb322b3 to 5eb9f40 Compare August 5, 2024 18:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 10, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-3efc926339 branch August 10, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant