Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ratatui from 0.28.2-alpha.5 to 0.28.2-alpha.6 #2

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps ratatui from 0.28.2-alpha.5 to 0.28.2-alpha.6.

Release notes

Sourced from ratatui's releases.

v0.28.2-alpha.6

v0.28.2-alpha.6 - 2024-10-12

Features

  • 2805ddd (logo) Add a Ratatui logo widget by @​joshka in #1307

    This is a simple logo widget that can be used to render the Ratatui logo in the terminal. It is used in the examples/ratatui-logo.rs example, and may be used in your applications' help or about screens.

    use ratatui::{Frame, widgets::RatatuiLogo};
    fn draw(frame: &mut Frame) {
    frame.render_widget(RatatuiLogo::tiny(), frame.area());
    }

  • 23c0d52 (text) Improve concise debug view for Span,Line,Text,Style by @​joshka in #1410

    Improves ratatui/ratatui#1383

    The following now round trips when formatted for debug. This will make it easier to use insta when testing text related views of widgets.

    Text::from_iter([
        Line::from("Hello, world!"),
        Line::from("How are you?").bold().left_aligned(),
        Line::from_iter([
            Span::from("I'm "),
            Span::from("doing ").italic(),
            Span::from("great!").bold(),
        ]),
    ]).on_blue().italic().centered()

Bug Fixes

  • 0f48239 (terminal) Resize() now resizes fixed viewports by @​Patryk27 in #1353

    Terminal::resize() on a fixed viewport used to do nothing due to an accidentally shadowed variable. This now works as intended.

  • b9653ba (uncategorized) Prevent calender render panic when terminal height is small by @​adrodgers in #1380

    Fixes:#1379

... (truncated)

Commits
  • 23c0d52 feat(text): improve concise debug view for Span,Line,Text,Style (#1410)
  • c32baa7 chore: add benchmark for Table (#1408)
  • 1153a9e refactor: Consistent result expected in layout tests (#1406)
  • 2805ddd feat(logo): Add a Ratatui logo widget
  • baf047f chore(deps): update rstest requirement from 0.22.0 to 0.23.0 (#1394)
  • 6745a10 chore(deps): update octocrab requirement from 0.40.0 to 0.41.0 (#1393)
  • 7799f4f chore(deps): bump bnjbvr/cargo-machete from 0.6.2 to 0.7.0 (#1392)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.2-alpha.5 to 0.28.2-alpha.6.
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.28.2-alpha.5...v0.28.2-alpha.6)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
@harilvfs harilvfs merged commit eacd685 into main Oct 15, 2024
3 checks passed
@harilvfs harilvfs deleted the dependabot/cargo/ratatui-0.28.2-alpha.6 branch October 15, 2024 02:02
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.

1 participant