Skip to content

Bump Spectre.Console from 0.54.0 to 0.55.0 - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Solutions/DemoApp/Spectre.Console-0.55.0
Closed

Bump Spectre.Console from 0.54.0 to 0.55.0#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Solutions/DemoApp/Spectre.Console-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Copy link
Copy Markdown

Updated Spectre.Console from 0.54.0 to 0.55.0.

Release notes

Sourced from Spectre.Console's releases.

0.55.0

This release brings new features, performance improvements, bug fixes, and some important architectural changes.

[!CAUTION]
There are breaking changes in this release, so make sure you review the release notes and try things out before upgrading in production.

New Spectre.Console.Ansi Library

One of the biggest changes in this release is the introduction of
Spectre.Console.Ansi,
a new standalone library for writing ANSI escape
sequences to the terminal without taking a full dependency on Spectre.Console.

This makes it easy to add ANSI support to lightweight tools and libraries where
pulling in the full Spectre.Console package would be overkill. Spectre.Console
itself now depends on this library internally.

We've also added some nice convenience methods for the .NET Console class:

using Spectre.Console.Ansi;

Console.Markup("[yellow]Hello[/] ");
Console.MarkupLine("[blue]World[/]");
  
Console.Ansi(writer => writer
    .BeginLink("https://spectreconsole.net", linkId: 123)
    .Decoration(Decoration.Bold | Decoration.Italic)
    .Foreground(Color.Yellow)
    .Write("Spectre Console")
    .ResetStyle()
    .EndLink());

Style Is Now a Struct

Style has been converted from a class to a struct, and link/URL information
has been extracted into a separate Link type. This improves allocation
performance, especially in rendering-heavy scenarios, but is a breaking change
for code that relies on reference semantics.

Progress Improvements

The Progress widget received a lot of love in this release. It now uses
TimeProvider instead of the wall clock, making it significantly easier to
write deterministic tests. ProgressTask has a new Tag property for attaching
arbitrary metadata, and you can now override the global hide-when-completed
behavior on individual tasks. Tasks can also be removed from the progress
context entirely.

Speed calculations have been improved with configurable max sampling age and
... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 3, 2026
@github-actions

github-actions Bot commented Apr 3, 2026

Copy link
Copy Markdown

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 04/03/2026 - 18:26:47
Parser: Cobertura
Assemblies: 2
Classes: 129
Files: 449
Line coverage: 75.5% (36024 of 47669)
Covered lines: 36024
Uncovered lines: 11645
Coverable lines: 47669
Total lines: 80528
Branch coverage: 67.3% (10455 of 15524)
Covered branches: 10455
Total branches: 15524
Method coverage: Feature is only available for sponsors

Coverage

Endjin.FreeAgent.Client - 75.8%
Name Line Branch
Endjin.FreeAgent.Client 75.8% 68.1%
Endjin.FreeAgent.Client.AgedDebtorsAndCreditors 87.5% 57.1%
Endjin.FreeAgent.Client.Attachments 100% 66.6%
Endjin.FreeAgent.Client.BalanceSheetReports 93.3% 54.5%
Endjin.FreeAgent.Client.BankAccounts 100% 65%
Endjin.FreeAgent.Client.BankFeeds 24% 0%
Endjin.FreeAgent.Client.BankStatementUploads 54.6% 22.2%
Endjin.FreeAgent.Client.BankTransactionExplanations 100% 78.1%
Endjin.FreeAgent.Client.BankTransactions 100% 75%
Endjin.FreeAgent.Client.Bills 100% 77.5%
Endjin.FreeAgent.Client.CapitalAssets 94.7% 69.2%
Endjin.FreeAgent.Client.CapitalAssetTypes 98.5% 65.6%
Endjin.FreeAgent.Client.CashFlowReports 93.7% 50%
Endjin.FreeAgent.Client.Categories 100% 64.2%
Endjin.FreeAgent.Client.CisBands 100% 75%
Endjin.FreeAgent.Client.ClientBase 74.1% 38%
Endjin.FreeAgent.Client.ClientBase 74.1% 38%
Endjin.FreeAgent.Client.Company 100% 61.1%
Endjin.FreeAgent.Client.Contacts 96.1% 71%
Endjin.FreeAgent.Client.CorporationTaxReturns 100% 57.1%
Endjin.FreeAgent.Client.CreditNoteReconciliations 100% 88.8%
Endjin.FreeAgent.Client.CreditNotes 74% 39.7%
Endjin.FreeAgent.Client.DepreciationProfiles 93.3% 50%
Endjin.FreeAgent.Client.EcMossSalesTaxRates 100% 60%
Endjin.FreeAgent.Client.EmailAddresses 100% 60%
Endjin.FreeAgent.Client.EstimateItems 100% 50%
Endjin.FreeAgent.Client.Estimates 76.7% 48.9%
Endjin.FreeAgent.Client.EstimateSettings 100% 57.1%
Endjin.FreeAgent.Client.Expenses 97% 72.5%
Endjin.FreeAgent.Client.FinalAccountsReports 100% 60%
Endjin.FreeAgent.Client.FreeAgentClient 100% 62.5%
Endjin.FreeAgent.Client.FreeAgentClientServiceCollectionExtensions 0% 0%
Endjin.FreeAgent.Client.FreeAgentJsonContext 75.8% 70.7%
Endjin.FreeAgent.Client.FreeAgentOptions 100% 100%
Endjin.FreeAgent.Client.FreeAgentOptionsValidator 100% 100%
Endjin.FreeAgent.Client.HirePurchases 100% 75%
Endjin.FreeAgent.Client.HttpResponseMessageExtensions 42.8%
Endjin.FreeAgent.Client.InteractiveAuthenticationProvider 37% 21.4%
Endjin.FreeAgent.Client.Invoices 96.7% 55.6%
Endjin.FreeAgent.Client.InvoiceSettings 100% 60%
Endjin.FreeAgent.Client.JournalSets 100% 71.4%
Endjin.FreeAgent.Client.Mileages 92.7% 57.8%
Endjin.FreeAgent.Client.Notes 95.8% 61.7%
Endjin.FreeAgent.Client.OAuth2.InteractiveLoginHelper 5% 16.6%
Endjin.FreeAgent.Client.OAuth2.OAuth2Options 75% 50%
Endjin.FreeAgent.Client.OAuth2.OAuth2Service 12.5% 5.5%
Endjin.FreeAgent.Client.OAuth2AuthenticationProvider 85.7% 50%
Endjin.FreeAgent.Client.OpeningBalances 92.5% 50%
Endjin.FreeAgent.Client.Payroll 91.5% 63.6%
Endjin.FreeAgent.Client.PayrollProfiles 100% 57.1%
Endjin.FreeAgent.Client.PriceListItems 98.5% 64.2%
Endjin.FreeAgent.Client.ProfitAndLossReports 91.6% 62.5%
Endjin.FreeAgent.Client.Projects 64.2% 40.8%
Endjin.FreeAgent.Client.Properties 100% 70.8%
Endjin.FreeAgent.Client.RecurringInvoices 100% 68.1%
Endjin.FreeAgent.Client.SalesTaxPeriods 100% 75%
Endjin.FreeAgent.Client.SalesTaxRates 93.3% 50%
Endjin.FreeAgent.Client.SelfAssessmentReturns 97.5% 53.1%
Endjin.FreeAgent.Client.SharedJsonOptions 96%
Endjin.FreeAgent.Client.StockItems 100% 75%
Endjin.FreeAgent.Client.Tasks 97% 70.4%
Endjin.FreeAgent.Client.Timeslips 96.9% 75%
Endjin.FreeAgent.Client.Transactions 100% 83.3%
Endjin.FreeAgent.Client.TrialBalances 100% 72.7%
Endjin.FreeAgent.Client.Users 96.7% 75.8%
Endjin.FreeAgent.Client.VatReturns 100% 60.7%
Endjin.FreeAgent.Client.Webhooks 95% 50%
System.Text.RegularExpressions.Generated 0% 0%
System.Text.RegularExpressions.Generated.RunnerFactory
System.Text.RegularExpressions.Generated.RunnerFactory.Runner
Endjin.FreeAgent.Domain - 55.2%
Name Line Branch
Endjin.FreeAgent.Domain 55.2% 47.8%
Endjin.FreeAgent.Converters.AutoSalesTaxRateTypeJsonConverter 83.3% 80.7%
Endjin.FreeAgent.Converters.AutoSalesTaxRateTypeNonNullableJsonConverter 100% 100%
Endjin.FreeAgent.Converters.CategoryGroupTypeJsonConverter 84.3% 82.7%
Endjin.FreeAgent.Converters.CategoryGroupTypeNonNullableJsonConverter 100% 100%
Endjin.FreeAgent.Converters.CompanyTypeJsonConverter 36.5% 14.8%
Endjin.FreeAgent.Converters.CorporationTaxFilingStatusJsonConverter 0% 0%
Endjin.FreeAgent.Converters.CorporationTaxFilingStatusNonNullableJsonConver
ter
70% 64%
Endjin.FreeAgent.Converters.CorporationTaxPaymentStatusJsonConverter 72% 61.1%
Endjin.FreeAgent.Converters.CorporationTaxPaymentStatusNonNullableJsonConve
rter
0% 0%
Endjin.FreeAgent.Converters.EcStatusJsonConverter 50% 42.3%
Endjin.FreeAgent.Converters.EcStatusNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.EngineTypeJsonConverter 46.8% 24.1%
Endjin.FreeAgent.Converters.EngineTypeNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.FinalAccountsFilingStatusJsonConverter 0% 0%
Endjin.FreeAgent.Converters.FinalAccountsFilingStatusNonNullableJsonConvert
er
83.3% 80%
Endjin.FreeAgent.Converters.RebillTypeJsonConverter 57.6% 40%
Endjin.FreeAgent.Converters.RebillTypeNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.RecurringPatternJsonConverter 81.5% 66.1%
Endjin.FreeAgent.Converters.RecurringPatternNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.RoleJsonConverter 77.1% 64.8%
Endjin.FreeAgent.Converters.RoleNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.SalesTaxRegistrationStatusJsonConverter 72% 61.1%
Endjin.FreeAgent.Converters.SalesTaxRegistrationStatusNonNullableJsonConver
ter
0% 0%
Endjin.FreeAgent.Converters.SalesTaxStatusJsonConverter 30.7% 20%
Endjin.FreeAgent.Converters.SalesTaxStatusNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Converters.VehicleTypeJsonConverter 73% 65%
Endjin.FreeAgent.Converters.VehicleTypeNonNullableJsonConverter 0% 0%
Endjin.FreeAgent.Domain.BankAccountsRoot 100%
Endjin.FreeAgent.Domain.BankTransactionExplanationsRoot 100%
Endjin.FreeAgent.Domain.BankTransactionsRoot 100%
Endjin.FreeAgent.Domain.Bill 100%
Endjin.FreeAgent.Domain.BillsRoot 100%
Endjin.FreeAgent.Domain.CategoriesRoot 100%
Endjin.FreeAgent.Domain.CategoryCreateRequest 100%
Endjin.FreeAgent.Domain.CategoryRoot 100% 83.3%
Endjin.FreeAgent.Domain.CategoryUpdateRequest 100%
Endjin.FreeAgent.Domain.ContactsRoot 100%
Endjin.FreeAgent.Domain.CreditNoteReconciliationsRoot 100%
Endjin.FreeAgent.Domain.CreditNotesRoot 100%
Endjin.FreeAgent.Domain.DepreciationProfilesRoot 100%
Endjin.FreeAgent.Domain.EcMossSalesTaxRatesRoot 100%
Endjin.FreeAgent.Domain.EmailAddressesRoot 100%
Endjin.FreeAgent.Domain.Estimate 100%
Endjin.FreeAgent.Domain.FreeAgentDateTimeFormatExtensions 0%
Endjin.FreeAgent.Domain.InvoicesRoot 100%
Endjin.FreeAgent.Domain.JournalSet 100%
Endjin.FreeAgent.Domain.JournalSetsRoot 100%
Endjin.FreeAgent.Domain.PayrollProfilesRoot 100%
Endjin.FreeAgent.Domain.PayrollYearRoot 100%
Endjin.FreeAgent.Domain.Project 100%
Endjin.FreeAgent.Domain.ProjectsRoot 100%
Endjin.FreeAgent.Domain.PropertiesRoot 100%
Endjin.FreeAgent.Domain.SalesTaxRatesRoot 100%
Endjin.FreeAgent.Domain.ShortDateFormat 0% 0%
Endjin.FreeAgent.Domain.TimeslipsRoot 100%
Endjin.FreeAgent.Domain.User 100%
Endjin.FreeAgent.Domain.UsersRoot 100%
Endjin.FreeAgent.Domain.VatBasis 0% 0%
Endjin.FreeAgent.Domain.VatReturnsRoot 100%
Endjin.FreeAgent.Validation.CategoryValidation 94.7% 89.8%

@github-actions

github-actions Bot commented Apr 3, 2026

Copy link
Copy Markdown

Test Results

863 tests  ±0   863 ✅ ±0   16s ⏱️ +2s
  2 suites ±0     0 💤 ±0 
  2 files   ±0     0 ❌ ±0 

Results for commit 3b3d077. ± Comparison against base commit 7fc7189.

@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/nuget/Solutions/DemoApp/Spectre.Console-0.55.0 branch August 30, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant