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

Update all non-major dependencies #355

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2023

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

Compare Source

Internal
  • Update terminal_size to 0.3
clap-rs/clap (clap_mangen)

v0.2.14

console-rs/dialoguer (dialoguer)

v0.11.0

Compare Source

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

Compare Source

  • Added --profile parameter support to cargo insta test.
assert-rs/predicates-rs (predicates)

v3.0.4

Compare Source

Compatibility
  • Update MSRV to 1.69.0
Internal
  • Update itertools to 0.11
frondeus/test-case (test-case)

v3.2.1

Compare Source

Changes
  • Update syn dependency to 2.0
  • Ensure that test-case selects correct version of it's core and macros subcrates

v3.2.0

Compare Source

New features
  • Add test_matrix macro: generates test cases from Cartesian product of possible test function argument values (#​128)
Changes
  • Retain allow attributes on test functions (#​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.


  • If you want to rebase/retry this PR, check this box

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

@dotboris dotboris merged commit e5579b6 into main Sep 24, 2023
18 checks passed
@dotboris dotboris deleted the renovate/all-minor-patch branch September 24, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant