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.53.0 - autoclosed #180

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
textual ^0.52 -> ^0.53.0 age adoption passing confidence

Release Notes

Textualize/textual (textual) ### [`v0.53.1`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0531---2023-03-18) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.53.0...v0.53.1) ##### Fixed - Fixed issue with data binding [https://github.com/Textualize/textual/pull/4308](https://togithub.com/Textualize/textual/pull/4308) ### [`v0.53.0`](https://togithub.com/Textualize/textual/blob/HEAD/CHANGELOG.md#0530---2023-03-18) [Compare Source](https://togithub.com/Textualize/textual/compare/v0.52.1...v0.53.0) ##### Added - Mapping of ANSI colors to hex codes configurable via `App.ansi_theme_dark` and `App.ansi_theme_light` [https://github.com/Textualize/textual/pull/4192](https://togithub.com/Textualize/textual/pull/4192) - `Pilot.resize_terminal` to resize the terminal in testing [https://github.com/Textualize/textual/issues/4212](https://togithub.com/Textualize/textual/issues/4212) - Added `sort_children` method [https://github.com/Textualize/textual/pull/4244](https://togithub.com/Textualize/textual/pull/4244) - Support for pseudo-classes in nested TCSS [https://github.com/Textualize/textual/issues/4039](https://togithub.com/Textualize/textual/issues/4039) ##### Fixed - Fixed `TextArea.code_editor` missing recently added attributes [https://github.com/Textualize/textual/pull/4172](https://togithub.com/Textualize/textual/pull/4172) - Fixed `Sparkline` not working with data in a `deque` [https://github.com/Textualize/textual/issues/3899](https://togithub.com/Textualize/textual/issues/3899) - Tooltips are now cleared when the related widget is no longer under them [https://github.com/Textualize/textual/issues/3045](https://togithub.com/Textualize/textual/issues/3045) - Simplified tree-sitter highlight queries for HTML, which also seems to fix segfault issue [https://github.com/Textualize/textual/pull/4195](https://togithub.com/Textualize/textual/pull/4195) - Fixed `DirectoryTree.path` no longer reacting to new values [https://github.com/Textualize/textual/issues/4208](https://togithub.com/Textualize/textual/issues/4208) - Fixed content size cache with Pretty widget [https://github.com/Textualize/textual/pull/4211](https://togithub.com/Textualize/textual/pull/4211) - Fixed `grid-gutter` interaction with Pretty widget [https://github.com/Textualize/textual/pull/4219](https://togithub.com/Textualize/textual/pull/4219) - Fixed `TextArea` styling issue on alternate screens [https://github.com/Textualize/textual/pull/4220](https://togithub.com/Textualize/textual/pull/4220) - Fixed writing to invisible `RichLog` [https://github.com/Textualize/textual/pull/4223](https://togithub.com/Textualize/textual/pull/4223) - Fixed `RichLog.min_width` not being used [https://github.com/Textualize/textual/pull/4223](https://togithub.com/Textualize/textual/pull/4223) - Rename `CollapsibleTitle.action_toggle` to `action_toggle_collapsible` to fix clash with `DOMNode.action_toggle` [https://github.com/Textualize/textual/pull/4221](https://togithub.com/Textualize/textual/pull/4221) - Markdown component classes weren't refreshed when watching for CSS [https://github.com/Textualize/textual/issues/3464](https://togithub.com/Textualize/textual/issues/3464) - Rename `Switch.action_toggle` to `action_toggle_switch` to fix clash with `DOMNode.action_toggle` [https://github.com/Textualize/textual/issues/4262](https://togithub.com/Textualize/textual/issues/4262) - Fixed `OptionList.OptionHighlighted` leaking out of `Select` [https://github.com/Textualize/textual/issues/4224](https://togithub.com/Textualize/textual/issues/4224) - Fixed `Tab` enable/disable messages leaking into `TabbedContent` [https://github.com/Textualize/textual/issues/4233](https://togithub.com/Textualize/textual/issues/4233) - Fixed a style leak from `TabbedContent` [https://github.com/Textualize/textual/issues/4232](https://togithub.com/Textualize/textual/issues/4232) - Fixed active hidden scrollbars not releasing the mouse [https://github.com/Textualize/textual/issues/4274](https://togithub.com/Textualize/textual/issues/4274) - Fixed the mouse not being released when hiding a `TextArea` while mouse selection is happening [https://github.com/Textualize/textual/issues/4292](https://togithub.com/Textualize/textual/issues/4292) - Fix mouse scrolling not working when mouse cursor is over a disabled child widget [https://github.com/Textualize/textual/issues/4242](https://togithub.com/Textualize/textual/issues/4242) ##### Changed - Clicking a non focusable widget focus ancestors [https://github.com/Textualize/textual/pull/4236](https://togithub.com/Textualize/textual/pull/4236) - BREAKING: widget class names must start with a capital letter or an underscore `_` [https://github.com/Textualize/textual/pull/4252](https://togithub.com/Textualize/textual/pull/4252) - BREAKING: for many widgets, messages are now sent when programmatic changes that mirror user input are made [https://github.com/Textualize/textual/pull/4256](https://togithub.com/Textualize/textual/pull/4256) - Changed `Collapsible` - Changed `Markdown` - Changed `Select` - Changed `SelectionList` - Changed `TabbedContent` - Changed `Tabs` - Changed `TextArea` - Changed `Tree` - Improved ETA calculation for ProgressBar [https://github.com/Textualize/textual/pull/4271](https://togithub.com/Textualize/textual/pull/4271) - BREAKING: `AppFocus` and `AppBlur` are now posted when the terminal window gains or loses focus, if the terminal supports this [https://github.com/Textualize/textual/pull/4265](https://togithub.com/Textualize/textual/pull/4265) - When the terminal window loses focus, the currently-focused widget will also lose focus. - When the terminal window regains focus, the previously-focused widget will regain focus. - TextArea binding for ctrl+k will now delete the line if the line is empty [https://github.com/Textualize/textual/issues/4277](https://togithub.com/Textualize/textual/issues/4277) - The active tab (in `Tabs`) / tab pane (in `TabbedContent`) can now be unset [https://github.com/Textualize/textual/issues/4241](https://togithub.com/Textualize/textual/issues/4241)

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.