Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependencies to v0.48.0 (#667)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Spectre.Console](https://togithub.com/spectreconsole/spectre.console) | `0.47.0` -> `0.48.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Spectre.Console/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Spectre.Console/0.47.0/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console/0.47.0/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Spectre.Console.Analyzer](https://togithub.com/spectreconsole/spectre.console) | `0.47.0` -> `0.48.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console.Analyzer/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Spectre.Console.Analyzer/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Spectre.Console.Analyzer/0.47.0/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console.Analyzer/0.47.0/0.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spectreconsole/spectre.console (Spectre.Console)</summary> ### [`v0.48.0`](https://togithub.com/spectreconsole/spectre.console/releases/tag/0.48.0) [Compare Source](https://togithub.com/spectreconsole/spectre.console/compare/0.47.0...0.48.0) Version 0.48 of Spectre.Console has been released! Several rendering issues have been addressed, such as fixing problems related to rendering inside status causing corrupt output, avoiding exceptions on Rows with no children, as well as addressing rendering bugs in TextPath. New features have been added, such as the ability to show separators between table rows. Other notable additions include progress bar header and footer support, customizable (and localizable) help providers, and the option to style text and confirmation prompts. ### New Contributors - [@​icalvo](https://togithub.com/icalvo) made their first contribution in [#​1215](https://togithub.com/spectreconsole/spectre.console/pull/1215) - [@​fredrikbentzen](https://togithub.com/fredrikbentzen) made their first contribution in [#​1132](https://togithub.com/spectreconsole/spectre.console/pull/1132) - [@​jeppevammenkristensen](https://togithub.com/jeppevammenkristensen) made their first contribution in [#​1241](https://togithub.com/spectreconsole/spectre.console/pull/1241) - [@​tomaszprasolek](https://togithub.com/tomaszprasolek) made their first contribution in [#​1257](https://togithub.com/spectreconsole/spectre.console/pull/1257) - [@​olabacker](https://togithub.com/olabacker) made their first contribution in [#​1302](https://togithub.com/spectreconsole/spectre.console/pull/1302) - [@​AndrewRathbun](https://togithub.com/AndrewRathbun) made their first contribution in [#​1315](https://togithub.com/spectreconsole/spectre.console/pull/1315) ### What's Changed #### Rendering - Add .NET 8 support by [@​patriksvensson](https://togithub.com/patriksvensson) in [#​1367](https://togithub.com/spectreconsole/spectre.console/pull/1367) - Fixed render issue where writeline inside status caused corrupt output [#​415](https://togithub.com/spectreconsole/spectre.console/issues/415) [#​694](https://togithub.com/spectreconsole/spectre.console/issues/694) by [@​fredrikbentzen](https://togithub.com/fredrikbentzen) in[#1132](https://togithub.com/spectreconsole/spectre.console/pull/1132)ectre.console/pull/1132\)) - Relax the SDK requirements by rolling forward to the latest feature by [@​0xced](https://togithub.com/0xced) in[#1237](https://togithub.com/spectreconsole/spectre.console/pull/1237)ectre.console/pull/1237\)) - Add fix to avoid exception on rows with no children by [@​jeppevammenkristensen](https://togithub.com/jeppevammenkristensen) in[#1241](https://togithub.com/spectreconsole/spectre.console/pull/1241)ectre.console/pull/1241\)) - Set `end_of_line` to `LF` instead of `CRLF` by [@​0xced](https://togithub.com/0xced) in [#​1256](https://togithub.com/spectreconsole/spectre.console/pull/1256) - Fix `Rule` widget docs by [@​tomaszprasolek](https://togithub.com/tomaszprasolek) in [#​1257](https://togithub.com/spectreconsole/spectre.console/pull/1257) - Added the missing columns-cast by [@​nils](https://togithub.com/nils)-a in [#​1294](https://togithub.com/spectreconsole/spectre.console/pull/1294) - Render tables with zero-width columns by [@​Frassle](https://togithub.com/Frassle) in [#​1197](https://togithub.com/spectreconsole/spectre.console/pull/1197) - Fix figlet centering possibly throwing due to negative size by [@​olabacker](https://togithub.com/olabacker) in [#​1302](https://togithub.com/spectreconsole/spectre.console/pull/1302) - Add option to show separator between table rows by [@​patriksvensson](https://togithub.com/patriksvensson) in [#​1304](https://togithub.com/spectreconsole/spectre.console/pull/1304) - Enable setting the color of the values in a `BreakdownChart` by [@​nils](https://togithub.com/nils)-a in [#​1303](https://togithub.com/spectreconsole/spectre.console/pull/1303) - Progress bar header and footer by [@​phil](https://togithub.com/phil)-scott-78 in [#​1262](https://togithub.com/spectreconsole/spectre.console/pull/1262) - Add an example showing the decorations off by [@​Frassle](https://togithub.com/Frassle) in [#​1191](https://togithub.com/spectreconsole/spectre.console/pull/1191) - Fixes `TextPath` rendering bugs by [@​patriksvensson](https://togithub.com/patriksvensson) in [#​1308](https://togithub.com/spectreconsole/spectre.console/pull/1308) - Fix greedy row measure by [@​nils](https://togithub.com/nils)-a in [#​1338](https://togithub.com/spectreconsole/spectre.console/pull/1338) - Fix `AnsiConsoleOutput` safe height by [@​0xced](https://togithub.com/0xced) in [#​1358](https://togithub.com/spectreconsole/spectre.console/pull/1358) - Allow passing a nullable style in `DefaultValueStyle()` and `ChoicesStyle()` by [@​0xced](https://togithub.com/0xced) in [#​1359](https://togithub.com/spectreconsole/spectre.console/pull/1359) - Allow `ConfirmationPrompt` Styling by [@​wbaldoumas](https://togithub.com/wbaldoumas) in [#​1210](https://togithub.com/spectreconsole/spectre.console/pull/1210) #### CLI - Add async command unit tests by [@​FrankRay78](https://togithub.com/FrankRay78) in [#​1228](https://togithub.com/spectreconsole/spectre.console/pull/1228) - Add support for async delegate by [@​icalvo](https://togithub.com/icalvo) in[#1215](https://togithub.com/spectreconsole/spectre.console/pull/1215)ectre.console/pull/1215\)) - Remove unnecessary `[NotNull]` attributes by [@​0xced](https://togithub.com/0xced) in [#​1255](https://togithub.com/spectreconsole/spectre.console/pull/1255) - Allow custom help providers by [@​FrankRay78](https://togithub.com/FrankRay78) in [#​1259](https://togithub.com/spectreconsole/spectre.console/pull/1259) - Specified details for settings for the argument vector by [@​nils](https://togithub.com/nils)-a in [#​1301](https://togithub.com/spectreconsole/spectre.console/pull/1301) - Add support for localisation in help provider by [@​FrankRay78](https://togithub.com/FrankRay78) in [#​1349](https://togithub.com/spectreconsole/spectre.console/pull/1349) - Fix DefaultValue for `FileInfo` and `DirectoryInfo` by [@​0xced](https://togithub.com/0xced) in [#​1238](https://togithub.com/spectreconsole/spectre.console/pull/1238) #### Documentation & Samples - Added a minimal PR template by [@​nils](https://togithub.com/nils)-a in [#​1318](https://togithub.com/spectreconsole/spectre.console/pull/1318) - Fix typo in `showcase` sample by [@​AndrewRathbun](https://togithub.com/AndrewRathbun) in [#​1315](https://togithub.com/spectreconsole/spectre.console/pull/1315) - Update `columns` sample to showcase nicer data by [@​nils](https://togithub.com/nils)-a in [#​1295](https://togithub.com/spectreconsole/spectre.console/pull/1295) - Change all `SetErrorHandler` to `SetExceptionHandler` by [@​nils](https://togithub.com/nils)-a in [#​1298](https://togithub.com/spectreconsole/spectre.console/pull/1298) #### Other stuff - Ensure the `Generator` project compiles by [@​patriksvensson](https://togithub.com/patriksvensson) in [#​1371](https://togithub.com/spectreconsole/spectre.console/pull/1371) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information