[PR #848] [CLOSED] Bump tui from 0.14.0 to 0.16.0 #1055

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/848
Author: @dependabot-preview[bot]
Created: 8/2/2021
Status: Closed

Base: masterHead: dependabot/cargo/tui-0.16.0


📝 Commits (1)

  • f1605fc Bump tui from 0.14.0 to 0.16.0

📊 Changes

2 files changed (+42 additions, -28 deletions)

View changed files

📝 Cargo.lock (+41 -27)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tui from 0.14.0 to 0.16.0.

Release notes

Sourced from tui's releases.

v.0.16.0

Features

  • Update crossterm to 0.20.
  • Add From<Cow<str>> implementation for text::Text (#471).
  • Add option to right or center align the title of a widgets::Block (#462).

Fixes

  • Apply label style in widgets::Gauge and avoid panics because of overflows with long labels (#494).
  • Avoid panics because of overflows with long axis labels in widgets::Chart (#512).
  • Fix computation of column widths in widgets::Table (#514).
  • Fix panics because of invalid offset when input changes between two frames in widgets::List and widgets::Chart (#516).

v0.15.0

Features

  • Update crossterm to 0.19.
  • Update rand to 0.8.
  • Add a read-only view of the terminal state after the draw call (#440).

Fixes

  • Remove compile warning in TestBackend::assert_buffer (#466).
Changelog

Sourced from tui's changelog.

v0.16.0 - 2021-08-01

Features

  • Update crossterm to 0.20.
  • Add From<Cow<str>> implementation for text::Text (#471).
  • Add option to right or center align the title of a widgets::Block (#462).

Fixes

  • Apply label style in widgets::Gauge and avoid panics because of overflows with long labels (#494).
  • Avoid panics because of overflows with long axis labels in widgets::Chart (#512).
  • Fix computation of column widths in widgets::Table (#514).
  • Fix panics because of invalid offset when input changes between two frames in widgets::List and widgets::Chart (#516).

v0.15.0 - 2021-05-02

Features

  • Update crossterm to 0.19.
  • Update rand to 0.8.
  • Add a read-only view of the terminal state after the draw call (#440).

Fixes

  • Remove compile warning in TestBackend::assert_buffer (#466).
Commits
  • 7870793 Release v0.16.0
  • a7c21a9 fix(widgets): avoid offset panic in Table and List when input changes
  • 914d54e chore: bump crossterm to 0.20
  • a68e38e fix(table): use Layout in table column widths computation
  • e870e5d feat(layout): add private option to control last chunk expansion
  • 29387e7 Add battleship.rs
  • 8eb6336 refactor(widgets): remove iter::repeat for blank symbols
  • 34a2be6 fix(widgets/chart): remove panics with long axis labels
  • fbd8344 doc(widgets/clear): clarify usage of clear
  • 8da5f74 refactor(examples): show more use case in gauge example
  • Additional commits viewable in compare view

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/848 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tui-0.16.0` --- ### 📝 Commits (1) - [`f1605fc`](https://github.com/Rigellute/spotify-tui/commit/f1605fc6931775072479cb2e608eee6ff5a9f0ab) Bump tui from 0.14.0 to 0.16.0 ### 📊 Changes **2 files changed** (+42 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+41 -27) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tui](https://github.com/fdehau/tui-rs) from 0.14.0 to 0.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fdehau/tui-rs/releases">tui's releases</a>.</em></p> <blockquote> <h2>v.0.16.0</h2> <h3>Features</h3> <ul> <li>Update <code>crossterm</code> to <code>0.20</code>.</li> <li>Add <code>From&lt;Cow&lt;str&gt;&gt;</code> implementation for <code>text::Text</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/471">#471</a>).</li> <li>Add option to right or center align the title of a <code>widgets::Block</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/462">#462</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Apply label style in <code>widgets::Gauge</code> and avoid panics because of overflows with long labels (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/494">#494</a>).</li> <li>Avoid panics because of overflows with long axis labels in <code>widgets::Chart</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/512">#512</a>).</li> <li>Fix computation of column widths in <code>widgets::Table</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/514">#514</a>).</li> <li>Fix panics because of invalid offset when input changes between two frames in <code>widgets::List</code> and <code>widgets::Chart</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/516">#516</a>).</li> </ul> <h2>v0.15.0</h2> <h3>Features</h3> <ul> <li>Update <code>crossterm</code> to <code>0.19</code>.</li> <li>Update <code>rand</code> to <code>0.8</code>.</li> <li>Add a read-only view of the terminal state after the draw call (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/440">#440</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Remove compile warning in <code>TestBackend::assert_buffer</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/466">#466</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md">tui's changelog</a>.</em></p> <blockquote> <h2>v0.16.0 - 2021-08-01</h2> <h3>Features</h3> <ul> <li>Update <code>crossterm</code> to <code>0.20</code>.</li> <li>Add <code>From&lt;Cow&lt;str&gt;&gt;</code> implementation for <code>text::Text</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/471">#471</a>).</li> <li>Add option to right or center align the title of a <code>widgets::Block</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/462">#462</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Apply label style in <code>widgets::Gauge</code> and avoid panics because of overflows with long labels (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/494">#494</a>).</li> <li>Avoid panics because of overflows with long axis labels in <code>widgets::Chart</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/512">#512</a>).</li> <li>Fix computation of column widths in <code>widgets::Table</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/514">#514</a>).</li> <li>Fix panics because of invalid offset when input changes between two frames in <code>widgets::List</code> and <code>widgets::Chart</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/516">#516</a>).</li> </ul> <h2>v0.15.0 - 2021-05-02</h2> <h3>Features</h3> <ul> <li>Update <code>crossterm</code> to <code>0.19</code>.</li> <li>Update <code>rand</code> to <code>0.8</code>.</li> <li>Add a read-only view of the terminal state after the draw call (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/440">#440</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Remove compile warning in <code>TestBackend::assert_buffer</code> (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/466">#466</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fdehau/tui-rs/commit/7870793b4b4b8e9ee4c0a70d51562cd4fee94f06"><code>7870793</code></a> Release v0.16.0</li> <li><a href="https://github.com/fdehau/tui-rs/commit/a7c21a972921d9a6008f59fc2bc8f7a08daec936"><code>a7c21a9</code></a> fix(widgets): avoid offset panic in <code>Table</code> and <code>List</code> when input changes</li> <li><a href="https://github.com/fdehau/tui-rs/commit/914d54e672e19d68a77f8bbbfd0fe1898d877cdd"><code>914d54e</code></a> chore: bump crossterm to 0.20</li> <li><a href="https://github.com/fdehau/tui-rs/commit/a68e38e59e6735c0a99139303b1609669d2c38da"><code>a68e38e</code></a> fix(table): use <code>Layout</code> in table column widths computation</li> <li><a href="https://github.com/fdehau/tui-rs/commit/e870e5d8a51cede29d3e4b40adefd660d90d0029"><code>e870e5d</code></a> feat(layout): add private option to control last chunk expansion</li> <li><a href="https://github.com/fdehau/tui-rs/commit/29387e785cf06f4f8501400ec23001e7b30fcf56"><code>29387e7</code></a> Add battleship.rs</li> <li><a href="https://github.com/fdehau/tui-rs/commit/8eb6336f5e0f5d3d7158e929a167e693f211b991"><code>8eb6336</code></a> refactor(widgets): remove iter::repeat for blank symbols</li> <li><a href="https://github.com/fdehau/tui-rs/commit/34a2be6458776631c3b9637c644dc2bb5ea1c53a"><code>34a2be6</code></a> fix(widgets/chart): remove panics with long axis labels</li> <li><a href="https://github.com/fdehau/tui-rs/commit/fbd834469fd99c7408a20ed09c5e205fe994c678"><code>fbd8344</code></a> doc(widgets/clear): clarify usage of clear</li> <li><a href="https://github.com/fdehau/tui-rs/commit/8da5f740af08c769dd9567dd2283553563883da4"><code>8da5f74</code></a> refactor(examples): show more use case in gauge example</li> <li>Additional commits viewable in <a href="https://github.com/fdehau/tui-rs/compare/v0.14.0...v0.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tui&package-manager=cargo&previous-version=0.14.0&new-version=0.16.0)](https://dependabot.com/compatibility-score/?dependency-name=tui&package-manager=cargo&previous-version=0.14.0&new-version=0.16.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:54:18 +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#1055
No description provided.