Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Type Update Change
cross-platform-actions/action action minor v0.29.0 -> v0.32.0
inquire dependencies minor 0.7.5 -> 0.9.0

Release Notes

cross-platform-actions/action (cross-platform-actions/action)

v0.32.0

Compare Source

Added
  • Initial release

v0.31.0

Compare Source

Added
  • Initial release

v0.30.0

Compare Source

Added
  • Initial release
mikaelmello/inquire (inquire)

v0.9.1

Compare Source

Fixes
  • Fix panicking when terminal backend reports size with 0 width.

v0.9.0

Compare Source

Features

Adds Selectable derive macro for enums! You can now easily create enum-based prompts (e.g. menus) by using the Selectable derive macro on your enums.

See the example for more details. Thank you @​TheBearodactyl for the contribution!

Dependencies
  • Updated unicode-width to 0.2.
  • Updated crossterm to 0.29.
  • Updated termion to 4.0.
  • Updated console to 0.16.

v0.8.1

Compare Source

v0.8

v0.8.0

Features
  • Improve end user experience when prompting for input without a message.
  • Implement raw_prompt_skippable for Select.
Fixes
  • Fix bug where inputs spanning 3+ lines would break text rendering.
  • Fix bug where Select and MultiSelect prompts would render the first option incorrectly when filtering is disabled.
  • Fix autocomplete suggestions not being updated after a suggestion is accepted.
  • Fix incorrect cursor placement when inputting CJK characters.
API Changes
  • Don't require static lifetime for autocompleter and validator.
Dependencies
  • Upgraded crossterm to 0.28.1.
  • Raised minimum supported Rust version to 1.80.0.
  • Migrate from once_cell to stdlib.
  • Migrate from fxhash to stdlib.
  • Removed unused dependency (newline-converter).
  • Fix GitHub Action outdated dependencies.

v0.8.1

Fixes
  • Fix panicking when terminal backend reports size with 0 width.

Acknowledgments

Thanks to all the users and contributors who helped improve this library with their feedback and contributions!

@​basbossink-ds, @​CraftSpider, @​ereOn, @​istudyatuni, @​jarjk, @​jonassmedegaard, @​Maffey, @​moritz-hoelting, @​phostann, @​sebhoss, @​stormshield-guillaumed, @​theRookieCoder, @​tusharmath

v0.8.0

Compare Source

Features
  • Improve end user experience when prompting for input without a message.
  • Implement raw_prompt_skippable for Select.
Fixes
  • Fix bug where inputs spanning 3+ lines would break text rendering.
  • Fix bug where Select and MultiSelect prompts would render the first option incorrectly when filtering is disabled.
  • Fix autocomplete suggestions not being updated after a suggestion is accepted.
  • Fix incorrect cursor placement when inputting CJK characters.
API Changes
  • Don't require static lifetime for autocompleter and validator.
Dependencies
  • Upgraded crossterm to 0.28.1.
  • Raised minimum supported Rust version to 1.80.0.
  • Migrate from once_cell to stdlib.
  • Migrate from fxhash to stdlib.
  • Removed unused dependency (newline-converter).
  • Fix GitHub Action outdated dependencies.
Acknowledgments

Thanks to all the who helped improve this library with their feedback and contributions!

@​basbossink-ds, @​CraftSpider, @​ereOn, @​istudyatuni, @​jarjk, @​jonassmedegaard, @​Maffey, @​moritz-hoelting, @​phostann, @​stormshield-guillaumed, @​theRookieCoder, @​tusharmath


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Sep 14, 2025

⚠️ No Changeset found

Latest commit: 3a68251

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3556006 to 5b25297 Compare September 16, 2025 16:31
@renovate renovate bot changed the title chore: bump up Rust crate inquire to 0.8.0 chore: bump up Rust crate inquire to 0.9.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b25297 to 3fe4f01 Compare September 25, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3fe4f01 to 92ab2d7 Compare November 4, 2025 23:52
@renovate renovate bot changed the title chore: bump up Rust crate inquire to 0.9.0 chore: bump up all non-major dependencies Nov 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 41e21a0 to 4d4b6a6 Compare December 15, 2025 21:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d4b6a6 to 3a68251 Compare December 21, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant