ndd7xv / heh

A terminal UI to edit bytes by the nibble.
MIT License
434 stars 18 forks source link

build(deps): bump ratatui from 0.26.2 to 0.26.3 #130

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps ratatui from 0.26.2 to 0.26.3.

Release notes

Sourced from ratatui's releases.

v0.26.3

0.26.3 - 2024-05-19

We are happy to announce a brand new Ratatui Forum 🐭 for Rust & TUI enthusiasts.

This is a patch release that fixes the unicode truncation bug, adds performance and quality of life improvements.

Release highlights: https://ratatui.rs/highlights/v0263/

Features

Bug Fixes

  • 366cbae (buffer) Fix Debug panic and fix formatting of overridden parts by @​EdJoPaTo in #1098

    Fix panic in `Debug for Buffer` when `width == 0`.
    Also corrects the output when symbols are overridden.
    
  • 4392759 (examples) Changed user_input example to work with multi-byte unicode chars by @​OkieOth in #1069

    This is the proposed solution for issue [#1068](https://github.com/ratatui-org/ratatui/issues/1068). It solves the bug in the
    user_input example with multi-byte UTF-8 characters as input.
    

... (truncated)

Changelog

Sourced from ratatui's changelog.

0.26.3 - 2024-05-19

We are happy to announce a brand new Ratatui Forum 🐭 for Rust & TUI enthusiasts.

This is a patch release that fixes the unicode truncation bug, adds performance and quality of life improvements.

Release highlights: https://ratatui.rs/highlights/v0263/

Features

Bug Fixes

  • 366cbae (buffer) Fix Debug panic and fix formatting of overridden parts by @​EdJoPaTo in #1098

    Fix panic in `Debug for Buffer` when `width == 0`.
    Also corrects the output when symbols are overridden.
    
  • 4392759 (examples) Changed user_input example to work with multi-byte unicode chars by @​OkieOth in #1069

    This is the proposed solution for issue [#1068](https://github.com/ratatui-org/ratatui/issues/1068). It solves the bug in the
    user_input example with multi-byte UTF-8 characters as input.
    

    Fixes:#1068

... (truncated)

Commits
  • fadc73d chore(release): prepare for 0.26.3 (#1118)
  • fcb5d58 fix: make cargo test --doc work with unstable-widget-ref examples (#1117)
  • 4955380 build: remove pre-push hooks (#1115)
  • 828d17a docs: add minimal example (#1114)
  • 9bd89c2 refactor(clippy): enable breaking lint checks (#988)
  • 2cfe82a refactor(buffer): deprecate assert_buffer_eq! in favor of assert_eq! (#1007)
  • 1a4bb1c perf(layout): avoid allocating memory when using split ergonomic utils (#1105)
  • 839cca2 docs(table): Fix typo in docs for highlight_symbol (#1108)
  • f945a0b docs(test): fix typo in TestBackend documentation (#1107)
  • eb281df feat: use inner Display implementation (#1097)
  • 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 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)