Bump the spectre group with 1 update
Updated Spectre.Console from 0.52.0 to 0.54.0.
Release notes
Sourced from Spectre.Console's releases.
0.54.0
Version 0.54.0 of Spectre.Console has been released!
Spectre.Console.Cli has a new home!
We've decided to move Spectre.Console.Cli to its own repository, where we will prepare it for a 1.0 release. This means that the Spectre.Console.Cli NuGet packages will no longer be versioned together with Spectre.Console. They will now have a preview version such as 1.0.0-alpha-0.x.
There should be no issues staying on version 0.53.0 of Spectre.Console.Cli until we release a stable version if you prefer not to use a pre-release dependency.
New unit testing package for Spectre.Console.Cli
There is now a new testing package for Spectre.Console.Cli called Spectre.Console.Cli.Testing. This is where you will find the CommandAppTester from now on.
You can find more information about unit testing in the documentation.
What's Changed
- Normalizes paths when writing exceptions to the console for tests. by @phil-scott-78 in #1758
- Fixes issue with Panel not applying overflow to children by @phil-scott-78 in #1942
- Remove Spectre.Console.Cli from repository by @patriksvensson in #1928
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.53.0...0.54.0
0.53.0
What's Changed
- Add top-level CancellationToken support to Spectre.Console.Cli by @0xced in #1911
- Update the Spectre.Console.Cli documentation with CancellationToken by @0xced in #1920
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.52.0...0.53.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
:test_tube: Details on Microsoft Windows 10.0.26100
from dotnet-retest v1.0.0 on .NET 9.0.10 with :purple_heart: by @devlooped