Skip to content

Commit 57dcf59

Browse files
deps(core): update spectre-console monorepo to 0.57.2 (#1177)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Spectre.Console](https://redirect.github.com/spectreconsole/spectre.console) | `0.57.1` → `0.57.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console/0.57.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console/0.57.1/0.57.2?slim=true) | | [Spectre.Console.Testing](https://redirect.github.com/spectreconsole/spectre.console) | `0.57.1` → `0.57.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console.Testing/0.57.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console.Testing/0.57.1/0.57.2?slim=true) | --- ### Release Notes <details> <summary>spectreconsole/spectre.console (Spectre.Console)</summary> ### [`v0.57.2`](https://redirect.github.com/spectreconsole/spectre.console/releases/tag/0.57.2) #### What's Change - Allow wrapping of status text by [@&#8203;patriksvensson](https://redirect.github.com/patriksvensson) in [#&#8203;2158](https://redirect.github.com/spectreconsole/spectre.console/pull/2158) **Full Changelog**: <spectreconsole/spectre.console@0.57.1...0.57.2> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 109190a commit 57dcf59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/KubeOps.Cli/KubeOps.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.6.0" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.6.0" />
27-
<PackageReference Include="Spectre.Console" Version="0.57.1" />
27+
<PackageReference Include="Spectre.Console" Version="0.57.2" />
2828
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.6.0" />
1414
<PackageReference Include="Microsoft.Build.Framework" Version="18.7.1" ExcludeAssets="runtime" PrivateAssets="all" />
1515
<PackageReference Include="Microsoft.NET.StringTools" Version="18.7.1" ExcludeAssets="runtime" PrivateAssets="all" />
16-
<PackageReference Include="Spectre.Console.Testing" Version="0.57.1" />
16+
<PackageReference Include="Spectre.Console.Testing" Version="0.57.2" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)