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

Update nuget #35

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

Update nuget #35

wants to merge 1 commit into from

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 patch 6.12.1 -> 6.12.2
Grpc.AspNetCore nuget minor 2.66.0 -> 2.67.0
Microsoft.AspNetCore.Mvc.Testing (source) nuget patch 8.0.10 -> 8.0.13
Microsoft.NET.Test.Sdk nuget minor 17.11.1 -> 17.13.0
NSubstitute (source) nuget minor 5.1.0 -> 5.3.0
Testcontainers.PostgreSql (source) nuget minor 4.0.0 -> 4.2.0
Testcontainers.RabbitMq (source) nuget minor 4.0.0 -> 4.2.0
Verify.Xunit nuget minor 28.0.0 -> 28.11.0
WireMock.Net nuget minor 1.6.6 -> 1.7.2
coverlet.collector nuget patch 6.0.2 -> 6.0.4
dotnet-grpc nuget minor 2.66.0 -> 2.67.0
xunit nuget patch 2.9.2 -> 2.9.3

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

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

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.67.0

What's Changed
New Contributors

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

dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v8.0.13: .NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

v8.0.12: .NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

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

v17.13.0

What's Changed
New Contributors

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

v17.12.0

What's Changed
Internal and infrastructure fixes:

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

nsubstitute/NSubstitute (NSubstitute)

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.2.0

Compare Source

What's Changed

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

🚀 Features
🐛 Bug Fixes
🧹 Housekeeping

v4.1.0

Compare Source

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

VerifyTests/Verify (Verify.Xunit)

v28.11.0

Compare Source

v28.10.1

Compare Source

v28.10.0

Compare Source

v28.8.0

Compare Source

v28.7.1

Compare Source

v28.7.0

Compare Source

v28.6.1

Compare Source

v28.6.0

Compare Source

v28.5.0

Compare Source

v28.4.0

Compare Source

v28.3.2

Compare Source

v28.3.1

Compare Source

v28.3.0

Compare Source

v28.2.1

Compare Source

v28.2.0

Compare Source

v28.1.3

Compare Source

v28.1.2

Compare Source

v28.1.1

Compare Source

v28.1.0

Compare Source

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

v1.7.2

  • #​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]

v1.6.11

Compare Source

  • #​1221 - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by StefH
  • #​1222 - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by StefH
  • #​1223 - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by StefH
  • #​1224 - Add FindLogEntries to IWireMockServer [feature] contributed by StefH
  • #​1092 - FindLogEntries present in WireMockServer but not IWireMockServer [feature]
  • #​1192 - Feature: add URL assertion excluding query parameters [feature]
  • #​1204 - Supplying Values From Request for Webhook Body and Headers [feature]
  • #​1217 - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]

v1.6.10

Compare Source

  • #​1189 - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by StefH
  • #​1188 - WithWatchStaticMappings doesn't respect new files [bug]

v1.6.9

Compare Source

  • #​1216 - Fix JsonPartialMatcher when using property names with dot [bug] contributed by StefH
  • #​1210 - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]

v1.6.8

Compare Source

  • #​1202 - Log exception when (static) mapping file cannot be read [feature] contributed by StefH
  • #​1206 - Fix security issues [bug] contributed by StefH
  • #​1211 - Use GraphQL 8.2.1 [feature] contributed by StefH
  • #​1213 - Fix HandlebarsContext ParseAndEvaluate method [bug] contributed by StefH
  • #​1201 - Mapping file parse errors are not logged to the console [feature]
  • #​1209 - Upgrade of GraphQL libs to the latest [feature]
  • #​1212 - Response Body Does Not Include Text After Path Segment [bug]

v1.6.7

Compare Source

  • #​1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #​1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #​1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #​1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #​1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #​1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #​1153 - Grpc support for multiple proto files [feature]
  • #​1193 - Snyk issue : Regular Expression Denial of Service [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

v6.0.3

Fixed
Improvements
  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3


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 5 times, most recently from bf46827 to fdd60b5 Compare October 25, 2024 11:14
@projectorigin-renovate projectorigin-renovate bot changed the title Update dependency WireMock.Net to 1.6.7 Update nuget Oct 25, 2024
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from ab0d174 to 877199b Compare November 1, 2024 11:14
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 2bf629f to 49aff77 Compare November 8, 2024 13:21
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 8 times, most recently from da454de to 51d20e6 Compare November 15, 2024 12:29
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from c2cdff1 to ddaf2e2 Compare November 19, 2024 14:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 9 times, most recently from 542e099 to af3a77b Compare January 20, 2025 10:16
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 5 times, most recently from 3023739 to 529d057 Compare January 28, 2025 08:20
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from d39f5fb to e03b84a Compare February 4, 2025 08:19
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 9 times, most recently from 3fac380 to 0a94ba7 Compare February 14, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants