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 #300

Merged
merged 3 commits into from
Sep 20, 2024
Merged

chore(deps): update nuget #300

merged 3 commits into from
Sep 20, 2024

Conversation

projectorigin-renovate[bot]
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Apr 29, 2024

This PR contains the following updates:

Package Type Update Change
FluentAssertions (source) nuget patch 6.12.0 -> 6.12.1
Grpc.AspNetCore nuget minor 2.62.0 -> 2.66.0
MassTransit (source) nuget patch 8.2.1 -> 8.2.5
MassTransit.RabbitMQ (source) nuget patch 8.2.1 -> 8.2.5
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 8.0.4 -> 8.0.8
Microsoft.AspNetCore.TestHost (source) nuget patch 8.0.4 -> 8.0.8
Microsoft.Identity.Web nuget minor 2.18.1 -> 2.21.1
Microsoft.NET.Test.Sdk nuget minor 17.9.0 -> 17.11.1
Npgsql nuget patch 8.0.3 -> 8.0.4
Npgsql.OpenTelemetry nuget patch 8.0.3 -> 8.0.4
OpenTelemetry (source) nuget minor 1.8.1 -> 1.9.0
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) nuget minor 1.8.1 -> 1.9.0
OpenTelemetry.Extensions.Hosting (source) nuget minor 1.8.1 -> 1.9.0
OpenTelemetry.Instrumentation.AspNetCore (source) nuget minor 1.8.1 -> 1.9.0
OpenTelemetry.Instrumentation.Http (source) nuget minor 1.8.1 -> 1.9.0
OpenTelemetry.Instrumentation.Process (source) nuget patch 0.5.0-beta.5 -> 0.5.0-beta.6
OpenTelemetry.Instrumentation.Runtime (source) nuget minor 1.8.0 -> 1.9.0
Serilog.AspNetCore nuget patch 8.0.1 -> 8.0.2
Swashbuckle.AspNetCore nuget minor 6.5.0 -> 6.7.3
Swashbuckle.AspNetCore.Annotations nuget minor 6.5.0 -> 6.7.3
Testcontainers.PostgreSql (source) nuget minor 3.8.0 -> 3.10.0
Testcontainers.RabbitMq (source) nuget minor 3.8.0 -> 3.10.0
Verify.Xunit nuget minor 24.1.0 -> 24.2.0
WireMock.Net nuget minor 1.5.52 -> 1.6.3
dotnet-grpc nuget minor 2.62.0 -> 2.66.0
xunit nuget minor 2.7.1 -> 2.9.0
xunit.runner.visualstudio nuget minor 2.5.8 -> 2.8.2

Release Notes

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

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.66.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0

v2.65.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0

v2.64.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0

v2.63.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.62.0...v2.63.0

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v8.0.8: .NET 8.0.8

Release

v8.0.7: .NET 8.0.7

Release

v8.0.6: .NET 8.0.6

Release

v8.0.5: .NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

AzureAD/microsoft-identity-web (Microsoft.Identity.Web)

v2.21.0

Compare Source

2.21.0

  • Updated to Microsoft.IdentityModel 7.7.0
CVE package updates

CVE-2024-30105

v2.20.0

2.20.0

  • Updated to Microsoft.Identity.Abstractions 6.0.0 which adds one method to IAuthorizationHeaderProvider
New features
  • Implements the updated IAuthorizationHeaderProvider interface (the new method CreateAuthorizationHeaderForAppAsync). See issue #​2907
  • If an IMsalHttpClientFactory is added to the service collection, it's not used by IdWeb token acquisition. See issue #​2911
    This will be use to enable some IPv6 scenarios.
Bug fixes
  • Fix metadata address creation when using AddMicrosoftIdentityWebApp. See issue #​2752
  • Use MSAL.NET instead of DefaultAzureCredential for Federation identity credentials scenario. See 2894
Fundamentals
  • Updating Lab Api to 0.13.3

v2.19.0

Compare Source

2.19.0

  • Updated to Microsoft.IdentityModel.* 7.6.0
New features
  • Id Web now provides a .WithUser() modifier to the Microsoft Graph queries (like WithAppOnly()). See issue #​2855 for details.
  • Id Web now provides a base class for implementing a custom IAuthorizationHeaderProvider. See issue #​2856 for details.
Bug fixes
  • Id Web now processes the extra query parameters when included as part of the authority. See issue #​2697 for details.

v2.18.2

Compare Source

2.18.2

New feature
  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #​2785 for details.
Bug fixes
  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #​2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #​2849 for details.
microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

npgsql/npgsql (Npgsql)

v8.0.4

A large number of number of bugs have been fixed, here is the full list.

Full Changelog: npgsql/npgsql@v8.0.3...v8.0.4

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.9.0

  • Exemplars are now part of the stable API! For details see: customizing
    exemplars
    collection
    .

  • WithLogging is now part of the stable API! Logging, Metrics, and Tracing can
    now all be configured using the With style and the builders finally have
    parity in their APIs.

serilog/serilog-aspnetcore (Serilog.AspNetCore)

v8.0.2

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.7.3

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

v6.7.1

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1

v6.7.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0

v6.6.2

What's Changed

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@projectorigin-renovate projectorigin-renovate bot enabled auto-merge (squash) April 29, 2024 08:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 104567b to d2ad42f Compare April 29, 2024 14:13
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from 6e96835 to e4ad83a Compare May 9, 2024 14:13
Copy link

sonarcloud bot commented May 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 5 times, most recently from 2aaeb4d to 6613d82 Compare May 21, 2024 08:15
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 86ef0b8 to 98ab14f Compare May 29, 2024 08:17
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from deb7300 to e99421b Compare June 4, 2024 13:14
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 6 times, most recently from 44ec0cc to 9546f97 Compare August 27, 2024 14:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 6 times, most recently from bb5c037 to e600c8a Compare September 5, 2024 08:20
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 00e86cf to 84b5fcf Compare September 13, 2024 09:19
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 7836c44 to c73b072 Compare September 17, 2024 14:14
@projectorigin-renovate projectorigin-renovate bot merged commit ff845cc into main Sep 20, 2024
6 checks passed
@projectorigin-renovate projectorigin-renovate bot deleted the renovate/nuget branch September 20, 2024 09:35
Copy link

sonarcloud bot commented Sep 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant