chore(deps): update dependency terminal.gui to v1.10.0 #66

Merged
renovate-bot merged 1 commits from renovate/terminal.gui-1.x into master 2023-03-17 17:00:41 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
Terminal.Gui nuget minor 1.9.0 -> 1.10.0

Release Notes

gui-cs/Terminal.Gui

v1.10.0: Release v1.10

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.9.0...v1.10.0


Configuration

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

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Terminal.Gui](https://github.com/gui-cs/Terminal.Gui) | nuget | minor | `1.9.0` -> `1.10.0` | --- ### Release Notes <details> <summary>gui-cs/Terminal.Gui</summary> ### [`v1.10.0`](https://github.com/gui-cs/Terminal.Gui/releases/tag/v1.10.0): Release v1.10 #### What's Changed - Fixes [#&#8203;2277](https://github.com/gui-cs/Terminal.Gui/issues/2277). Changing TextField.Text does not clear text selection. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2278 - Fixes [#&#8203;2267](https://github.com/gui-cs/Terminal.Gui/issues/2267). Toplevel.EnsureVisibleBounds throws an exception if border is null. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2268 - Fixes [#&#8203;2287](https://github.com/gui-cs/Terminal.Gui/issues/2287). AssertDriverColorsAre is reporting wrong colors information. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2288 - Fixes [#&#8203;2289](https://github.com/gui-cs/Terminal.Gui/issues/2289). View.Clear method is clearing beyond its parent bounds. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2290 - Fixes [#&#8203;2282](https://github.com/gui-cs/Terminal.Gui/issues/2282). HotKeyPos is causing black cell on center and right/bottom alignments. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2283 - Fixes [#&#8203;2269](https://github.com/gui-cs/Terminal.Gui/issues/2269). ListView.EnsureSelectedItemVisible must be public. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2270 - Fixes [#&#8203;2286](https://github.com/gui-cs/Terminal.Gui/issues/2286) - ColorScheme.SetAttribute is defunct and should be removed by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2292 - Reorganize Unit Tests in prep for Configuration Manager by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2291 - Fixes [#&#8203;2293](https://github.com/gui-cs/Terminal.Gui/issues/2293). WindowsDriver forces minimum console height equal to 1, but should allow be 0. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2294 - Fixes [#&#8203;2298](https://github.com/gui-cs/Terminal.Gui/issues/2298) - Adds TabView.TabClicked event by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2299 - Fixes [#&#8203;2308](https://github.com/gui-cs/Terminal.Gui/issues/2308). Redraw passed bounds bigger than its client area. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2309 - Adds LineCanvas by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2281 - Fixes [#&#8203;2317](https://github.com/gui-cs/Terminal.Gui/issues/2317). Drivers do not normalize accented letters. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2318 - Fixes [#&#8203;2296](https://github.com/gui-cs/Terminal.Gui/issues/2296). `Attribute.Make` works even if a driver isn't loaded by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2301 - Fixes [#&#8203;2300](https://github.com/gui-cs/Terminal.Gui/issues/2300). Removes unused `ConsoleDriver` APIs by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2320 - Fixes [#&#8203;2323](https://github.com/gui-cs/Terminal.Gui/issues/2323). The devcontainer.json settings don't work with the current develop branch. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2324 - Fixes [#&#8203;2326](https://github.com/gui-cs/Terminal.Gui/issues/2326). Invisible cursor after modal dialog. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2327 - Fixes [#&#8203;2328](https://github.com/gui-cs/Terminal.Gui/issues/2328). TextView Autocomplete triggered by cursor move. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2330 - Fixes [#&#8203;2336](https://github.com/gui-cs/Terminal.Gui/issues/2336). Adds a `IgnoreBorderPropertyOnRedraw` to `View` by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2337 - Fixes [#&#8203;2331](https://github.com/gui-cs/Terminal.Gui/issues/2331). ScrollView may not be honoring clip region; CustomButton shows outside by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2338 - Fixes [#&#8203;2333](https://github.com/gui-cs/Terminal.Gui/issues/2333). TextField is selecting badly a word on double click. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2334 - LineCanvas support for mixing double and single lines by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2339 - Fixes [#&#8203;2346](https://github.com/gui-cs/Terminal.Gui/issues/2346). If WindowsDriver is maximized crash on the Cleanup method. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2347 - Fixes [#&#8203;2348](https://github.com/gui-cs/Terminal.Gui/issues/2348). The Basic Colors scenario doesn't output the blue on white properly. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2349 - Fixes 2343 - LineCanvas not respecting X and Y of clip bounds by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2344 - Adds Animation Scenario by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2352 - Illustrates [#&#8203;2331](https://github.com/gui-cs/Terminal.Gui/issues/2331) (Scrollview not respecting clip) does not reproduce by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2332 - Adds Snake Scenario by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2353 - Fixes 2368. Nested views with a height of 1 not rendering correctly. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2370 - Fixes [#&#8203;2354](https://github.com/gui-cs/Terminal.Gui/issues/2354). View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2355 - Fixes 2342. Border: can't change border color in Window by Border.BorderBrush. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2345 - Fixes [#&#8203;2305](https://github.com/gui-cs/Terminal.Gui/issues/2305). Improves the handling of escape sequence. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2375 - Partially fixes [#&#8203;2391](https://github.com/gui-cs/Terminal.Gui/issues/2391) - Updated readmes to note v1 is now in Maintenace mode by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2397 #### New Contributors - [@&#8203;I-Have-No-Idea-What-IAmDoing](https://github.com/I-Have-No-Idea-What-IAmDoing) made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/2409 **Full Changelog**: https://github.com/gui-cs/Terminal.Gui/compare/v1.9.0...v1.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
renovate-bot added 1 commit 2023-03-17 16:00:45 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
90f5e8db0e
chore(deps): update dependency terminal.gui to v1.10.0
renovate-bot merged commit 90f5e8db0e into master 2023-03-17 17:00:41 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sam/BirdsiteLIVE#66
No description provided.