Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spectre-console monorepo to 0.49.1 #635

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Description>Tests for the Cake.Issues.PullRequests addin</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console.Testing" Version="0.47.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
<PackageReference Include="Verify.Xunit" Version="27.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
│ │ └────────────┴───────────┴───────────┘ │
│ Number of registered IssueFilters │ 0 │
└─────────────────────────────────────┴────────────────────────────────────────┘
┌──────────┬──────┬────────────────────────────────────────────────────────────
│ Rule │ Line │ File
├──────────┼──────┼────────────────────────────────────────────────────────────
│ Rule Foo │ 10 │ src/Cake.Issues.Tests/FakeIssueProvider.cs
└──────────┴──────┴────────────────────────────────────────────────────────────
┌──────────┬──────┬────────────────────────────────────────────┐
│ Rule │ Line │ File │
├──────────┼──────┼────────────────────────────────────────────┤
│ Rule Foo │ 10 │ src/Cake.Issues.Tests/FakeIssueProvider.cs │
└──────────┴──────┴────────────────────────────────────────────┘
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
│ │ └────────────┴───────────┴───────────┘ │
│ Number of registered IssueFilters │ 0 │
└─────────────────────────────────────┴────────────────────────────────────────┘
┌──────────┬─────────────────────────┬─────────────────────────────────────────
│ Rule │ Line │ File
├──────────┼─────────────────────────┼─────────────────────────────────────────
│ Rule Foo │ [italic grey]Not set[/] │ [italic grey]Not set[/]
└──────────┴─────────────────────────┴─────────────────────────────────────────
┌──────────┬─────────────────────────┬─────────────────────────┐
│ Rule │ Line │ File │
├──────────┼─────────────────────────┼─────────────────────────┤
│ Rule Foo │ [italic grey]Not set[/] │ [italic grey]Not set[/] │
└──────────┴─────────────────────────┴─────────────────────────┘
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Addin for the Cake build automation system for writing code analyzer or linter issues as comments to pull requests</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Analyzer" Version="0.47.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Loading