small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

Update dependency textual to ^0.67.0 #256

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textual ^0.65 -> ^0.67.0 age adoption passing confidence

Release Notes

Textualize/textual (textual) ### [`v0.67.1`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0671---2024-06-12) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.67.0...v0.67.1) ##### Changed - Reverts Vim keys in DataTable, provides alternatives [https://github.com/Textualize/textual/pull/4638](https://togithub.com/Textualize/textual/pull/4638) ### [`v0.67.0`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0670---2024-06-11) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.66.0...v0.67.0) ##### Added - Added support for Kitty's key protocol [https://github.com/Textualize/textual/pull/4631](https://togithub.com/Textualize/textual/pull/4631) - `ctrl+pageup`/`ctrl+pagedown` will scroll page left/right in DataTable [https://github.com/Textualize/textual/pull/4633](https://togithub.com/Textualize/textual/pull/4633) - `g`/`G` will scroll to the top/bottom of the DataTable [https://github.com/Textualize/textual/pull/4633](https://togithub.com/Textualize/textual/pull/4633) - Added simple `hjkl` key bindings to move the cursor in DataTable [https://github.com/Textualize/textual/pull/4633](https://togithub.com/Textualize/textual/pull/4633) ##### Changed - `home` and `end` now works horizontally instead of vertically in DataTable [https://github.com/Textualize/textual/pull/4633](https://togithub.com/Textualize/textual/pull/4633) - `Tree` and `DirectoryTree` nodes now have a bigger click target, spanning the full line [https://github.com/Textualize/textual/pull/4636](https://togithub.com/Textualize/textual/pull/4636) ##### Fixed - Fixed pageup/pagedown behavior in DataTable [https://github.com/Textualize/textual/pull/4633](https://togithub.com/Textualize/textual/pull/4633) - Added `App.CLOSE_TIMEOUT` [https://github.com/Textualize/textual/pull/4635](https://togithub.com/Textualize/textual/pull/4635) - Fixed deadlock on shutdown [https://github.com/Textualize/textual/pull/4635](https://togithub.com/Textualize/textual/pull/4635) ### [`v0.66.0`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0660---2024-06-08) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.65.2...v0.66.0) ##### Changed - `get_content_height` will now return 0 if the renderable is Falsey [https://github.com/Textualize/textual/pull/4617](https://togithub.com/Textualize/textual/pull/4617) - Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations [https://github.com/Textualize/textual/pull/4621](https://togithub.com/Textualize/textual/pull/4621) - `Screen.dismiss` is now a noop if the screen isn't active. Previously it would raise a `ScreenStackError`, now it returns `False`. [https://github.com/Textualize/textual/pull/4621](https://togithub.com/Textualize/textual/pull/4621) - Increased window for escape processing to 100ms [https://github.com/Textualize/textual/pull/4625](https://togithub.com/Textualize/textual/pull/4625) - Tooltips are now hidden when any key is pressed [https://github.com/Textualize/textual/pull/4625](https://togithub.com/Textualize/textual/pull/4625) ##### Added - Added `Screen.is_active` - Added `icon` reactive to Header widget [https://github.com/Textualize/textual/pull/4627](https://togithub.com/Textualize/textual/pull/4627) - Added `time_format` reactive to Header widget [https://github.com/Textualize/textual/pull/4627](https://togithub.com/Textualize/textual/pull/4627) - Added `tooltip` parameter to input widgets [https://github.com/Textualize/textual/pull/4625](https://togithub.com/Textualize/textual/pull/4625)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.