Skip to content

chore(deps): Bump ratatui-image from 10.0.7 to 11.0.5#23

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/ratatui-image-11.0.5
Closed

chore(deps): Bump ratatui-image from 10.0.7 to 11.0.5#23
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/ratatui-image-11.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps ratatui-image from 10.0.7 to 11.0.5.

Release notes

Sourced from ratatui-image's releases.

v11.0.5

Other

  • fix panic with large images: move type casts from u16 to usize to be before multiplication

v11.0.4

Fixed

  • (sixel, iterm2) use CellDiffOption::ForcedWidth(1) for escape sequence cell

Changed

  • update ratatui requirement to ^0.30.1

v11.0.3

Other

  • add SlicedProtocol::new_with_resize

v11.0.2

Other

  • add option to query background color with OSC

v11.0.1

Fixed

  • fix SlicedProtocol::Sixel trailing empty bands
  • fix changelog

v11.0.0

Added

  • feature kitty-offset to skip unicode-placeholders in kitty

v11.0.0-alpha.4

Fixed

  • fix SlicedProtocol::Sliced render

Changed

  • Image does not render with clipping under Kitty or Halfblocks, to be consistent with Sixels and ITerm2.

Added

  • Image::alow_clipping(bool) to allow clipping under Kitty and Halfblocks.

v11.0.0-alpha.3

Other

... (truncated)

Changelog

Sourced from ratatui-image's changelog.

11.0.5 - 2026-06-20

Other

  • fix panic with large images: move type casts from u16 to usize to be before multiplication

11.0.4 - 2026-06-05

Fixed

  • (sixel, iterm2) use CellDiffOption::ForcedWidth(1) for escape sequence cell

Changed

  • update ratatui requirement to ^0.30.1

11.0.3 - 2026-06-02

Other

  • add SlicedProtocol::new_with_resize

11.0.2 - 2026-05-11

Other

  • add option to query background color with OSC

11.0.1 - 2026-05-10

Fixed

  • fix SlicedProtocol::Sixel trailing empty bands
  • fix changelog

11.0.0 - 2026-05-10

Overview

The terminal naturally has vertical scrolling. Many TUIs also follow vertical scrolling. Images should scroll in and out of a viewport, but ratatui-image had no mechanism for doing so natively. It would theoretically be possible for the consumer to slice images into rows, and threat each row as its own Protocol and then render one Image widget for only the visible rows. But in practice this would incur a performance and memory footprint hit. Then, sixels use a 256 color palette, and chafa should operate on the whole image, otherwise the output quality degrades significantly. Kitty also internally already has the image sliced into "cells" with its unicode-placeholders protocol, making this a much better natural fit for partial displaying.

This realease adds the sliced module, bringing in SlicedProtocol and SlicedImage structs.

... (truncated)

Commits
  • 8c97d60 chore: release v11.0.5 (#181)
  • 558ea63 move type casts from u16 to usize to be before multiplication
  • 38049e4 chore: release v11.0.4
  • 75d8c54 fix(sixel, iterm2): use CellDiffOption::ForcedWidth(1) for escape sequence cell
  • b420cba chore: release v11.0.3
  • a6ecf6e add SlicedProtocol::new_with_resize
  • e968723 chore: release v11.0.2
  • 01fceed add option to query background color with OSC
  • e50b09a chore: release v11.0.1
  • e2fb74a fix SlicedProtocol::Sixel trailing empty bands
  • 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 [ratatui-image](https://github.com/ratatui/ratatui-image) from 10.0.7 to 11.0.5.
- [Release notes](https://github.com/ratatui/ratatui-image/releases)
- [Changelog](https://github.com/ratatui/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](ratatui/ratatui-image@v10.0.7...v11.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like ratatui-image is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/ratatui-image-11.0.5 branch June 22, 2026 14:59
@leboiko

leboiko commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Closed automatically when #24 merged — #24 shipped the identical ratatui-image 10.0.7 → 11.0.5 bump plus the required FontSize tuple→struct migration in src/mermaid.rs that this automated PR alone would have left uncompiled. Recording here for the trail.

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.

1 participant