Skip to content

Bump ratatui-image from 8.0.2 to 10.0.2#10

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ratatui-image-10.0.2
Closed

Bump ratatui-image from 8.0.2 to 10.0.2#10
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ratatui-image-10.0.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps ratatui-image from 8.0.2 to 10.0.2.

Changelog

Sourced from ratatui-image's changelog.

[10.0.2] - 2025-12-28

  • Updated to latest icy_sixel v0.5.0 with transparency support. If you have been overriding the Picker's background color because there were black bars with Sixels at the bottom or right of an image, you don't need to do that anymore.

[10.0.1] - 2025-12-27

[10.0.0] - 2025-12-27

[9.0.0] - 2025-12-25

  • Split chafa feature into two mutually exclusive features:
    • chafa-dyn (default): Dynamically links against libchafa.so at compile time. Requires libchafa to be available at runtime the same way it was at compile time.
    • chafa-static: Statically links against libchafa.a at compile time. The library is embedded in the binary (see flake.nix for an example on how to build with a static chafa).
    • Removed libloading, because if it would be available at runtime, it should also be available at compile time.
  • Minor stdin-read-timeout adjustments
  • Deprecate Picker::from_fontsize, add Picker::halfblocks
  • Added timeout option to Picker::from_query_stdio_with_options.

[8.1.1] - 2025-12-18

  • Chafa support The Halfblocks protocol now supports chafa, if the feature is enabled. This "ASCII Art"-like renderer is a million times better than the basic Halfblocks implementation. The library is loaded dynamically, if the feature is enabled, at runtime. That means no linking acrobacies are required, it should "just work" if the user has libchafa installed on their system. It could still be "wrapped", see how the flake.nix handles LD_LIBRARY_PATH to magically include this in the ratatui-image binary. This is still gated behind a feature, because calling chafa uses unsafe.
  • Improved Halfblocks renderer Picks upper block, lower block, or space, depending on pixel colors. This gives some vague feedback when the output is rendered without colors, e.g. in insta testing snapshots.
Commits
  • f9037c4 chore: Release ratatui-image version 10.0.2
  • f54ba25 demo doesn't need set_background_color anymore, update changelog
  • 73383b6 update icy_sixel 0.5.0
  • ade1473 chore: Release ratatui-image version 10.0.1
  • bd46376 fix some new types for crossterm demo
  • a0dba41 chore: Release ratatui-image version 10.0.0
  • 7120004 update to ratatui 0.30.0
  • a2df4a1 chore: Release ratatui-image version 9.0.0
  • 26812e6 prepare changelog
  • c1edf91 deprecate Picker::from_fontsize, add Picker::halfblocks
  • 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 [ratatui-image](https://github.com/benjajaja/ratatui-image) from 8.0.2 to 10.0.2.
- [Release notes](https://github.com/benjajaja/ratatui-image/releases)
- [Changelog](https://github.com/benjajaja/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](benjajaja/ratatui-image@v8.0.2...v10.0.2)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 29, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 26, 2026

Superseded by #13.

@dependabot dependabot bot closed this Jan 26, 2026
@dependabot dependabot bot deleted the dependabot/cargo/ratatui-image-10.0.2 branch January 26, 2026 00:59
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