InfluxCommunity / influxdb3-csharp

The C# .NET Client that provides a simple and convenient way to interact with InfluxDB 3.
https://InfluxCommunity.github.io/influxdb3-csharp/
MIT License
24 stars 6 forks source link

chore(deps): bump WireMock.Net from 1.6.3 to 1.6.5 #122

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps WireMock.Net from 1.6.3 to 1.6.5.

Changelog

Sourced from WireMock.Net's changelog.

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
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]
Commits
  • edbc7ae 1.6.5
  • 42306d1 Add WireMock.Net.AspNetCore.Middleware (#1175)
  • 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)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.40%. Comparing base (bf4b268) to head (c04461f).

:exclamation: There is a different number of reports uploaded between BASE (bf4b268) and HEAD (c04461f). Click for more details.

HEAD has 1 upload less than BASE | Flag | BASE (bf4b268) | HEAD (c04461f) | |------|------|------| ||2|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #122 +/- ## ========================================== - Coverage 95.83% 89.40% -6.44% ========================================== Files 12 12 Lines 1104 1104 Branches 143 143 ========================================== - Hits 1058 987 -71 - Misses 11 80 +69 - Partials 35 37 +2 ``` | [Flag](https://app.codecov.io/gh/InfluxCommunity/influxdb3-csharp/pull/122/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/InfluxCommunity/influxdb3-csharp/pull/122/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity) | `89.40% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 1 week ago

Superseded by #123.