chore(deps): update dependency terminal.gui to v1.8.2 (#8)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Terminal.Gui](https://github.com/gui-cs/Terminal.Gui) | nuget | patch | `1.8.0` -> `1.8.2` |

---

### Release Notes

<details>
<summary>gui-cs/Terminal.Gui</summary>

### [`v1.8.2`](https://github.com/gui-cs/Terminal.Gui/releases/tag/v1.8.2)

This was supposed to be v1.8.1, but a deployment mistake required a new push.

#### What's Changed

-   Bump crazy-max/ghaction-chocolatey from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2050
-   Fixes [#&#8203;2053](https://github.com/gui-cs/Terminal.Gui/issues/2053). MessageBox.Query not wrapping correctly by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2054

**Full Changelog**: https://github.com/gui-cs/Terminal.Gui/compare/v1.8.0...v1.8.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNS4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjUuMSJ9-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Reviewed-on: #8
Co-authored-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
Co-committed-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
This commit is contained in:
Renovate Bot 2022-11-16 02:06:37 +00:00 committed by Sam Therapy
parent 19d36545c5
commit 73db263d6e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
<PackageReference Include="Terminal.Gui" Version="1.8.0" />
<PackageReference Include="Terminal.Gui" Version="1.8.2" />
</ItemGroup>
<ItemGroup>