Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump tui from 0.15.0 to 0.16.0 in /src/agent #1135

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 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 will merge this PR once CI passes on it, as requested by @bmc-msft.


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 11, 2021
@ghost
Copy link

ghost commented Aug 11, 2021

Hello @bmc-msft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 18 hours, a condition that will be fulfilled in about 17 hours 21 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/tui-0.16.0 branch from ce8b81d to 86fef23 Compare August 11, 2021 17:41
@ghost ghost removed the auto-merge label Aug 11, 2021
@bmc-msft
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/tui-0.16.0 branch from 86fef23 to f474442 Compare August 11, 2021 18:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2021

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/tui-0.16.0 branch from f474442 to 40b1a86 Compare August 11, 2021 19:22
@bmc-msft
Copy link
Contributor

@dependabot rebase

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/src/agent/tui-0.16.0 branch from 40b1a86 to 5e36619 Compare August 11, 2021 20:43
@dependabot dependabot bot merged commit 0403a76 into main Aug 11, 2021
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/tui-0.16.0 branch August 11, 2021 21:09
@ghost ghost locked as resolved and limited conversation to collaborators Sep 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant