Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps ratatui-image from 8.1.1 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.
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 12, 2026
@pierrelefevre
Copy link
Member

@copilot Find out why the pipeline is failing and update the PR so it builds properly

Copy link

Copilot AI commented Jan 16, 2026

@pierrelefevre I've opened a new pull request, #96, to work on those changes. Once the pull request is ready, I'll request review from you.

Bumps [ratatui-image](https://github.com/benjajaja/ratatui-image) from 8.1.1 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.1.1...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 force-pushed the dependabot/cargo/ratatui-image-10.0.2 branch from f4795c7 to 31d0547 Compare January 21, 2026 12:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Superseded by #100.

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

2 participants