Skip to content

Commit bc20d5e

Browse files
deps(core): update spectre-console monorepo to 0.53.0 (#974)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Spectre.Console](https://redirect.github.com/spectreconsole/spectre.console) | `0.52.0` -> `0.53.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console/0.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console/0.52.0/0.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Spectre.Console.Testing](https://redirect.github.com/spectreconsole/spectre.console) | `0.52.0` -> `0.53.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Spectre.Console.Testing/0.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Spectre.Console.Testing/0.52.0/0.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spectreconsole/spectre.console (Spectre.Console)</summary> ### [`v0.53.0`](https://redirect.github.com/spectreconsole/spectre.console/compare/0.52.0...0.53.0) [Compare Source](https://redirect.github.com/spectreconsole/spectre.console/compare/0.52.0...0.53.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a07c481 commit bc20d5e

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.52.0" />
27+
<PackageReference Include="Spectre.Console" Version="0.53.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.52.0" />
14+
<PackageReference Include="Spectre.Console.Testing" Version="0.53.0" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)