Skip to content

Bump the spectre group with 1 update#39

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/HostedDemo/spectre-dca0a0619a
Closed

Bump the spectre group with 1 update#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/HostedDemo/spectre-dca0a0619a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 19, 2025

Copy link
Copy Markdown
Contributor

Updated Spectre.Console from 0.50.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

Full Changelog: spectreconsole/spectre.console@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: spectreconsole/spectre.console@0.52.0...0.53.0

0.52.0

What's Changed

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

0.51.1

What's Changed

New Contributors

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

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Spectre.Console from 0.50.0 to 0.54.0

---
updated-dependencies:
- dependency-name: Spectre.Console
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectre
- dependency-name: Spectre.Console
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectre
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies labels Nov 19, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 20, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Nov 20, 2025
@dependabot dependabot Bot deleted the dependabot/nuget/src/HostedDemo/spectre-dca0a0619a branch November 20, 2025 12:25
kzu pushed a commit that referenced this pull request Jun 25, 2026
# devlooped/oss

- Switch to dnx retest shorthand devlooped/oss@fddfd89
- Ignore *.local recursively devlooped/oss@a225b7a
- Ensure quiet confirmation of tool download/install devlooped/oss@e11b002
- Ensure dnx run succeeds even on Windows devlooped/oss@7f5f9ee
- Enhance include workflow with OSMF EULA support devlooped/oss@f2050db
- Trim whitespace in file content replacement devlooped/oss@e53557f
- Improve default Product metadata, remove .git from user-facing URLs devlooped/oss@4339749
- Fix path pattern for markdown files in workflow devlooped/oss@6a6de05
- Fix error message quotes in includes.yml devlooped/oss@26e8cb7
- Change label from 'docs' to 'dependencies' devlooped/oss@2d1fb4e
- Add AzuriteConfig to .gitignore devlooped/oss@12c18e7
- Avoid failure on PR creation if osmfeula.txt doesn't exist in repo devlooped/oss@8ff5178
- Update create-pull-request action to version 8 devlooped/oss@0662872
- Add new entries to .gitignore file devlooped/oss@c76f0cc
- Add '/mcps' to .gitignore devlooped/oss@c1d29fb
- Add '/temp' directory to .gitignore devlooped/oss@79631d3
- Update .gitignore to ignore 'mcps' folder recursively devlooped/oss@11680ae
- Add 'terminals' to .gitignore devlooped/oss@5e7a79e
- Add 'agent-tools' to .gitignore devlooped/oss@ff61659
- If the OSMF eula is present, switch to its license file devlooped/oss@4b84c54
- Add Company MSBuild property by default devlooped/oss@c509be4
- Consider either None or Content for OSMF license patching devlooped/oss@083a37b
- Disable warnings for non-packable test projects devlooped/oss@95b338b
- Update versioning scheme in Directory.Build.props devlooped/oss@f2400ef
- Enable package pruning in Directory.Build.props devlooped/oss@0ff8b7b
- Refactor GitHub Actions workflows to use unified PR_TOKEN for authentication and add skip PR creation warning devlooped/oss@7c1c6e6
- Fix PackageId default from Pack SDK devlooped/oss@6e24389
- Improve PackageId/IsPackable defaulting devlooped/oss@e8b0802
- Fix empty default path for NuGet SDK targets devlooped/oss@c679525
- fix: support robust NuGetize pack delegation for PackFolder=build projects (#39) devlooped/oss@dcd5f0a
- Update branches for push event in build.yml devlooped/oss@5da103c
- Change file type from None to Content for osmfeula.txt devlooped/oss@fd03672
- Add Pack attribute to OSMFEULA content item devlooped/oss@dd13ed3
- Hide osmfeula.txt from package visibility devlooped/oss@a1f5d11
- Add OpenTelemetry patterns to dependabot config devlooped/oss@387f061
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants