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

build(deps): bump Energinet.DataHub.Core.FunctionApp.TestCommon, FluentAssertions, Microsoft.Extensions.DependencyInjection, Moq and WireMock.Net in /source #101

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps Energinet.DataHub.Core.FunctionApp.TestCommon, FluentAssertions, Microsoft.Extensions.DependencyInjection, Moq and WireMock.Net. These dependencies needed to be updated together.
Updates Energinet.DataHub.Core.FunctionApp.TestCommon from 7.1.1 to 7.2.0

Commits

Updates FluentAssertions from 7.0.0 to 7.0.0

Commits

Updates Microsoft.Extensions.DependencyInjection from 8.0.1 to 8.0.1

Commits

Updates Moq from 4.20.72 to 4.20.72

Changelog

Sourced from Moq's changelog.

Commits

Updates WireMock.Net from 1.6.11 to 1.6.8

Changelog

Sourced from WireMock.Net's changelog.

1.6.11 (02 January 2025)

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

1.6.10 (15 December 2024)

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

1.6.9 (06 December 2024)

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

1.6.8 (24 November 2024)

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

1.6.7 (17 October 2024)

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

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH

... (truncated)

Commits
  • c57590b Set <SonarQubeExclude>true</SonarQubeExclude> in test projects (#1183)
  • dca3fd0 WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as de...
  • 9599442 pass in the request when no matching is found to the warn logger (#1182)
  • 6974115 Update README.md (add WireMock.Net.TUnit)
  • f89f0fa 1.6.4
  • b892e85 Add WireMock.Net.TUnit project (#1179)
  • 836976c Upgrade CS-Script to version 4.8.17 (#1178)
  • c845f73 Unpin Testcontainers version and upgrade to version 3.10.0 (#1177)
  • 2cbbef0 Refactor some code (IBodyDataExtensions)
  • dd80fd7 Attempt to fix JSON parsing of text/plain content type (#1172)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

…ntAssertions, Microsoft.Extensions.DependencyInjection, Moq and WireMock.Net

Bumps [Energinet.DataHub.Core.FunctionApp.TestCommon](https://github.com/Energinet-DataHub/geh-core), [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Moq](https://github.com/moq/moq) and [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net). These dependencies needed to be updated together.

Updates `Energinet.DataHub.Core.FunctionApp.TestCommon` from 7.1.1 to 7.2.0
- [Commits](https://github.com/Energinet-DataHub/geh-core/commits)

Updates `FluentAssertions` from 7.0.0 to 7.0.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@7.0.0...7.0.0)

Updates `Microsoft.Extensions.DependencyInjection` from 8.0.1 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v8.0.1)

Updates `Moq` from 4.20.72 to 4.20.72
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](moq/moq.spikes@v4.20.72...v4.20.72)

Updates `WireMock.Net` from 1.6.11 to 1.6.8
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.6.11...1.6.8)

---
updated-dependencies:
- dependency-name: Energinet.DataHub.Core.FunctionApp.TestCommon
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 15, 2025
@dependabot dependabot bot deleted the dependabot/nuget/source/multi-a3e059628f branch January 15, 2025 12:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants