Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2025

Bumps tui-scrollview from 0.5.1 to 0.5.3.

Release notes

Sourced from tui-scrollview's releases.

tui-scrollview-v0.5.3

🐛 Bug Fixes

  • Clippy lints (#81)

    Fixes a bunch of lints that are in beta / nursery. A lot of these are opinionated enough that they're not enabled by default, but I figure they generally lead to nicer code, so are worth fixing.

  • More clippy lints (#84)

🎨 Styling

  • Format doc comments

  • Add rustfmt and reformat code

⚙️ Miscellaneous Tasks

  • Remove leftover github workflow files (#73)

  • Use semver compatible dependency versions (#77)

    Use 0.x and x.y instead of 0.x.y and x.y.z for deps to reduce incompatibilities

Other

  • Added render_stateful_widget method to ScrollView (#65)

tui-scrollview-v0.5.2

🐛 Bug Fixes

  • Clippy lints (#81)

    Fixes a bunch of lints that are in beta / nursery. A lot of these are opinionated enough that they're not enabled by default, but I figure they generally lead to nicer code, so are worth fixing.

  • More clippy lints (#84)

🎨 Styling

  • Format doc comments

  • Add rustfmt and reformat code

⚙️ Miscellaneous Tasks

  • Remove leftover github workflow files (#73)

  • Use semver compatible dependency versions (#77)

    Use 0.x and x.y instead of 0.x.y and x.y.z for deps to reduce

... (truncated)

Commits
  • a10e770 chore: release (#105)
  • 0775928 chore: release (#104)
  • 163467b fix(tui-prompts): full-width character input in non-multiline prompt (#93) (#94)
  • 7039555 build(deps): bump actions/checkout from 4 to 5 (#99)
  • 27f3f56 build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#100)
  • 424202f build(deps): bump clap from 4.5.43 to 4.5.48 (#103)
  • 298b51d build(deps): bump tokio from 1.46.1 to 1.47.1 (#96)
  • cf72784 build(deps): bump clap from 4.5.41 to 4.5.43 (#97)
  • cd549ac build(deps): bump tokio from 1.45.1 to 1.46.1 (#85)
  • eddc2f0 build(deps): bump rand from 0.9.1 to 0.9.2 (#88)
  • 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 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 [tui-scrollview](https://github.com/joshka/tui-widgets) from 0.5.1 to 0.5.3.
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](joshka/tui-widgets@tui-scrollview-v0.5.1...tui-scrollview-v0.5.3)

---
updated-dependencies:
- dependency-name: tui-scrollview
  dependency-version: 0.5.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 Nov 9, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 9, 2025 22:06
@github-actions
Copy link

github-actions bot commented Nov 9, 2025

Code Metrics Report

main (8e7cfde) #56 (fe7b29b) +/-
Coverage 73.4% 73.4% +0.0%
Test Execution Time 54s 41s -13s
Details
  |                     | main (8e7cfde) | #56 (fe7b29b) |  +/-  |
  |---------------------|----------------|---------------|-------|
+ | Coverage            |          73.4% |         73.4% | +0.0% |
  |   Files             |             21 |            21 |     0 |
  |   Lines             |           2464 |          2464 |     0 |
+ |   Covered           |           1809 |          1810 |    +1 |
+ | Test Execution Time |            54s |           41s |  -13s |

Code coverage of files in pull request scope (88.2% → 89.0%)

Files Coverage +/- Status
/home/runner/work/ghost/ghost/src/app/storage/task_repository.rs 89.0% +0.8% affected

Reported by octocov

@github-actions github-actions bot merged commit 3494f68 into main Nov 9, 2025
9 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/tui-scrollview-0.5.3 branch November 9, 2025 22:09
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.

1 participant