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

chore(deps): update nuget packages #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ClosedXML 0.102.2 -> 0.102.3 age adoption passing confidence
Finbuckle.MultiTenant.AspNetCore (source) 6.13.1 -> 7.0.2 age adoption passing confidence
Finbuckle.MultiTenant.EntityFrameworkCore (source) 6.13.1 -> 7.0.2 age adoption passing confidence
FluentAssertions (source) 6.8.0 -> 6.12.1 age adoption passing confidence
FluentValidation.DependencyInjectionExtensions (source) 11.9.0 -> 11.10.0 age adoption passing confidence
Hangfire (source) 1.8.12 -> 1.8.14 age adoption passing confidence
Hangfire.PostgreSql (source) 1.20.8 -> 1.20.9 age adoption passing confidence
MailKit (source) 4.5.0 -> 4.7.1.1 age adoption passing confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.AspNetCore.Components.Authorization (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.AspNetCore.SignalR.StackExchangeRedis (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.EntityFrameworkCore.Tools (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.Extensions.Caching.StackExchangeRedis (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.Extensions.Diagnostics.HealthChecks (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.Extensions.Localization (source) 8.0.4 -> 8.0.8 age adoption passing confidence
Microsoft.Identity.Web 2.17.4 -> 3.1.0 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.3.2 -> 17.11.1 age adoption passing confidence
NSwag.AspNetCore 14.0.7 -> 14.1.0 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.2 -> 8.0.4 age adoption passing confidence
RazorEngineCore 2023.11.2 -> 2024.4.1 age adoption passing confidence
Roslynator.Analyzers 4.12.0 -> 4.12.5 age adoption passing confidence
Serilog.AspNetCore 8.0.1 -> 8.0.2 age adoption passing confidence
Serilog.Enrichers.Environment 2.3.0 -> 3.0.1 age adoption passing confidence
Serilog.Enrichers.Process (source) 2.0.2 -> 3.0.0 age adoption passing confidence
Serilog.Enrichers.Thread (source) 3.1.0 -> 4.0.0 age adoption passing confidence
Serilog.Expressions 4.0.0 -> 5.0.0 age adoption passing confidence
Serilog.Settings.Configuration 8.0.0 -> 8.0.2 age adoption passing confidence
Serilog.Sinks.Async (source) 1.5.0 -> 2.0.0 age adoption passing confidence
Serilog.Sinks.Console 5.0.1 -> 6.0.0 age adoption passing confidence
Serilog.Sinks.MSSqlServer 6.6.0 -> 7.0.1 age adoption passing confidence
Serilog.Sinks.Seq (source) 7.0.0 -> 8.0.0 age adoption passing confidence
System.Linq.Dynamic.Core (source) 1.3.10 -> 1.4.5 age adoption passing confidence
Xunit.Microsoft.DependencyInjection 6.2.18 -> 8.2.1 age adoption passing confidence
coverlet.collector 3.1.2 -> 6.0.2 age adoption passing confidence
xunit 2.4.2 -> 2.9.0 age adoption passing confidence
xunit.runner.visualstudio 2.4.5 -> 2.8.2 age adoption passing confidence

Release Notes

ClosedXML/ClosedXML (ClosedXML)

v0.102.3

Compare Source

What's Changed

Full Changelog: ClosedXML/ClosedXML@0.102.2...0.102.3

Finbuckle/Finbuckle.MultiTenant (Finbuckle.MultiTenant.AspNetCore)

v7.0.2

Bug Fixes
  • Preserve annotations when adjusting index (#​832) (e765340)
  • strategy wrapper no longer throws on a null context, instead passing it to the actual strategy (#​863) (2b165c7)

v7.0.1

Bug Fixes
  • only throw exception in EnforceMultiTenant for null tenant if there are entity changes. (#​819) (ca9e9fd)

v7.0.0

⚠ BREAKING CHANGES
  • (I)MultiTenantContext and (I)TenantInfo are no longer available via dependency injection. Use
    IMultiTenantContextAccessor instead. MultiTenantDbContext and MultiTenantIdentityDbContext will require a new
    constructor that injects IMultiTenantContextAccessor or IMultiTenantContext.
  • Many namespaces have been updated for consistency. Most code will only need to use the Finbuckle.MultiTenant or
    Finbuckle.MultiTenant.Abstractions namespace.
  • Connection string is removed from ITenantInfo and the default TenantInfo implementation.
  • Added support for OptionsBuilder API and more efficient per-tenant options overall.
  • WithPerTenantOptions replaced by ConfigurePerTenant service collection extensions methods.
  • Unique indexes and the UserLogin primary key in the standard Identity models adjusted to include tenant id.
  • IMultiTenantContext nullability reworked and should never be null.
Features
  • better options support (#​681) (1859017)
  • change default MultiTenantIdentityDbContext default index and key behavior (81f5612)
  • MultiTenantDbContext and MultiTenantIdentityDbContext support for IMultiTenantContextAccessor DI (9015085)
  • namespace cleaned up (b354838)
  • refactor DI and improve nullability (eca24bf)
  • remove ConnectionString from ITenantInfo and TenantInfo (f4e20db)
Bug Fixes
  • AdjustKey correctly adding TenantId to primary and foreign keys (613b4a8)
fluentassertions/fluentassertions (FluentAssertions)

v6.12.1

Compare Source

What's Changed
Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

v6.12.0

Compare Source

What's Changed
New features
Improvements
Fixes
Documentation
Others
New Contributors

Full Changelog: fluentassertions/fluentassertions@6.11.0...6.12.0

v6.11.0

Compare Source

What's Changed

New features
Improvements
Fixes
Documentation
Others

@renovate renovate bot added bot Created by bot dependency Update dependencies labels Apr 20, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages branch 7 times, most recently from 00f83d0 to 9d3b852 Compare April 28, 2024 19:55
@renovate renovate bot force-pushed the renovate/nuget-packages branch 2 times, most recently from 6b42791 to f1c69b5 Compare May 3, 2024 18:21
@renovate renovate bot force-pushed the renovate/nuget-packages branch 3 times, most recently from ee60721 to f1c83eb Compare May 14, 2024 20:32
@renovate renovate bot force-pushed the renovate/nuget-packages branch 3 times, most recently from b26e593 to 80e0d5f Compare May 21, 2024 18:40
@renovate renovate bot force-pushed the renovate/nuget-packages branch 7 times, most recently from 44026fe to 4e0e8f1 Compare June 4, 2024 03:11
@renovate renovate bot force-pushed the renovate/nuget-packages branch 6 times, most recently from b21e5d0 to 58dc4d5 Compare June 11, 2024 07:27
@renovate renovate bot force-pushed the renovate/nuget-packages branch 5 times, most recently from bdab669 to 3b0f724 Compare July 1, 2024 18:41
@renovate renovate bot force-pushed the renovate/nuget-packages branch 5 times, most recently from 3187e0d to ce49d67 Compare July 15, 2024 16:37
@renovate renovate bot force-pushed the renovate/nuget-packages branch 4 times, most recently from cb68507 to d455efd Compare July 23, 2024 03:08
@renovate renovate bot force-pushed the renovate/nuget-packages branch 3 times, most recently from 63439b3 to 053edfb Compare August 3, 2024 06:01
@renovate renovate bot force-pushed the renovate/nuget-packages branch 3 times, most recently from f6e79e1 to 795fb02 Compare August 20, 2024 00:09
@renovate renovate bot force-pushed the renovate/nuget-packages branch 2 times, most recently from 0ddf3fe to 7de439c Compare August 22, 2024 05:15
@renovate renovate bot force-pushed the renovate/nuget-packages branch 5 times, most recently from b4416e3 to dcfdcf9 Compare September 16, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot Created by bot dependency Update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants