Skip to content

build(deps): bump tui-big-text from 0.8.2 to 0.8.4#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tui-big-text-0.8.4
Open

build(deps): bump tui-big-text from 0.8.2 to 0.8.4#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tui-big-text-0.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Bumps tui-big-text from 0.8.2 to 0.8.4.

Release notes

Sourced from tui-big-text's releases.

tui-big-text-v0.8.4

⚙️ Miscellaneous Tasks

  • (deps) Lower dependency floors and reduce dependabot noise (#211)

    Summary

    • lower direct dependency requirements to the broadest semver ranges the workspace actually supports
    • keep Cargo.lock on current compatible releases, including the direct clap, tokio, futures, and rand updates that fit this PR's scope
    • configure Dependabot to group Cargo and GitHub Actions updates and use increase-if-necessary to reduce manifest churn

    Details

    This change validates dependency floors with cargo minimal-versions in --direct mode so the library manifests reflect honest direct requirements instead of transitive minimum noise.

    Notable outcomes:

    • broadened requirements such as clap = "4" and tokio = "1" after verifying the workspace still compiles and tests against their earliest compatible direct versions
    • kept real floors where required, such as crossterm = "0.29", document-features = "0.2.11", and derive_setters = "0.1.9"
    • kept the direct rand update to 0.10 and adjusted the tui-bar-graph examples to generate random Vec<f64> values in a rand 0.10-compatible way
    • kept transitive duplicate major versions where they are still required by downstream crates like the Ratatui stack or lipsum

    Dependabot should now produce less noise because grouped update PRs can primarily refresh Cargo.lock while leaving Cargo.toml alone unless a broader range is truly needed.

    Validation

    • cargo minimal-versions check --workspace --direct
    • cargo check --all-features --workspace
    • cargo test --all-features --workspace
    • cargo minimal-versions test --workspace --all-features --direct
    • cargo outdated --workspace --root-deps-only
    • cargo test -p tui-bar-graph --all-features --examples

    Supersedes

    This PR should supersede and allow closing the related Dependabot PRs:

Other

... (truncated)

Changelog

Sourced from tui-big-text's changelog.

Changelog

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

[0.7.2] - 2026-04-04

⚙️ Miscellaneous Tasks

  • (deps) Lower dependency floors and reduce dependabot noise (#211)

    Summary

    • lower direct dependency requirements to the broadest semver ranges the workspace actually supports
    • keep Cargo.lock on current compatible releases, including the direct clap, tokio, futures, and rand updates that fit this PR's scope
    • configure Dependabot to group Cargo and GitHub Actions updates and use increase-if-necessary to reduce manifest churn

    Details

    This change validates dependency floors with cargo minimal-versions in --direct mode so the library manifests reflect honest direct requirements instead of transitive minimum noise.

    Notable outcomes:

    • broadened requirements such as clap = "4" and tokio = "1" after verifying the workspace still compiles and tests against their earliest compatible direct versions
    • kept real floors where required, such as crossterm = "0.29", document-features = "0.2.11", and derive_setters = "0.1.9"
    • kept the direct rand update to 0.10 and adjusted the tui-bar-graph examples to generate random Vec<f64> values in a rand 0.10-compatible way
    • kept transitive duplicate major versions where they are still required by downstream crates like the Ratatui stack or lipsum

    Dependabot should now produce less noise because grouped update PRs can primarily refresh Cargo.lock while leaving Cargo.toml alone unless a broader range is truly needed.

    Validation

    • cargo minimal-versions check --workspace --direct
    • cargo check --all-features --workspace
    • cargo test --all-features --workspace
    • cargo minimal-versions test --workspace --all-features --direct
    • cargo outdated --workspace --root-deps-only
    • cargo test -p tui-bar-graph --all-features --examples

... (truncated)

Commits
  • 28c58f0 chore(tui-big-text): release v0.8.4 (#215)
  • 05d6b9d chore(tui-prompts): release v0.6.3 (#214)
  • 43570e6 chore(tui-scrollbar): release v0.2.4 (#213)
  • fe40249 chore(deps): support strum 0.28 (#224)
  • 7596dd3 chore(deps): lower dependency floors and reduce dependabot noise (#211)
  • 8948f2a [codex] fix(ci): avoid direct secret check in workflow (#218)
  • a659ffd [codex] Vendor CI workflows into this repository (#212)
  • b1a2150 chore(tui-widgets): release v0.7.1 (#171)
  • fb3423c chore(tui-bar-graph): release v0.3.2 (#189)
  • 28ed096 chore(tui-scrollbar): release v0.2.3 (#186)
  • 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-big-text](https://github.com/ratatui/tui-widgets) from 0.8.2 to 0.8.4.
- [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-big-text-v0.8.2...tui-big-text-v0.8.4)

---
updated-dependencies:
- dependency-name: tui-big-text
  dependency-version: 0.8.4
  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 Apr 6, 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