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

fix(deps): update dependency textual to ^0.56.0 #204

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textual ^0.54 -> ^0.56.0 age adoption passing confidence

Release Notes

Textualize/textual (textual) ### [`v0.56.2`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0562---2024-04-07) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.56.1...v0.56.2) ##### Fixed - Fixed inline mode not clearing with multiple screen ### [`v0.56.1`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0561---2024-04-07) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.56.0...v0.56.1) ##### Fixed - Fixed flicker when non-current screen updates [https://github.com/Textualize/textual/pull/4401](https://togithub.com/Textualize/textual/pull/4401) ##### Changed - Removed additional line at the end of an inline app [https://github.com/Textualize/textual/pull/4401](https://togithub.com/Textualize/textual/pull/4401) ### [`v0.56.0`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0560---2024-04-06) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.55.1...v0.56.0) ##### Added - Added `Size.with_width` and `Size.with_height` [https://github.com/Textualize/textual/pull/4393](https://togithub.com/Textualize/textual/pull/4393) ##### Fixed - Fixed issue with inline mode and multiple screens [https://github.com/Textualize/textual/pull/4393](https://togithub.com/Textualize/textual/pull/4393) - Fixed issue with priority bindings [https://github.com/Textualize/textual/pull/4395](https://togithub.com/Textualize/textual/pull/4395) ##### Changed - self.prevent can be used in a widget constructor to prevent messages on mount [https://github.com/Textualize/textual/pull/4392](https://togithub.com/Textualize/textual/pull/4392) ### [`v0.55.1`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0551---2024-04-2) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.55.0...v0.55.1) ##### Fixed - Fixed mouse escape sequences being generated with `mouse=False` ### [`v0.55.0`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0550---2024-04-1) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.54.0...v0.55.0) ##### Fixed - Fix priority bindings not appearing in footer when key clashes with focused widget [https://github.com/Textualize/textual/pull/4342](https://togithub.com/Textualize/textual/pull/4342) - Reverted auto-width change [https://github.com/Textualize/textual/pull/4369](https://togithub.com/Textualize/textual/pull/4369) ##### Changed - Exceptions inside `Widget.compose` or workers weren't bubbling up in tests [https://github.com/Textualize/textual/issues/4282](https://togithub.com/Textualize/textual/issues/4282) - Fixed `DataTable` scrolling issues by changing `max-height` back to 100% [https://github.com/Textualize/textual/issues/4286](https://togithub.com/Textualize/textual/issues/4286) - Fixed `Button` not rendering correctly with console markup [https://github.com/Textualize/textual/issues/4328](https://togithub.com/Textualize/textual/issues/4328) ##### Added - Added `Document.start` and `end` location properties for convenience [https://github.com/Textualize/textual/pull/4267](https://togithub.com/Textualize/textual/pull/4267) - Added support for JavaScript, Golang, Rust, Bash, Java and Kotlin to `TextArea` [https://github.com/Textualize/textual/pull/4350](https://togithub.com/Textualize/textual/pull/4350) - Added `inline` parameter to `run` and `run_async` to run app inline (under the prompt). [https://github.com/Textualize/textual/pull/4343](https://togithub.com/Textualize/textual/pull/4343) - Added `mouse` parameter to disable mouse support [https://github.com/Textualize/textual/pull/4343](https://togithub.com/Textualize/textual/pull/4343)

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.