[PR #595] [MERGED] Bump crossterm from 0.17.8 to 0.18.0 #916

Closed
opened 2026-02-28 14:53:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/595
Author: @dependabot-preview[bot]
Created: 9/30/2020
Status: Merged
Merged: 9/30/2020
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/crossterm-0.18.0


📝 Commits (1)

  • c640f8b Bump crossterm from 0.17.8 to 0.18.0

📊 Changes

2 files changed (+79 additions, -10 deletions)

View changed files

📝 Cargo.lock (+78 -9)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps crossterm from 0.17.8 to 0.18.0.

Release notes

Sourced from crossterm's releases.

0.18

  • Fix get position bug
  • Fix windows 8 or lower write to user-given stdout instead of stdout.
  • Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.
  • Switch to futures-core to reduce dependencies.
  • Command API restricts to only accept std::io::Write
  • Make supports_ansi public
  • Implement ALT + numbers windows systems.
Changelog

Sourced from crossterm's changelog.

Version 0.18.0

  • Fix get position bug
  • Fix windows 8 or lower write to user-given stdout instead of stdout.
  • Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.
  • Switch to futures-core to reduce dependencies.
  • Command API restricts to only accept std::io::Write
  • Make supports_ansi public
  • Implement ALT + numbers windows systems.

Version 0.17.7

  • Fix cursor position retrieval bug linux.

Version 0.17.6

  • Add functionality to retrieve color based on passed ansi code.
  • Switch from 'futures' to 'futures-util' crate to reduce dependency count
  • Mio 0.7 update
  • signal-hook update
  • Make windows raw_mode act on CONIN$
  • Added From Trait to Color::Rgb Enum
  • Implement Color::try_from()
  • Implement styler traits for &'a str

Version 0.17.5

  • Improved support of keymodifier for linux, arrow keys, function keys, home keys etc.
  • Add SetTitle command to change the terminal title.
  • Mio 0.7 update

Version 0.17.4

  • Add macros for Colorize and Styler impls, add an impl for String
  • Add shift modifier to uppercase char events on unix

Version 0.17.3

  • Fix get terminal size mac os, this did not report the correct size.

Version 0.17.2

  • Windows unicode support

Version 0.17.1

  • Reverted bug in 0.17.0: "Make terminal size function fallback to STDOUT_FILENO if /dev/tty is missing.".
  • Support for querying whether the current instance is a TTY.

Version 0.17

  • Impl Display for MoveToColumn, MoveToNextLine, MoveToPreviousLine
  • Make unix event reader always use /dev/tty.
  • Direct write command ansi_codes into formatter instead of double allocation.
  • Add NONE flag to KeyModifiers
  • Add support for converting chars to StylizedContent
  • Make terminal size function fallback to STDOUT_FILENO if /dev/tty is missing.

Version 0.16.0

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/595 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/30/2020 **Status:** ✅ Merged **Merged:** 9/30/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/crossterm-0.18.0` --- ### 📝 Commits (1) - [`c640f8b`](https://github.com/Rigellute/spotify-tui/commit/c640f8b7f8e075096ecbfc46ea4367b4cc0c7a22) Bump crossterm from 0.17.8 to 0.18.0 ### 📊 Changes **2 files changed** (+79 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+78 -9) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.17.8 to 0.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/releases">crossterm's releases</a>.</em></p> <blockquote> <h2>0.18</h2> <ul> <li>Fix get position bug</li> <li>Fix windows 8 or lower write to user-given stdout instead of stdout.</li> <li>Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.</li> <li>Switch to futures-core to reduce dependencies.</li> <li>Command API restricts to only accept <code>std::io::Write</code></li> <li>Make <code>supports_ansi</code> public</li> <li>Implement ALT + numbers windows systems.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md">crossterm's changelog</a>.</em></p> <blockquote> <h1>Version 0.18.0</h1> <ul> <li>Fix get position bug</li> <li>Fix windows 8 or lower write to user-given stdout instead of stdout.</li> <li>Make MoveCursor(Left/Right/Up/Dow) command with input 0 not move.</li> <li>Switch to futures-core to reduce dependencies.</li> <li>Command API restricts to only accept <code>std::io::Write</code></li> <li>Make <code>supports_ansi</code> public</li> <li>Implement ALT + numbers windows systems.</li> </ul> <h1>Version 0.17.7</h1> <ul> <li>Fix cursor position retrieval bug linux.</li> </ul> <h1>Version 0.17.6</h1> <ul> <li>Add functionality to retrieve color based on passed ansi code.</li> <li>Switch from 'futures' to 'futures-util' crate to reduce dependency count</li> <li>Mio 0.7 update</li> <li>signal-hook update</li> <li>Make windows raw_mode act on CONIN$</li> <li>Added From<!-- raw HTML omitted --> Trait to Color::Rgb Enum</li> <li>Implement Color::try_from()</li> <li>Implement styler traits for <code>&amp;'a str</code></li> </ul> <h1>Version 0.17.5</h1> <ul> <li>Improved support of keymodifier for linux, arrow keys, function keys, home keys etc.</li> <li>Add <code>SetTitle</code> command to change the terminal title.</li> <li>Mio 0.7 update</li> </ul> <h1>Version 0.17.4</h1> <ul> <li>Add macros for <code>Colorize</code> and <code>Styler</code> impls, add an impl for <code>String</code></li> <li>Add shift modifier to uppercase char events on unix</li> </ul> <h1>Version 0.17.3</h1> <ul> <li>Fix get terminal size mac os, this did not report the correct size.</li> </ul> <h1>Version 0.17.2</h1> <ul> <li>Windows unicode support</li> </ul> <h1>Version 0.17.1</h1> <ul> <li>Reverted bug in 0.17.0: &quot;Make terminal size function fallback to <code>STDOUT_FILENO</code> if <code>/dev/tty</code> is missing.&quot;.</li> <li>Support for querying whether the current instance is a TTY.</li> </ul> <h1>Version 0.17</h1> <ul> <li>Impl Display for MoveToColumn, MoveToNextLine, MoveToPreviousLine</li> <li>Make unix event reader always use <code>/dev/tty</code>.</li> <li>Direct write command ansi_codes into formatter instead of double allocation.</li> <li>Add NONE flag to KeyModifiers</li> <li>Add support for converting chars to StylizedContent</li> <li>Make terminal size function fallback to <code>STDOUT_FILENO</code> if <code>/dev/tty</code> is missing.</li> </ul> <h1>Version 0.16.0</h1> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/crossterm-rs/crossterm/commits/0.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=crossterm&package-manager=cargo&previous-version=0.17.8&new-version=0.18.0)](https://dependabot.com/compatibility-score/?dependency-name=crossterm&package-manager=cargo&previous-version=0.17.8&new-version=0.18.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#916
No description provided.