Skip to content

build(deps): bump tui from 0.15.0 to 0.16.0#55

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tui-0.16.0
Closed

build(deps): bump tui from 0.15.0 to 0.16.0#55
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tui-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps tui from 0.15.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).
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).
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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from f894c46 to 400af4d Compare August 14, 2021 01:38
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from 400af4d to 301184e Compare August 28, 2021 00:42
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from 301184e to 9f91b17 Compare September 6, 2021 05:01
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from 9f91b17 to c398519 Compare October 2, 2021 01:23
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from c398519 to d166305 Compare October 23, 2021 00:35
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from d166305 to 1694c61 Compare October 31, 2021 00:02
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/fdehau/tui-rs/releases)
- [Changelog](https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md)
- [Commits](fdehau/tui-rs@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: tui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tui-0.16.0 branch from 1694c61 to 50a40ca Compare December 14, 2021 20:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2022

Superseded by #105.

@dependabot dependabot bot closed this Jan 24, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tui-0.16.0 branch January 24, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants