Skip to content

Commit c5ca1d0

Browse files
deps(core): update spectre-console monorepo to 0.52.0 (#966)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Spectre.Console](https://redirect.github.com/spectreconsole/spectre.console) | `0.51.1` -> `0.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console/0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console/0.51.1/0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Spectre.Console.Testing](https://redirect.github.com/spectreconsole/spectre.console) | `0.51.1` -> `0.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console.Testing/0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console.Testing/0.51.1/0.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spectreconsole/spectre.console (Spectre.Console)</summary> ### [`v0.52.0`](https://redirect.github.com/spectreconsole/spectre.console/releases/tag/0.52.0) [Compare Source](https://redirect.github.com/spectreconsole/spectre.console/compare/0.51.1...0.52.0) #### What's Changed - Add OpenCLI integration to Spectre.Console.Cli by [@&#8203;patriksvensson](https://redirect.github.com/patriksvensson) in [#&#8203;1909](https://redirect.github.com/spectreconsole/spectre.console/pull/1909) - Fix OPENCLI\_VISIBILITY\_INTERNAL to DefineConstants concat by [@&#8203;devlead](https://redirect.github.com/devlead) in [#&#8203;1912](https://redirect.github.com/spectreconsole/spectre.console/pull/1912) **Full Changelog**: <spectreconsole/spectre.console@0.51.1...0.52.0> </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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b9b9af commit c5ca1d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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="4.14.0" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
2626
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
27-
<PackageReference Include="Spectre.Console" Version="0.51.1" />
27+
<PackageReference Include="Spectre.Console" Version="0.52.0" />
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
@@ -11,6 +11,6 @@
1111
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
14-
<PackageReference Include="Spectre.Console.Testing" Version="0.51.1" />
14+
<PackageReference Include="Spectre.Console.Testing" Version="0.52.0" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)