cake-contrib / CakeContrib.Guidelines

Adds common guidelines to cake-contrib projects
https://cake-contrib.github.io/CakeContrib.Guidelines/
MIT License
2 stars 4 forks source link

(maint) Update spectre-console monorepo to v0.48.0 #298

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Spectre.Console 0.47.0 -> 0.48.0 age adoption passing confidence
Spectre.Console.Analyzer 0.47.0 -> 0.48.0 age adoption passing confidence
Spectre.Console.Cli 0.47.0 -> 0.48.0 age adoption passing confidence

Release Notes

spectreconsole/spectre.console (Spectre.Console) ### [`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)

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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4af1087) 95.95% compared to head (d44dc3a) 95.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #298 +/- ## ======================================== Coverage 95.95% 95.95% ======================================== Files 16 16 Lines 914 914 Branches 118 118 ======================================== Hits 877 877 Misses 15 15 Partials 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.