Skip to content

Bump ratatui from 0.30.0 to 0.30.1 in /yog#524

Merged
fusillicode merged 1 commit into
mainfrom
dependabot/cargo/yog/ratatui-0.30.1
Jun 9, 2026
Merged

Bump ratatui from 0.30.0 to 0.30.1 in /yog#524
fusillicode merged 1 commit into
mainfrom
dependabot/cargo/yog/ratatui-0.30.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ratatui from 0.30.0 to 0.30.1.

Release notes

Sourced from ratatui's releases.

ratatui-v0.30.1

"Rats, we're rats; we're the rats." – Rat Movie

We are excited to announce the new version of ratatui - a Rust library that's all about cooking up TUIs 👨‍🍳🐀

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

⚠️ List of breaking changes can be found here.

Features

  • 74d6a84 (block) Support shadows by orhun in #2481

    Introduce Block::shadow(...) with a new Shadow type that supports:

    • presets: overlay, block, light_shade, medium_shade, dark_shade
    • custom symbols via Shadow::symbol(...)
    • custom effects via Shadow::custom(...)
    use ratatui::layout::Offset;
    use ratatui::style::Stylize;
    use ratatui::widgets::{Block, Shadow};
    let popup = Block::bordered().title("Popup").shadow(
    Shadow::dark_shade()
    .black()
    .on_white()
    .offset(Offset::new(2, 1)),
    );

    Results in:

    ┌Popup─────┐
    │content   │▒
    └──────────┘▒
      ▒▒▒▒▒▒▒▒▒▒▒
    

    shadow

    fixes #1892


  • 4d30420 (buffer) Add CellDiffOption::AlwaysUpdate to force cell updates by sxyazi in #2480

... (truncated)

Changelog

Sourced from ratatui's changelog.

v0.30.1 - 2026-06-05

"Rats, we're rats; we're the rats." – Rat Movie

We are excited to announce the new version of ratatui - a Rust library that's all about cooking up TUIs 👨‍🍳🐀

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

⚠️ List of breaking changes can be found here.

Features

  • 74d6a84 (block) Support shadows by @​orhun in #2481

    Introduce Block::shadow(...) with a new Shadow type that supports:

    • presets: overlay, block, light_shade, medium_shade, dark_shade
    • custom symbols via Shadow::symbol(...)
    • custom effects via Shadow::custom(...)
    use ratatui::layout::Offset;
    use ratatui::style::Stylize;
    use ratatui::widgets::{Block, Shadow};
    let popup = Block::bordered().title("Popup").shadow(
    Shadow::dark_shade()
    .black()
    .on_white()
    .offset(Offset::new(2, 1)),
    );

    Results in:

    ┌Popup─────┐
    │content   │▒
    └──────────┘▒
      ▒▒▒▒▒▒▒▒▒▒▒
    

    shadow

    fixes #1892


  • 4d30420 (buffer) Add CellDiffOption::AlwaysUpdate to force cell updates by @​sxyazi in #2480

... (truncated)

Commits
  • 1c3dbd1 chore(ratatui): unleash the rats v0.30.1 (#2580)
  • df9f897 docs(ratatui): update the changelog for v0.30.1 (#2568)
  • 101a63e feat(render): add function for applying buffer (#2566)
  • 0b03fe4 chore(toml): migrate from taplo to tombi (#2501)
  • 6ef6a2f build(deps): bump octocrab from 0.50.0 to 0.52.0 (#2577)
  • 83c1579 docs(changelog): fix doubled words in two entries (#2578)
  • 09e3af7 build(deps): bump compact_str from 0.9.0 to 0.9.1 (#2573)
  • cd8cc40 build(deps): bump unicode-segmentation from 1.13.2 to 1.13.3 (#2576)
  • e64247d build(deps): bump bitflags from 2.11.1 to 2.12.1 (#2575)
  • 04dec76 build(deps): bump crate-ci/typos from 1.46.3 to 1.47.0 (#2574)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 8, 2026
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.19%. Comparing base (c0e4366) to head (b471728).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #524      +/-   ##
==========================================
- Coverage   74.21%   74.19%   -0.03%     
==========================================
  Files         272      272              
  Lines       36814    36815       +1     
==========================================
- Hits        27321    27314       -7     
- Misses       9493     9501       +8     
Components Coverage Δ
catl 0.00% <ø> (ø)
evoke 50.49% <ø> (ø)
fkr 0.00% <ø> (ø)
gch 0.00% <ø> (ø)
gcu 24.10% <ø> (ø)
ghl 14.77% <ø> (ø)
idt 5.55% <ø> (ø)
miskatonic 0.00% <ø> (ø)
nomicon 7.44% <ø> (ø)
nvrim 45.84% <ø> (ø)
oe 5.66% <ø> (ø)
rmr 45.88% <ø> (ø)
tec 9.28% <ø> (ø)
try 42.30% <ø> (ø)
vpg 22.44% <ø> (ø)
yghfl 42.06% <ø> (ø)
yhfp 25.00% <ø> (ø)
ytil_cmd 56.71% <ø> (ø)
ytil_editor 99.40% <ø> (ø)
ytil_git 55.74% <ø> (ø)
ytil_github ∅ <ø> (∅)
ytil_hx 96.66% <ø> (ø)
ytil_system ∅ <ø> (∅)
ytil_tui 46.42% <ø> (ø)
ytil_wezterm 87.17% <ø> (ø)

fusillicode
fusillicode previously approved these changes Jun 9, 2026
@fusillicode

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.30.0 to 0.30.1.
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@ratatui-v0.30.0...ratatui-v0.30.1)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/yog/ratatui-0.30.1 branch from 4bc08f9 to b471728 Compare June 9, 2026 05:07
@fusillicode fusillicode merged commit 566e6a7 into main Jun 9, 2026
33 checks passed
@fusillicode fusillicode deleted the dependabot/cargo/yog/ratatui-0.30.1 branch June 9, 2026 05:21
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