miracum / fhir-pseudonymizer

A REST service to pseudonymize and anonymize FHIRยฎ resources.
MIT License
15 stars 2 forks source link

chore(deps): update all non-major dependencies #171

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Duende.AccessTokenManagement 2.1.1 -> 2.1.2 age adoption passing confidence nuget patch
FakeItEasy (source) 8.1.0 -> 8.2.0 age adoption passing confidence nuget minor
Google.Protobuf 3.26.1 -> 3.27.0 age adoption passing confidence nuget minor
Grpc.Net.Client 2.62.0 -> 2.63.0 age adoption passing confidence nuget minor
Grpc.Net.ClientFactory 2.62.0 -> 2.63.0 age adoption passing confidence nuget minor
Grpc.Tools 2.62.0 -> 2.64.0 age adoption passing confidence nuget minor
Hl7.Fhir.Base 5.7.0 -> 5.8.1 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.7.0 -> 5.8.1 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.3 -> 8.0.6 age adoption passing confidence nuget patch
Microsoft.Extensions.Http.Polly (source) 8.0.3 -> 8.0.6 age adoption passing confidence nuget patch
Microsoft.NET.Test.Sdk 17.9.0 -> 17.10.0 age adoption passing confidence nuget minor
NBomber 5.5.0 -> 5.6.0 age adoption passing confidence nuget minor
NBomber.Http 5.0.1 -> 5.1.0 age adoption passing confidence nuget minor
OpenTelemetry (source) 1.8.0 -> 1.8.1 age adoption passing confidence nuget patch
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.8.0 -> 1.8.1 age adoption passing confidence nuget patch
OpenTelemetry.Extensions.Hosting (source) 1.8.0 -> 1.8.1 age adoption passing confidence nuget patch
OpenTelemetry.Instrumentation.AspNetCore (source) 1.8.0 -> 1.8.1 age adoption passing confidence nuget patch
OpenTelemetry.Instrumentation.Http (source) 1.8.0 -> 1.8.1 age adoption passing confidence nuget patch
Swashbuckle.AspNetCore 6.5.0 -> 6.6.2 age adoption passing confidence nuget minor
Verify.Xunit 23.7.1 -> 23.7.2 age adoption passing confidence nuget patch
YamlDotNet (source) 15.1.2 -> 15.1.6 age adoption passing confidence nuget patch
csharpier 0.27.3 -> 0.28.2 age adoption passing confidence nuget minor
docker.io/bitnami/kubectl (source) 1.29.3 -> 1.30.1 age adoption passing confidence final minor
docker.io/jaegertracing/all-in-one 1.56 -> 1.57 age adoption passing confidence minor
docker.io/library/postgres 16.2 -> 16.3 age adoption passing confidence minor
dotnet-outdated-tool 4.6.0 -> 4.6.4 age adoption passing confidence nuget patch
mcr.microsoft.com/dotnet/aspnet 8.0.3-jammy-chiseled -> 8.0.6-jammy-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 8.0.203-jammy -> 8.0.301-jammy age adoption passing confidence stage patch
quay.io/keycloak/keycloak 24.0.2 -> 24.0.5 age adoption passing confidence patch
xunit 2.7.0 -> 2.8.1 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.7 -> 2.8.1 age adoption passing confidence nuget minor

Release Notes

DuendeSoftware/Duende.AccessTokenManagement (Duende.AccessTokenManagement) ### [`v2.1.2`](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/releases/tag/2.1.2) [Compare Source](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/compare/2.1.1...2.1.2) This is a patch release that fixes a bug when using DPoP and Resource Indicators together. #### What's Changed - Fix DPoP proof token creation when resources are used by [@​josephdecock](https://togithub.com/josephdecock) in [https://github.com/DuendeSoftware/Duende.AccessTokenManagement/pull/90](https://togithub.com/DuendeSoftware/Duende.AccessTokenManagement/pull/90) **Full Changelog**: https://github.com/DuendeSoftware/Duende.AccessTokenManagement/compare/2.1.1...2.1.2
FakeItEasy/FakeItEasy (FakeItEasy) ### [`v8.2.0`](https://togithub.com/FakeItEasy/FakeItEasy/releases/tag/8.2.0) [Compare Source](https://togithub.com/FakeItEasy/FakeItEasy/compare/8.1.0...8.2.0) ##### New - `Fake.Reset` replaces `Fake.ClearConfiguration` as the preferred mechanism to clear existing fakes' configuration. ([#​1839](https://togithub.com/FakeItEasy/FakeItEasy/issues/1839)) Resets all changes made to the fake *after it was created*. - net8.0 target framework assembly ([#​1996](https://togithub.com/FakeItEasy/FakeItEasy/issues/1996)) ##### Fixed - Creation failure message may indicate that the to-be-faked type has no applicable constructor when it really does ([#​1929](https://togithub.com/FakeItEasy/FakeItEasy/issues/1929)) ##### Additional Items - Stop resigning FakeItEasy.Tests.TestHelpers.FSharp once the SDK starts signing it properly ([#​1930](https://togithub.com/FakeItEasy/FakeItEasy/issues/1930)) - Share `EventRule` between Fakes ([#​1993](https://togithub.com/FakeItEasy/FakeItEasy/issues/1993)) - Update Github actions to quell build warnings ([#​1995](https://togithub.com/FakeItEasy/FakeItEasy/issues/1995)) - Bump documentation-building dependencies ([#​1985](https://togithub.com/FakeItEasy/FakeItEasy/issues/1985)) - Bump FakeItEasy.Tools to support release process ([#​1998](https://togithub.com/FakeItEasy/FakeItEasy/issues/1998), [#​1999](https://togithub.com/FakeItEasy/FakeItEasy/issues/1999)) - Bump dawidd6/action-download-artifact to quell Node.js version warning ([#​1999](https://togithub.com/FakeItEasy/FakeItEasy/issues/1999))
protocolbuffers/protobuf (Google.Protobuf) ### [`v3.27.0`](https://togithub.com/protocolbuffers/protobuf/compare/v3.26.1...v3.27.0)
grpc/grpc-dotnet (Grpc.Net.Client) ### [`v2.63.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.63.0) ##### What's Changed - Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2385](https://togithub.com/grpc/grpc-dotnet/pull/2385) - Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2392](https://togithub.com/grpc/grpc-dotnet/pull/2392) - Update microsoft-support.md by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2403](https://togithub.com/grpc/grpc-dotnet/pull/2403) - fix a couple typos in README.md by [@​jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397) - Interrupt existing subchannel connect attempt when reconnect is requested by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2410](https://togithub.com/grpc/grpc-dotnet/pull/2410) - Update Directory.Packages.props by [@​WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2413](https://togithub.com/grpc/grpc-dotnet/pull/2413) - [#​2401](https://togithub.com/grpc/grpc-dotnet/issues/2401) Add new TFM's so package dependency can be removed by [@​thompson-tomo](https://togithub.com/thompson-tomo) in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402) - support `ReadAllAsync` for netstandard2.0 by [@​WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2411](https://togithub.com/grpc/grpc-dotnet/pull/2411) - Fix ObjectDisposedException message by [@​drewnoakes](https://togithub.com/drewnoakes) in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415) - Enable multiple connections with WinHttpHandler by default by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2416](https://togithub.com/grpc/grpc-dotnet/pull/2416) - Fix memory leak when using call context propagation with cancellation token by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2421](https://togithub.com/grpc/grpc-dotnet/pull/2421) - Fix HTTP/3 test errors on .NET 6 by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2423](https://togithub.com/grpc/grpc-dotnet/pull/2423) - Add semaphore to limit subchannel connect to prevent race conditions by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2422](https://togithub.com/grpc/grpc-dotnet/pull/2422) - Don't capture async locals in resolver by [@​JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2426](https://togithub.com/grpc/grpc-dotnet/pull/2426) - Update Grpc.Tools to 2.63 by [@​apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2429](https://togithub.com/grpc/grpc-dotnet/pull/2429) - Bump 2.63.x branch to 2.63.0-pre1 by [@​apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2430](https://togithub.com/grpc/grpc-dotnet/pull/2430) - Fix build on v2.63.x - cherry pick [https://github.com/grpc/grpc-dotnet/pull/2437](https://togithub.com/grpc/grpc-dotnet/pull/2437) by [@​apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2442](https://togithub.com/grpc/grpc-dotnet/pull/2442) - Bump 2.63.x to stable release by [@​apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2440](https://togithub.com/grpc/grpc-dotnet/pull/2440) ##### New Contributors - [@​jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397) - [@​thompson-tomo](https://togithub.com/thompson-tomo) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402) - [@​drewnoakes](https://togithub.com/drewnoakes) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0
FirelyTeam/firely-net-sdk (Hl7.Fhir.Base) ### [`v5.8.1`](https://togithub.com/FirelyTeam/firely-net-sdk/releases/tag/v5.8.1): 5.8.1 ##### Intro: Hot fix release: Reverted: [https://github.com/FirelyTeam/firely-net-sdk/pull/2754](https://togithub.com/FirelyTeam/firely-net-sdk/pull/2754) This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again. ##### Changes: - Revert [#​2754](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2754): keep snapshot when differential is missing This list of changes was [auto generated](https://dev.azure.com/firely/firely-net-sdk/\_build/results?buildId=38251\&view=logs). ### [`v5.8.0`](https://togithub.com/FirelyTeam/firely-net-sdk/releases/tag/v5.8.0): 5.8.0 ##### Intro: Highlights of this new release: - Added new Serialization engines for easier creating serializers and deserializers - FhirClient now has better Binary support - Added support for filters during ValueSet expansion - Added new FhirPath features ##### Changes: - [#​2771](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2771): Improved binary support - [#​2767](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2767): added package validation to the SDK library - [#​2773](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2773): Update fhir release version enums - [#​2768](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2768): Added defineVariable to FhirPath - [#​2763](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2763): Bump MSTest.TestFramework from 3.2.0 to 3.3.1 - [#​2762](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2762): Bump MSTest.TestAdapter from 3.2.1 to 3.3.1 - [#​2764](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2764): FhirPath indexOf method for collections - [#​2760](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2760): Added fhirpath environment vars - [#​2758](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2758): fhirpath substring with negative length - [#​2752](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2752): element types tryparse nullability
See More - [#​2741](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2741): Nullability and Try-style function annotations - [#​2757](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2757): replaced moq with NSubstitute - [#​2754](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2754): keep snapshot when differential is missing - [#​2753](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2753): custom json/xml patch requests - [#​2755](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2755): Preserve self links when a count summary is conducted - [#​2740](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2740): Implement DescendantOf and isNotA filter - [#​2751](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2751): Added links to new validator - [#​2747](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2747): Fixed location property on TypedElementOnSourceNode.cs - [#​2748](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2748): Disallow validation of empty strings or markdown - [#​2739](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2739): added latest FHIR REST operations - [#​2744](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2744): Library now implements IVersionableConformanceResource - [#​2743](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2743): Added date-quantity subtraction unit tests to fhirpath - [#​2594](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2594): VONK-5300 Accessing the Definition when visiting all descendants of a ITypedElement - [#​2730](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2730): 2550 parser error ignore customization - [#​2733](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2733): Support Is-a filter in local ValueSet expansion - [#​2720](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2720): FHIRPath optimizations - [#​2736](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2736): Bump System.Text.Json from 8.0.2 to 8.0.3 - [#​2735](https://togithub.com/FirelyTeam/firely-net-sdk/issues/2735): Start development phase 5.7.1 This list of changes was [auto generated](https://dev.azure.com/firely/firely-net-sdk/\_build/results?buildId=37839\&view=logs).
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing) ### [`v8.0.6`](https://togithub.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) ### [`v8.0.5`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.5): .NET 8.0.5 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.5) ##### What's Changed - \[release/8.0] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/54744](https://togithub.com/dotnet/aspnetcore/pull/54744) - Update branding to 8.0.5 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/54907](https://togithub.com/dotnet/aspnetcore/pull/54907) - \[release/8.0] Convert to 1ES templates by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/dotnet/aspnetcore/pull/54660](https://togithub.com/dotnet/aspnetcore/pull/54660) - Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by [@​Eilon](https://togithub.com/Eilon) in [https://github.com/dotnet/aspnetcore/pull/54608](https://togithub.com/dotnet/aspnetcore/pull/54608) - \[release/8.0] (deps): Bump src/submodules/googletest from `31993df` to `77afe8e` by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/54872](https://togithub.com/dotnet/aspnetcore/pull/54872) - \[release/8.0] Reduce helix-matrix timeout to 5 hours by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54778](https://togithub.com/dotnet/aspnetcore/pull/54778) - \[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by [@​halter73](https://togithub.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/54655](https://togithub.com/dotnet/aspnetcore/pull/54655) - \[release/8.0] Improve usage of `Type.GetType` when activating types in data protection by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54762](https://togithub.com/dotnet/aspnetcore/pull/54762) - \[release/8.0] Fix route analyzer performance with highly concatenated strings by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54763](https://togithub.com/dotnet/aspnetcore/pull/54763) - \[release/8.0] Suppress .ps1 SDL errors by [@​wtgodbe](https://togithub.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54915](https://togithub.com/dotnet/aspnetcore/pull/54915) - \[release/8.0] Backport test fixes by [@​MackinnonBuck](https://togithub.com/MackinnonBuck) in [https://github.com/dotnet/aspnetcore/pull/54912](https://togithub.com/dotnet/aspnetcore/pull/54912) - \[release/8.0] Skip SpotBugs for now by [@​wtgodbe](https://togithub.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54952](https://togithub.com/dotnet/aspnetcore/pull/54952) - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/55034](https://togithub.com/dotnet/aspnetcore/pull/55034) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/55061](https://togithub.com/dotnet/aspnetcore/pull/55061) - \[release/8.0] Update Wix version by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/55101](https://togithub.com/dotnet/aspnetcore/pull/55101) **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5 ### [`v8.0.4`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4)
microsoft/vstest (Microsoft.NET.Test.Sdk) ### [`v17.10.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.10.0) ##### What's Changed - Add missing runtimeconfig.json file for 8.0 by [@​MarcoRossignoli](https://togithub.com/MarcoRossignoli) in [https://github.com/microsoft/vstest/pull/4792](https://togithub.com/microsoft/vstest/pull/4792) - Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID [`2338548`](https://togithub.com/microsoft/vstest/commit/2338548) by [@​dotnet-bot](https://togithub.com/dotnet-bot) in [https://github.com/microsoft/vstest/pull/4794](https://togithub.com/microsoft/vstest/pull/4794) - Disable testhost prestart by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4833](https://togithub.com/microsoft/vstest/pull/4833) - Terminal logger fixes by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4834](https://togithub.com/microsoft/vstest/pull/4834) - Add RiscV64 by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4838](https://togithub.com/microsoft/vstest/pull/4838) - Add deterministic source mapping storing for Microsoft.CodeCoverage by [@​jakubch1](https://togithub.com/jakubch1) in [https://github.com/microsoft/vstest/pull/4849](https://togithub.com/microsoft/vstest/pull/4849) - Fix terminal logger encoding & error by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4853](https://togithub.com/microsoft/vstest/pull/4853) - Update sourcebuild configuration to build net previous and net current by [@​Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4856](https://togithub.com/microsoft/vstest/pull/4856) - Updating version of Microsoft.VisualStudio.Interop to 17.10 by [@​MSLukeWest](https://togithub.com/MSLukeWest) in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - Add VSTEST_DIAG_VERBOSITY to help by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4882](https://togithub.com/microsoft/vstest/pull/4882) - Fix feature flag name by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4885](https://togithub.com/microsoft/vstest/pull/4885) - Improve terminal logger by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4877](https://togithub.com/microsoft/vstest/pull/4877) - Remove PackageLicenseFile preventing PackageLicenseExpression from working by [@​lahma](https://togithub.com/lahma) in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - Add GitHub Actions logger by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/microsoft/vstest/pull/4906](https://togithub.com/microsoft/vstest/pull/4906) - Ensure to send a session complete event by [@​drognanar](https://togithub.com/drognanar) in [https://github.com/microsoft/vstest/pull/4878](https://togithub.com/microsoft/vstest/pull/4878) - specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by [@​ChrisGuzak](https://togithub.com/ChrisGuzak) in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) - Make VSTest repo buildable in VMR non-source-build by [@​ViktorHofer](https://togithub.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/4920](https://togithub.com/microsoft/vstest/pull/4920) - Migrate pipelines by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4921](https://togithub.com/microsoft/vstest/pull/4921) - Add test name to MSBuild where we have frame. by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4935](https://togithub.com/microsoft/vstest/pull/4935) - \[rel/17.10] Add list of known TestingPlatform dlls by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4982](https://togithub.com/microsoft/vstest/pull/4982) And many infrastructure related changes and updates. ##### New Contributors - [@​ellahathaway](https://togithub.com/ellahathaway) made their first contribution in [https://github.com/microsoft/vstest/pull/4785](https://togithub.com/microsoft/vstest/pull/4785) - [@​MSLukeWest](https://togithub.com/MSLukeWest) made their first contribution in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - [@​lahma](https://togithub.com/lahma) made their first contribution in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - [@​ChrisGuzak](https://togithub.com/ChrisGuzak) made their first contribution in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0
PragmaticFlow/NBomber (NBomber) ### [`v5.6.0`](https://togithub.com/PragmaticFlow/NBomber/releases/tag/v5.6.0): NBomber v5.6.0 - MQTT and new Thresholds #### Docs updates - [Asserts and Thresholds](https://nbomber.com/docs/nbomber/asserts_and_tresholds) - [Bytes API](https://nbomber.com/docs/nbomber/asserts_and_tresholds#bytes-api) - [Scenario Stats API](https://nbomber.com/docs/nbomber/asserts_and_tresholds#scenario-stats-api) - [HTTP JSON support](https://nbomber.com/docs/protocols/http#json-support) - [Tracing HTTP request](https://nbomber.com/docs/protocols/http#tracing-http-requests) - [MQTT plugin](https://nbomber.com/docs/protocols/mqtt) #### Changes - Add Bytes extensions API [#​677](https://togithub.com/PragmaticFlow/NBomber/issues/677) - Add InstanceId and InstanceNumber for ScenarioInfo [#​671](https://togithub.com/PragmaticFlow/NBomber/issues/671) - Add Percent property to express thresholds [#​579](https://togithub.com/PragmaticFlow/NBomber/issues/579) - Add ScenarioInstanceData dictionary for IScenarioContext [#​651](https://togithub.com/PragmaticFlow/NBomber/issues/651) - Improve logger for NBomber Cluster [#​666](https://togithub.com/PragmaticFlow/NBomber/issues/666) - Fix incorrect data transfer stats for GlobalInfo when multiple steps involved [#​653](https://togithub.com/PragmaticFlow/NBomber/issues/653) - Fix repeated test step names in HTML report [#​647](https://togithub.com/PragmaticFlow/NBomber/issues/647) - Fix bug with HTML and DateTime parsing [#​673](https://togithub.com/PragmaticFlow/NBomber/issues/673) #### NBomber.HTTP - Extend HTTP plugin by parametric typed `Send(request)` [#​659](https://togithub.com/PragmaticFlow/NBomber/issues/659) - Extend HTTP plugin by `WithJsonBody(data)` [#​625](https://togithub.com/PragmaticFlow/NBomber/issues/625) - Add HTTP tracing for NBomber.Http [#​528](https://togithub.com/PragmaticFlow/NBomber/issues/528) #### NBomber.MQTT - Implement NBomber MQTT plugin [#​349](https://togithub.com/PragmaticFlow/NBomber/issues/349) by [@​mangystx](https://togithub.com/mangystx) #### New examples - [Ping MQTT](https://togithub.com/PragmaticFlow/NBomber/blob/dev/examples/Demo/MQTT/PingPongMqttTest.cs) by [@​mangystx](https://togithub.com/mangystx) - [HTTP JSON](https://togithub.com/PragmaticFlow/NBomber/blob/dev/examples/Demo/HTTP/HttpSendJsonExample.cs) - [HTTP Tracing](https://togithub.com/PragmaticFlow/NBomber/blob/dev/examples/Demo/HTTP/HttpRequestTracing.cs) - [Assert and Thresholds](https://togithub.com/PragmaticFlow/NBomber/blob/dev/examples/xUnitExample/LoadTestExample.cs#L66)
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore) ### [`v6.6.2`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.2) #### What's Changed - Fix to make required and nullable properties nullable in schema by [@​keahpeters](https://togithub.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879) - Update Swagger UI section in README by [@​cremor](https://togithub.com/cremor) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883) - Add support for the `[Length]`attribute. by [@​satma0745](https://togithub.com/satma0745) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882) - Existing output file should be deleted/overwritten by [@​patrikwlund](https://togithub.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886) - Fix libraries being handled as test projects by [@​patrikwlund](https://togithub.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898) - Avoid competing swagger generation during test build by [@​patrikwlund](https://togithub.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897) - Replace `
`, `
`, and `
` in XML comments with `Environment.Newline` by [@​mburumaxwell](https://togithub.com/mburumaxwell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899) - Fix schema generation for [c#9](https://togithub.com/c/Swashbuckle.AspNetCore/issues/9) positional record with param tag without example property creating unexpected empty example by [@​stb-co](https://togithub.com/stb-co) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901) - Fix serialization of `AdditionalItems` by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890) - Disable parallel build by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894) - Do not run `IHostedService` implementations by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880) - Fix interceptor JSON casing by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907) - Fix generation when `[DefaultValue]`'s type differs by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895) #### New Contributors - [@​satma0745](https://togithub.com/satma0745) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882) - [@​patrikwlund](https://togithub.com/patrikwlund) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886) - [@​stb-co](https://togithub.com/stb-co) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.1) #### What's Changed - Modernise build and migrate to GitHub Actions for CI by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2775](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2775) - Update Redoc spelling in docs by [@​Quppa](https://togithub.com/Quppa) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2568](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2568) - C# 9 Record - Read example/summary from positional record by [@​pixellos](https://togithub.com/pixellos) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2546](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2546) - Grammatical correction of some comments by [@​mokarchi](https://togithub.com/mokarchi) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768) - Update README.md for nested types custom schemaId support by [@​antmeehan](https://togithub.com/antmeehan) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746) - Add support for `WithSummary` and `WithDescription` metadata by [@​hwoodiwiss](https://togithub.com/hwoodiwiss) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414) - Update README.md - Fix `Add Security Definitions and Requirements for Bearer auth` URL by [@​Saibamen](https://togithub.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705) - Replace text with Markdown link format by [@​mburumaxwell](https://togithub.com/mburumaxwell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2392](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2392) - Add support for required keyword by [@​keahpeters](https://togithub.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810) - Resolves [#​2717](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2717) by [@​MerickOWA](https://togithub.com/MerickOWA) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718) - Observe the route template constraints in the Swagger middleware by [@​0xced](https://togithub.com/0xced) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418) - Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute by [@​jcracknell](https://togithub.com/jcracknell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610) - Fix schema generation with allOf inheritance by [@​bkoelman](https://togithub.com/bkoelman) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815) - avoid triple enumeration of formParameters by [@​SimonCropp](https://togithub.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2823](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2823) - reduce some linq allocation by [@​SimonCropp](https://togithub.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2819](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2819) - remove some duplicate dictionary lookups by [@​SimonCropp](https://togithub.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2822](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2822) - remove redundant any check in InferRequestContentTypes by [@​SimonCropp](https://togithub.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824) - Correctly respect interfaces in `GetInheritanceChain` by [@​angelaki](https://togithub.com/angelaki) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826) - Generate Enum-Dictionary-Keys (analogous to Newtonsoft) by [@​angelaki](https://togithub.com/angelaki) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2825](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2825) - Fix build badge by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2782](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2782) - Fix preview package versions by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2783](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2783) - Handle Stream and PipeReader content types correctly by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2784](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2784) - Add NuGet package READMEs by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2808](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2808) - Bump redoc to 2.1.3 by [@​martincostello](https://togithub.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2807](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2807) - Sort system usings first by [@​martincostello](h

Configuration

๐Ÿ“… Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 6 months ago

๐Ÿฆ™ MegaLinter status: โš ๏ธ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
โœ… ACTION actionlint 5 0 0.06s
โœ… BASH bash-exec 1 0 0.0s
โœ… BASH shellcheck 1 0 0.01s
โœ… BASH shfmt 1 0 0.03s
โœ… CSHARP csharpier 95 0 5.24s
โš ๏ธ CSHARP roslynator 3 3 42.55s
โœ… DOCKERFILE hadolint 1 0 0.1s
โœ… EDITORCONFIG editorconfig-checker 181 0 1.13s
โœ… JSON jsonlint 27 0 0.33s
โœ… JSON prettier 27 0 3.59s
โœ… JSON v8r 27 0 10.03s
โœ… MARKDOWN markdownlint 4 0 1.85s
โœ… PROTOBUF protolint 4 0 6.79s
โœ… REPOSITORY checkov yes no 14.35s
โœ… REPOSITORY dustilock yes no 0.02s
โœ… REPOSITORY gitleaks yes no 0.81s
โœ… REPOSITORY git_diff yes no 0.46s
โœ… REPOSITORY grype yes no 16.94s
โœ… REPOSITORY kics yes no 15.45s
โœ… REPOSITORY secretlint yes no 1.67s
โœ… REPOSITORY syft yes no 0.42s
โœ… REPOSITORY trivy yes no 9.14s
โœ… REPOSITORY trivy-sbom yes no 8.71s
โœ… REPOSITORY trufflehog yes no 4.2s
โœ… XML xmllint 2 0 0.0s
โœ… YAML prettier 29 0 3.76s
โœ… YAML v8r 29 0 29.65s
โœ… YAML yamllint 29 0 2.4s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

_MegaLinter is graciously provided by OX Security_

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš ๏ธ Warning: custom changes will be lost.

github-actions[bot] commented 5 months ago

Trivy image scan report

ghcr.io/miracum/fhir-pseudonymizer:pr-171 (ubuntu 24.04)

8 known vulnerabilities found (HIGH: 0 MEDIUM: 4 LOW: 4 CRITICAL: 0)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libc6 CVE-2024-33599 MEDIUM 2.39-0ubuntu8.1 2.39-0ubuntu8.2
libc6 CVE-2024-33600 MEDIUM 2.39-0ubuntu8.1 2.39-0ubuntu8.2
libc6 CVE-2024-33601 MEDIUM 2.39-0ubuntu8.1 2.39-0ubuntu8.2
libc6 CVE-2024-33602 MEDIUM 2.39-0ubuntu8.1 2.39-0ubuntu8.2
libc6 CVE-2016-20013 LOW 2.39-0ubuntu8.1
libssl3t64 CVE-2024-2511 LOW 3.0.13-0ubuntu3.1
libssl3t64 CVE-2024-4603 LOW 3.0.13-0ubuntu3.1
libssl3t64 CVE-2024-4741 LOW 3.0.13-0ubuntu3.1

No Misconfigurations found

github-actions[bot] commented 5 months ago

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 100% 100% โœ”
FhirPseudonymizer 74% 65% โœ”
Summary 81% (816 / 1008) 68% (93 / 136) โœ”

Minimum allowed line rate is 50%


iter8 report


Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 85  | true

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 904.04
  http/latency-mean (msec)   | 14.74
  http/latency-min (msec)    | 2.22
  http/latency-p50 (msec)    | 6.84
  http/latency-p75 (msec)    | 9.54
  http/latency-p90 (msec)    | 54.66
  http/latency-p95 (msec)    | 68.09
  http/latency-p99 (msec)    | 79.05
  http/latency-p99.9 (msec)  | 99.72
  http/latency-stddev (msec) | 23.10
  http/request-count         | 25000.00

iter8 report


Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 85  | true

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 947.59
  http/latency-mean (msec)   | 15.61
  http/latency-min (msec)    | 2.23
  http/latency-p50 (msec)    | 7.77
  http/latency-p75 (msec)    | 25.26
  http/latency-p90 (msec)    | 39.85
  http/latency-p95 (msec)    | 45.72
  http/latency-p99 (msec)    | 65.18
  http/latency-p99.9 (msec)  | 120.00
  http/latency-stddev (msec) | 19.94
  http/request-count         | 25000.00
miracum-bot commented 5 months ago

:tada: This PR is included in version 2.21.10 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: