Skip to content

chore(deps): update spectre-console monorepo#16

Merged
phmatray merged 1 commit into
mainfrom
renovate/spectre-console-monorepo
Feb 28, 2026
Merged

chore(deps): update spectre-console monorepo#16
phmatray merged 1 commit into
mainfrom
renovate/spectre-console-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 27, 2026

This PR contains the following updates:

Package Change Age Confidence
Spectre.Console 0.49.10.54.0 age confidence
Spectre.Console.Cli 0.49.10.53.1 age confidence

Release Notes

spectreconsole/spectre.console (Spectre.Console)

v0.54.0

Compare Source

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

Full Changelog: spectreconsole/spectre.console@0.53.0...0.54.0

v0.53.1: (hotfix)

Compare Source

This is a hotfix release for 0.53.0, which accidentally included OpenCli.Sources as a dependency, instead of being included in the package.

As a bonus, a fix for panels was also included in this release 😄

What's Changed

Full Changelog: spectreconsole/spectre.console@0.53.0...0.53.1

v0.53.0

Compare Source

v0.52.0

Compare Source

What's Changed

Full Changelog: spectreconsole/spectre.console@0.51.1...0.52.0

v0.51.1

Compare Source

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.50.0...0.51.1

v0.51.0

Compare Source

v0.50.0

Compare Source

What's Changed
General
Console
CLI
New Contributors

Full Changelog: spectreconsole/spectre.console@0.49.1...0.50.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/spectre-console-monorepo branch from 4a222d5 to 2f3f131 Compare February 28, 2026 00:18
@renovate renovate Bot force-pushed the renovate/spectre-console-monorepo branch from 2f3f131 to d9e0d42 Compare February 28, 2026 00:18
@phmatray phmatray merged commit 64a715d into main Feb 28, 2026
1 check failed
@phmatray phmatray deleted the renovate/spectre-console-monorepo branch February 28, 2026 00:18
phmatray added a commit that referenced this pull request Mar 9, 2026
* docs: include stats

* chore: Upgrade to .NET 10

This PR upgrades the project to .NET 10 (latest stable release).

Changes:
- Updated all .csproj files to target net10.0
- Updated global.json to SDK 10.0.100 with latestFeature rollForward
- Updated GitHub Actions workflows to use .NET 10.x and setup-dotnet@v5
- Verified successful build locally

Migration notes:
- .NET 10 includes C# 13 language features
- All NuGet packages should be compatible
- CI/CD will validate cross-platform builds

* chore: add Renovate configuration

* chore: remove Dependabot configuration (switching to Renovate)

* chore: remove Qodana configuration

* docs: standardize README following org template

* chore(deps): update dependency nuke.common to 9.0.4

* chore(deps): update dotnet monorepo

* chore(deps): update dependency betalgo.ranul.openai to 9.2.6 (#14)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency scrutor to 5.1.2 (#15)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/cache action to v5 (#17)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/checkout action to v6 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency nuke.common to v10 (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency scrutor to v7 (#20)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update spectre-console monorepo (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dotnet monorepo to v10 (#21)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove broken Nuke.Common.IO imports after v10 upgrade (#22)

FileSystemTasks and PathConstruction were removed in Nuke.Common v10.
The code already uses the new extension method API style, so these
unused using static imports just need to be removed.

* fix: update ExecuteAsync signature for Spectre.Console v1 breaking change (#23)

AsyncCommand<T>.ExecuteAsync now requires a CancellationToken parameter
in the latest Spectre.Console version. Add the parameter to satisfy the
override contract.

* ci: restrict triggers to main branch and add concurrency (#24)

- Change trigger from all pushes to push/PR on main only
- Add concurrency group to cancel redundant runs
- Add .NET 10.0.x SDK alongside existing versions

* chore: configure Renovate auto-merge for patch+minor

* chore: add standardized renovate config (#25)

* chore: standardize renovate config

* chore: fix renovate config for repo technologies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant