Skip to content

deps(deps): Bump tui-scrollview from 0.6.2 to 0.6.3#59

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tui-scrollview-0.6.3
Open

deps(deps): Bump tui-scrollview from 0.6.2 to 0.6.3#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tui-scrollview-0.6.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps tui-scrollview from 0.6.2 to 0.6.3.

Release notes

Sourced from tui-scrollview's releases.

tui-scrollview-v0.6.3

⚙️ Miscellaneous Tasks

  • (project) Update the repository link
Changelog

Sourced from tui-scrollview's changelog.

Changelog

All notable changes to this project will be documented in this file.

[0.7.1] - 2026-03-29

🚀 Features

  • (scrollbar) Update glyph previews and tests (#169)

    Default ScrollBar renders without arrow endcaps and uses a dark gray background with a blank (space) track.

    Add glyph set variants and improve the Unicode-only fallback. Document glyph sets with a 1/8-step horizontal thumb walk, and add snapshot render tests to keep the glyph combinations stable.

  • (scrollbar) Support crossterm 0.28 (#172)

    Add versioned crossterm feature flags and re-export the selected version as tui_scrollbar::crossterm.

    Add CI checks for the feature matrix and a docs.rs-style build.


  • (tui-bigtext) Enable no_std as default (#190)

    This enables using tui-bigtext in a no_std environment

    e.g. ratatui/mousefood#159

  • (tui-big-text) Add optional Block wrapping for BigText (#197)

    Summary

    Add optional block wrapping for the big text widget so it can render within a border and title area.

    Motivation

    This enables composing the big text widget with standard block decorations, which is useful for dashboards and status displays. E. g. I'm making layout with BigText stopwatch and I want to use block title as a place for status. Additionally it fits into my dashboard design. I think it might be useful.

    My example:

    Screenshot_5

    Changes

    • Added optional block support in the widget configuration and rendering flow.

... (truncated)

Commits
  • d3fe924 chore(tui-scrollview): release v0.6.3 (#188)
  • 2af0aa8 chore(tui-prompts): release v0.6.2 (#185)
  • 2a74617 chore(tui-qrcode): release v0.2.3 (#183)
  • 2b948e8 build(deps): bump bytes from 1.11.0 to 1.11.1 (#194)
  • 27aa421 build(deps): bump derive_setters from 0.1.8 to 0.1.9 (#195)
  • a1f6d6d build(deps): bump clap from 4.5.54 to 4.5.57 (#196)
  • b1f2164 build(deps): bump time from 0.3.46 to 0.3.47 (#198)
  • 8961e56 feat(tui-big-text): add optional Block wrapping for BigText (#197)
  • 0626b30 chore(tui-big-text): release v0.8.2 (#176)
  • 4b4b6c9 feat(tui-bigtext): enable no_std as default (#190)
  • 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 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 [tui-scrollview](https://github.com/ratatui/tui-widgets) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/ratatui/tui-widgets/releases)
- [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](ratatui/tui-widgets@tui-scrollview-v0.6.2...tui-scrollview-v0.6.3)

---
updated-dependencies:
- dependency-name: tui-scrollview
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 30, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants