dotboris / alt

A simple version manager tool for switching between different versions of commands
MIT License
86 stars 5 forks source link

Update all non-major dependencies #355

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap build-dependencies patch 4.4.3 -> 4.4.4
clap dependencies patch 4.4.3 -> 4.4.4
clap_mangen build-dependencies patch 0.2.13 -> 0.2.14
dialoguer dependencies minor 0.10.4 -> 0.11.0
insta (source) dev-dependencies minor 1.31.0 -> 1.32.0
predicates dev-dependencies patch 3.0.3 -> 3.0.4
test-case dev-dependencies minor 3.1.0 -> 3.2.1

Release Notes

clap-rs/clap (clap) ### [`v4.4.4`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#444---2023-09-18) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.4.3...v4.4.4) ##### Internal - Update `terminal_size` to 0.3
clap-rs/clap (clap_mangen) ### [`v0.2.14`](https://togithub.com/clap-rs/clap/blob/HEAD/clap_mangen/CHANGELOG.md#0214---2023-09-18)
console-rs/dialoguer (dialoguer) ### [`v0.11.0`](https://togithub.com/console-rs/dialoguer/blob/HEAD/CHANGELOG.md#0110) [Compare Source](https://togithub.com/console-rs/dialoguer/compare/v0.10.4...v0.11.0) ##### Enhancements - Added `dialouger::Result` and `dialouger::Error` - Added a `BasicHistory` implementation for `History` - Added vim mode for `FuzzySelect` - All prompts implement `Clone` - Add handling of `Delete` key for `FuzzySelect` ##### Bug fixes - Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs - Resolve `MultiSelect` checked and unchecked variants looking the same on Windows - `Input` values that are invalid are now also stored in `History` - Resolve some issues with cursor positioning in `Input` when using `utf-8` characters - Correct page is shown when default selected option is not on the first page for `Select` - Fix panic in `FuzzySelect` when using non-ASCII characters ##### Breaking - Updated MSRV to `1.63.0` due to multiple dependencies on different platforms: `rustix`, `tempfile`,`linux-raw-sys` - Removed deprecated `Confirm::with_text` - Removed deprecated `ColorfulTheme::inline_selections` - Prompt builder functions now take `mut self` instead of `&mut self` - Prompt builder functions now return `Self` instead of `&mut Self` - Prompt interaction functions now take `self` instead of `&self` - Prompt interaction functions and other operations now return `dialouger::Result` instead of `std::io::Result` - Rename `Validator` to `InputValidator` - The trait method `Theme::format_fuzzy_select_prompt()` now takes a byte position instead of a cursor position in order to support UTF-8.
mitsuhiko/insta (insta) ### [`v1.32.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1320) [Compare Source](https://togithub.com/mitsuhiko/insta/compare/1.31.0...1.32.0) - Added `--profile` parameter support to `cargo insta test`.
assert-rs/predicates-rs (predicates) ### [`v3.0.4`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#304---2023-09-18) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4) ##### Compatibility - Update MSRV to 1.69.0 ##### Internal - Update `itertools` to 0.11
frondeus/test-case (test-case) ### [`v3.2.1`](https://togithub.com/frondeus/test-case/blob/HEAD/CHANGELOG.md#321) [Compare Source](https://togithub.com/frondeus/test-case/compare/v3.2.0...v3.2.1) ##### Changes - Update `syn` dependency to 2.0 - Ensure that `test-case` selects correct version of it's `core` and `macros` subcrates ### [`v3.2.0`](https://togithub.com/frondeus/test-case/blob/HEAD/CHANGELOG.md#320) [Compare Source](https://togithub.com/frondeus/test-case/compare/v3.1.0...v3.2.0) ##### New features - Add `test_matrix` macro: generates test cases from Cartesian product of possible test function argument values ([#​128](https://togithub.com/frondeus/test-case/issues/128)) ##### Changes - Retain `allow` attributes on test functions ([#​127](https://togithub.com/frondeus/test-case/issues/127))

Configuration

📅 Schedule: Branch creation - "after 2pm on friday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.