Skip to content

Conversation

projectorigin-renovate[bot]
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Type Update Change
FluentAssertions (source) nuget minor 7.0.0 -> 7.1.0
MassTransit (source) nuget patch 8.3.4 -> 8.3.7
MassTransit.RabbitMQ (source) nuget patch 8.3.4 -> 8.3.7
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 9.0.1 -> 9.0.2
Microsoft.AspNetCore.TestHost (source) nuget patch 9.0.1 -> 9.0.2
Microsoft.Extensions.Diagnostics.Testing (source) nuget minor 9.1.0 -> 9.2.0
Microsoft.Extensions.Options.ConfigurationExtensions (source) nuget patch 9.0.1 -> 9.0.2
Microsoft.Identity.Web nuget minor 3.5.0 -> 3.7.1
Microsoft.NET.Test.Sdk nuget minor 17.12.0 -> 17.13.0
OpenTelemetry.Instrumentation.AspNetCore (source) nuget patch 1.11.0 -> 1.11.1
OpenTelemetry.Instrumentation.Http (source) nuget patch 1.11.0 -> 1.11.1
OpenTelemetry.Instrumentation.Runtime (source) nuget patch 1.11.0 -> 1.11.1
Swashbuckle.AspNetCore nuget minor 7.2.0 -> 7.3.1
Swashbuckle.AspNetCore.Annotations nuget minor 7.2.0 -> 7.3.1
Testcontainers.PostgreSql (source) nuget minor 4.1.0 -> 4.3.0
Testcontainers.RabbitMq (source) nuget minor 4.1.0 -> 4.3.0
Verify.Xunit nuget minor 28.9.0 -> 28.13.0
WireMock.Net nuget minor 1.6.11 -> 1.7.4
coverlet.collector nuget patch 6.0.3 -> 6.0.4
xunit.runner.visualstudio nuget patch 3.0.1 -> 3.0.2

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v7.1.0

Compare Source

What's Changed
Improvements
Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

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

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v9.2.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.1.0...v9.2.0

dotnet/runtime (Microsoft.Extensions.Options.ConfigurationExtensions)

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.1...v9.0.2

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

v3.7.1

Compare Source

========

  • Updated to Microsoft.IdentityModel.* 8.5.0

v3.7.0

Compare Source

========

  • Updated to Microsoft.Identity.Abstractions 8.1.0
  • Updated to Microsoft.IdentityModel.* 8.4.0
New Feature
  • IdentityWeb now provides extensibility to DefaultCredentialsLoader so that partner teams, or an SDK on top of IdWeb, can bring their own credential providers. See #​3220 for details.

Bug fixes

  • The merged options are now being passed to MSAL for the CCA ROPC scenario. See #​3207 for details.

v3.6.2

Compare Source

========

  • Updated to Microsoft.Identity.Abstractions 8.0.0

Fundamentals

  • Clean-up the tests that were using properties removed in Abstractions 8.0.0. See issue #​3212 for details.

v3.6.1

Compare Source

========

  • Updated to Microsoft.Identity.Abstractions 7.2.1

v3.6.0

Compare Source

========

  • Updated to Microsoft.IdentityModel.* 8.3.1
  • Updated to MSAL.NET 4.67.2

Bug fixes

Fundamentals

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v7.3.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1

v7.3.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.3.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

🚀 Features
🐛 Bug Fixes
🧹 Housekeeping

v4.2.0

Compare Source

What's Changed

Thanks for all the contributions. Great first release of the year ❤️.

🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
VerifyTests/Verify (Verify.Xunit)

v28.13.0

Compare Source

v28.12.1

Compare Source

v28.12.0

Compare Source

v28.11.0

Compare Source

v28.10.1

Compare Source

v28.10.0

Compare Source

WireMock-Net/WireMock.Net (WireMock.Net)

v1.7.4

Compare Source

  • #​1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #​1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

v1.7.3

Compare Source

  • #​1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #​1247 - API call isn't matched when using an empty query string parameter [bug]

v1.7.2

Compare Source

  • #​1246 - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by StefH
  • #​1248 - Add exception message to logging when mapping fails due to an exception. contributed by JvE-iO
  • #​1250 - Add ProtoDefinition to WireMockContainer [feature] contributed by StefH
  • #​1239 - How to use WiremockContainerBuilder for grpc using http2 [feature]
  • #​1249 - Add protodefinition and refer it from mapping [feature]

v1.7.1

Compare Source

  • #​1236 - Fix ProtoBuf mapping.json [bug] contributed by StefH
  • #​1245 - Use Handlebars.Net.Helpers to version 2.4.10 [feature] contributed by StefH
  • #​1233 - GRPC mappings are not created correctly when created through Admin API [bug]

v1.7.0

Compare Source

  • #​1242 - Disable DynamicLinq to fix CVE [bug] contributed by StefH

v1.6.12

Compare Source

  • #​1231 - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by StefH
  • #​1235 - Fix ArgumentException in FindLogEntries [bug] contributed by StefH
  • #​1241 - Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] contributed by StefH
  • #​1227 - unable to call grpc method with namespace [bug]
  • #​1228 - how to set datetime for grpc field [bug]
  • #​1234 - FindLogEntries regression [bug]
  • #​1240 - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]
coverlet-coverage/coverlet (coverlet.collector)

v6.0.4

Fixed
  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

xunit/visualstudio.xunit (xunit.runner.visualstudio)


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) October 18, 2024 08:19
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 10 times, most recently from 5c68535 to bfe9187 Compare October 24, 2024 14:15
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 7acfc5a to d37b775 Compare October 25, 2024 12:27
@projectorigin-renovate projectorigin-renovate bot changed the title chore(deps): update dependency wiremock.net to 1.6.7 chore(deps): update nuget Oct 25, 2024
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from ddb0939 to 4ea49f9 Compare November 4, 2024 08:19
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 7 times, most recently from fb6f1ee to d5828d8 Compare November 11, 2024 10:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from 89b68f7 to 6971b30 Compare February 12, 2025 10:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 5 times, most recently from d80a8ed to 19d0197 Compare February 17, 2025 08:21
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 74c4674 to cf810b1 Compare February 28, 2025 12:31
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from eeb7755 to 156cee1 Compare March 6, 2025 13:23
Copy link

sonarqubecloud bot commented Mar 6, 2025

@projectorigin-renovate projectorigin-renovate bot merged commit 6c0723d into main Mar 7, 2025
8 checks passed
@projectorigin-renovate projectorigin-renovate bot deleted the renovate/nuget branch March 7, 2025 08:19
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.

0 participants