Update Rust crate crossterm to 0.27.0 #92

Merged
pierre merged 1 commits from renovate/crossterm-0.x into master 2023-08-07 01:05:05 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
crossterm dependencies minor 0.26.1 -> 0.27.0

Release Notes

crossterm-rs/crossterm (crossterm)

v0.27.0

Compare Source

Version 0.27

Added

  • Add NO_COLOR support (https://no-color.org/)
  • Add option to force overwrite NO_COLOR (#​802)
  • Add support for scroll left/right events on windows and unix systems (#​788).
  • Add window_size function to fetch pixel width/height of screen for more sophisticated rendering in terminals.
  • Add support for deserializing hex color strings to `Color`` e.g #fffff.

Changes

  • Make the events module an optional feature events (to make crossterm more lightweight) (#​776)

Breaking ⚠️

  • Set minimum rustc version to 1.58 (#​798)
  • Change all error types to std::io::Result (#​765)

@​Gronis, @​kevin-vigor, @​Wilfred, @​benjajaja, @​blt-r, @​Piturnah, @​kdheepak, @​DeathVenom54, @​senekor, @​joseluis, @​gibbz00, @​lesleyrs, @​jhartzell42


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crossterm](https://github.com/crossterm-rs/crossterm) | dependencies | minor | `0.26.1` -> `0.27.0` | --- ### Release Notes <details> <summary>crossterm-rs/crossterm (crossterm)</summary> ### [`v0.27.0`](https://github.com/crossterm-rs/crossterm/releases/tag/0.27.0) [Compare Source](https://github.com/crossterm-rs/crossterm/compare/0.26.1...0.27.0) ### Version 0.27 #### Added ⭐ - Add `NO_COLOR` support (https://no-color.org/) - Add option to force overwrite `NO_COLOR` ([#&#8203;802](https://github.com/crossterm-rs/crossterm/issues/802)) - Add support for scroll left/right events on windows and unix systems ([#&#8203;788](https://github.com/crossterm-rs/crossterm/issues/788)). - Add `window_size` function to fetch pixel width/height of screen for more sophisticated rendering in terminals. - Add support for deserializing hex color strings to \`Color\`\` e.g #fffff. #### Changes - Make the events module an optional feature `events` (to make crossterm more lightweight) ([#&#8203;776](https://github.com/crossterm-rs/crossterm/issues/776)) #### Breaking ⚠️ - Set minimum rustc version to 1.58 ([#&#8203;798](https://github.com/crossterm-rs/crossterm/issues/798)) - Change all error types to `std::io::Result` ([#&#8203;765](https://github.com/crossterm-rs/crossterm/issues/765)) [@&#8203;Gronis](https://github.com/Gronis), [@&#8203;kevin-vigor](https://github.com/kevin-vigor), [@&#8203;Wilfred](https://github.com/Wilfred), [@&#8203;benjajaja](https://github.com/benjajaja), [@&#8203;blt-r](https://github.com/blt-r), [@&#8203;Piturnah](https://github.com/Piturnah), [@&#8203;kdheepak](https://github.com/kdheepak), [@&#8203;DeathVenom54](https://github.com/DeathVenom54), [@&#8203;senekor](https://github.com/senekor), [@&#8203;joseluis](https://github.com/joseluis), [@&#8203;gibbz00](https://github.com/gibbz00), [@&#8203;lesleyrs](https://github.com/lesleyrs), [@&#8203;jhartzell42](https://github.com/jhartzell42) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNC4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-08-07 00:28:58 +00:00
Update Rust crate crossterm to 0.27.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
747cedf93c
pierre scheduled this pull request to auto merge when all checks succeed 2023-08-07 00:28:58 +00:00
pierre merged commit c1f5f5f624 into master 2023-08-07 01:05:05 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SeaBattle#92
No description provided.