Skip to content

chore(deps): update rust crate tui-scrollview to v0.6.7#6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tui-scrollview-0.x-lockfile
Open

chore(deps): update rust crate tui-scrollview to v0.6.7#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tui-scrollview-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tui-scrollview dependencies patch 0.6.40.6.7

Release Notes

ratatui/tui-widgets (tui-scrollview)

v0.6.7

Compare Source

🚀 Features
  • (scrollview) Render by reference (#​292)

    Summary

    • add StatefulWidget for &ScrollView
    • keep the owned StatefulWidget for ScrollView path as a compatibility
      shim
    • document the stored scroll view pattern and regenerate the README

    Validation

    • cargo test -p tui-scrollview --all-features
    • cargo clippy -p tui-scrollview --all-targets --all-features -- -D warnings
    • cargo rdme --check --manifest-path tui-scrollview/Cargo.toml
    • markdownlint-cli2 tui-scrollview/README.md

v0.6.6

Compare Source

📚 Documentation
  • Modernize tui-scrollview examples (#​285)

    Summary

    • use ratatui::run in the tui-scrollview examples
    • borrow DefaultTerminal in example run loops
    • use as_key_press_event for key handling
    • document each example's purpose and manual controls
    • add vertical controls to the horizontal scroll example, which has
      vertical overflow on normal terminals

    Validation

    • cargo +nightly fmt --all
    • cargo check -p tui-scrollview --examples --all-features
    • cargo clippy -p tui-scrollview --examples --all-features -- -D
      warnings
    • just rdme-check
  • Document widget examples (#​286)

    Summary

    • add run commands and widget-specific context to the example module
      docs
    • add targeted inline comments for non-obvious example sizing, state,
      and rendering choices
    • fix broken crate-root Ratatui reference links that surfaced during
      docs validation

    Validation

    • cargo +nightly fmt --all --check
    • cargo clippy --workspace --examples --all-features -- -D warnings
    • cargo doc --workspace --examples --all-features --no-deps

    cargo doc still reports the existing tui-bar-graph example/lib
    output filename collision.

⚙️ Miscellaneous Tasks
  • Migrate workspace to Rust 2024 (#​263)

    Summary

    • migrate the workspace package edition from Rust 2021 to Rust 2024
    • apply Cargo edition fixes for lifetime capture and macro fragment
      specifiers
    • apply mechanical Clippy let-chain fixes needed for the stable -D
      warnings gate
    • refresh generated README snippets and document the pre-push README
      check in AGENTS.md

    Validation

    • cargo fix --edition --all-features --workspace --allow-dirty
      --allow-staged
    • just fmt
    • just clippy-stable
    • cargo test --all-features --workspace
    • just rdme-check
    • markdownlint-cli2 AGENTS.md README.md tui-*/README.md

v0.6.5

Compare Source

🚀 Features
  • (scrollview) Add bottom detection state (#​75)

    Add ScrollViewState::is_at_bottom() so callers can query whether the
    rendered view has reached the bottom of the scroll buffer.

    The check accounts for the rendered page size, including space consumed
    by scrollbars, so it only reports true once the final content row is
    visible. Rendering also records the actual viewport size before clipping
    to the backing buffer, keeping later page scrolling consistent near the
    bottom.

    Add tests covering the new state query, bottom edge cases, and scrollbar
    visibility combinations that affect viewport sizing.

⚙️ Miscellaneous Tasks
  • Add documentation hygiene checks (#​243)

    Summary

    • add required CI jobs for typos and markdownlint-cli2
    • exclude generated changelogs from spelling checks
    • fix small spelling and Markdown hygiene issues caught by the new
      checks

    Validation

    • typos
    • markdownlint-cli2 "**/*.md"
    • cargo rdme --check --manifest-path tui-big-text/Cargo.toml
    • cargo rdme --check --manifest-path tui-popup/Cargo.toml
    • cargo fmt --all -- --check
    • actionlint -color=false .github/workflows/check.yml

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/tui-scrollview-0.x-lockfile branch from 3dbc1ec to 4bb0470 Compare June 20, 2026 16:12
@renovate renovate Bot changed the title chore(deps): update rust crate tui-scrollview to v0.6.5 chore(deps): update rust crate tui-scrollview to v0.6.7 Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants