Skip to content

Commit

Permalink
fix(deps): update dependencies to v0.48.0 (#667)
Browse files Browse the repository at this point in the history
[![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

- [@&#8203;icalvo](https://togithub.com/icalvo) made their first
contribution in
[#&#8203;1215](https://togithub.com/spectreconsole/spectre.console/pull/1215)
- [@&#8203;fredrikbentzen](https://togithub.com/fredrikbentzen) made
their first contribution in
[#&#8203;1132](https://togithub.com/spectreconsole/spectre.console/pull/1132)
-
[@&#8203;jeppevammenkristensen](https://togithub.com/jeppevammenkristensen)
made their first contribution in
[#&#8203;1241](https://togithub.com/spectreconsole/spectre.console/pull/1241)
- [@&#8203;tomaszprasolek](https://togithub.com/tomaszprasolek) made
their first contribution in
[#&#8203;1257](https://togithub.com/spectreconsole/spectre.console/pull/1257)
- [@&#8203;olabacker](https://togithub.com/olabacker) made their first
contribution in
[#&#8203;1302](https://togithub.com/spectreconsole/spectre.console/pull/1302)
- [@&#8203;AndrewRathbun](https://togithub.com/AndrewRathbun) made their
first contribution in
[#&#8203;1315](https://togithub.com/spectreconsole/spectre.console/pull/1315)

### What's Changed

#### Rendering

- Add .NET 8 support by
[@&#8203;patriksvensson](https://togithub.com/patriksvensson) in
[#&#8203;1367](https://togithub.com/spectreconsole/spectre.console/pull/1367)
- Fixed render issue where writeline inside status caused corrupt output
[#&#8203;415](https://togithub.com/spectreconsole/spectre.console/issues/415)
[#&#8203;694](https://togithub.com/spectreconsole/spectre.console/issues/694)
by [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;0xced](https://togithub.com/0xced) in
[#&#8203;1256](https://togithub.com/spectreconsole/spectre.console/pull/1256)
- Fix `Rule` widget docs by
[@&#8203;tomaszprasolek](https://togithub.com/tomaszprasolek) in
[#&#8203;1257](https://togithub.com/spectreconsole/spectre.console/pull/1257)
- Added the missing columns-cast by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1294](https://togithub.com/spectreconsole/spectre.console/pull/1294)
- Render tables with zero-width columns by
[@&#8203;Frassle](https://togithub.com/Frassle) in
[#&#8203;1197](https://togithub.com/spectreconsole/spectre.console/pull/1197)
- Fix figlet centering possibly throwing due to negative size by
[@&#8203;olabacker](https://togithub.com/olabacker) in
[#&#8203;1302](https://togithub.com/spectreconsole/spectre.console/pull/1302)
- Add option to show separator between table rows by
[@&#8203;patriksvensson](https://togithub.com/patriksvensson) in
[#&#8203;1304](https://togithub.com/spectreconsole/spectre.console/pull/1304)
- Enable setting the color of the values in a `BreakdownChart` by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1303](https://togithub.com/spectreconsole/spectre.console/pull/1303)
- Progress bar header and footer by
[@&#8203;phil](https://togithub.com/phil)-scott-78 in
[#&#8203;1262](https://togithub.com/spectreconsole/spectre.console/pull/1262)
- Add an example showing the decorations off by
[@&#8203;Frassle](https://togithub.com/Frassle) in
[#&#8203;1191](https://togithub.com/spectreconsole/spectre.console/pull/1191)
- Fixes `TextPath` rendering bugs by
[@&#8203;patriksvensson](https://togithub.com/patriksvensson) in
[#&#8203;1308](https://togithub.com/spectreconsole/spectre.console/pull/1308)
- Fix greedy row measure by [@&#8203;nils](https://togithub.com/nils)-a
in
[#&#8203;1338](https://togithub.com/spectreconsole/spectre.console/pull/1338)
- Fix `AnsiConsoleOutput` safe height by
[@&#8203;0xced](https://togithub.com/0xced) in
[#&#8203;1358](https://togithub.com/spectreconsole/spectre.console/pull/1358)
- Allow passing a nullable style in `DefaultValueStyle()` and
`ChoicesStyle()` by [@&#8203;0xced](https://togithub.com/0xced) in
[#&#8203;1359](https://togithub.com/spectreconsole/spectre.console/pull/1359)
- Allow `ConfirmationPrompt` Styling by
[@&#8203;wbaldoumas](https://togithub.com/wbaldoumas) in
[#&#8203;1210](https://togithub.com/spectreconsole/spectre.console/pull/1210)

#### CLI

- Add async command unit tests by
[@&#8203;FrankRay78](https://togithub.com/FrankRay78) in
[#&#8203;1228](https://togithub.com/spectreconsole/spectre.console/pull/1228)
- Add support for async delegate by
[@&#8203;icalvo](https://togithub.com/icalvo)
in[#​1215](https://togithub.com/spectreconsole/spectre.console/pull/1215)ectre.console/pull/1215\))
- Remove unnecessary `[NotNull]` attributes by
[@&#8203;0xced](https://togithub.com/0xced) in
[#&#8203;1255](https://togithub.com/spectreconsole/spectre.console/pull/1255)
- Allow custom help providers by
[@&#8203;FrankRay78](https://togithub.com/FrankRay78) in
[#&#8203;1259](https://togithub.com/spectreconsole/spectre.console/pull/1259)
- Specified details for settings for the argument vector by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1301](https://togithub.com/spectreconsole/spectre.console/pull/1301)
- Add support for localisation in help provider by
[@&#8203;FrankRay78](https://togithub.com/FrankRay78) in
[#&#8203;1349](https://togithub.com/spectreconsole/spectre.console/pull/1349)
- Fix DefaultValue for `FileInfo` and `DirectoryInfo` by
[@&#8203;0xced](https://togithub.com/0xced) in
[#&#8203;1238](https://togithub.com/spectreconsole/spectre.console/pull/1238)

#### Documentation & Samples

- Added a minimal PR template by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1318](https://togithub.com/spectreconsole/spectre.console/pull/1318)
- Fix typo in `showcase` sample by
[@&#8203;AndrewRathbun](https://togithub.com/AndrewRathbun) in
[#&#8203;1315](https://togithub.com/spectreconsole/spectre.console/pull/1315)
- Update `columns` sample to showcase nicer data by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1295](https://togithub.com/spectreconsole/spectre.console/pull/1295)
- Change all `SetErrorHandler` to `SetExceptionHandler` by
[@&#8203;nils](https://togithub.com/nils)-a in
[#&#8203;1298](https://togithub.com/spectreconsole/spectre.console/pull/1298)

#### Other stuff

- Ensure the `Generator` project compiles by
[@&#8203;patriksvensson](https://togithub.com/patriksvensson) in
[#&#8203;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
renovate[bot] authored Nov 23, 2023
1 parent b0f8cce commit 8ae11b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KubeOps.Cli/KubeOps.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.8.0"/>
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console.Analyzer" Version="0.47.0">
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="Spectre.Console.Analyzer" Version="0.48.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 8ae11b6

Please sign in to comment.