Altinn / altinn-file-scan

Microservice for handling file scan
MIT License
0 stars 0 forks source link

Update nuget non-major dependencies #184

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.Common.AccessToken 4.5.0 -> 4.5.1 age adoption passing confidence
Altinn.Common.AccessTokenClient 3.0.6 -> 3.0.7 age adoption passing confidence
Altinn.Platform.Storage.Interface 3.31.0 -> 3.34.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.ApplicationInsights 1.3.0 -> 1.4.0 age adoption passing confidence
Moq 4.20.70 -> 4.20.71 age adoption passing confidence
Swashbuckle.AspNetCore 6.7.2 -> 6.7.3 age adoption passing confidence

Release Notes

Altinn/altinn-accesstoken (Altinn.Common.AccessToken) ### [`v4.5.1`](https://redirect.github.com/Altinn/altinn-accesstoken/releases/tag/Altinn.Common.AccessToken-4.5.1) [Compare Source](https://redirect.github.com/Altinn/altinn-accesstoken/compare/Altinn.Common.AccessToken-4.5.0...Altinn.Common.AccessToken-4.5.1) #### What's Changed - chore(deps): update nuget non-major dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/Altinn/altinn-accesstoken/pull/105](https://redirect.github.com/Altinn/altinn-accesstoken/pull/105) **Full Changelog**: https://github.com/Altinn/altinn-accesstoken/compare/Altinn.Common.AccessToken-4.5.0...Altinn.Common.AccessToken-4.5.1
Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker.ApplicationInsights) ### [`v1.4.0`](https://redirect.github.com/Azure/azure-functions-dotnet-worker/releases/tag/1.4.0): Microsoft.Azure.Functions.Worker 1.4.0 [Compare Source](https://redirect.github.com/Azure/azure-functions-dotnet-worker/compare/1.3.0...1.4.0) ##### Release notes - Implementation of new (Track 2) Azure Storage SDK extensions (Blobs and Queues) - Update to HttpHeadersCollection to bypass header validation ([#​504](https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/504)) - Updated Service Bus extension to use track 2 SDK - Implementation of the SendGrid extension - Updated Event Hubs extension to use track 2 SDK - Fixed command-line parsing in self-contained builds ([#​528](https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/528)) - Additional WriteAsJsonAsync overloads to control HTTP status codes ([#​507](https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/507)) - Fix file properties/permissions for self-contained zip deployments ([#​529](https://redirect.github.com/Azure/azure-functions-dotnet-worker/issues/529))
moq/moq (Moq) ### [`v4.20.71`](https://redirect.github.com/moq/moq/blob/HEAD/changelog.md#v42071-2024-09-03) [Full Changelog](https://redirect.github.com/devlooped/moq/compare/v4.20.70...v4.20.71) :bug: Fixed bugs: - (To delete) [#​1497](https://redirect.github.com/devlooped/moq/issues/1497) - Documentation link gives 404 [#​1495](https://redirect.github.com/devlooped/moq/issues/1495) - mock.Protected().Verify() does not work correctly [#​1493](https://redirect.github.com/devlooped/moq/issues/1493) - Documentation link is broken [#​1487](https://redirect.github.com/devlooped/moq/issues/1487) - Moq library throwing TypeIniatilizationException. [#​1459](https://redirect.github.com/devlooped/moq/issues/1459) :hammer: Other: - Documentation Unavailable Online [#​1473](https://redirect.github.com/devlooped/moq/issues/1473) - Supporting .NET8 [#​1462](https://redirect.github.com/devlooped/moq/issues/1462) - Some source code files is filled with comments like: "Unmerged change from project " [#​1451](https://redirect.github.com/devlooped/moq/issues/1451) - Question: would it make sense to call verify all on a strict mock when the mock gets disposed? [#​1440](https://redirect.github.com/devlooped/moq/issues/1440) - SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements [#​1433](https://redirect.github.com/devlooped/moq/issues/1433) - Default value ILookup<> in loose mode is `null` [#​1391](https://redirect.github.com/devlooped/moq/issues/1391) - Verifying a protected method when the exact parameter types are not statically known [#​1339](https://redirect.github.com/devlooped/moq/issues/1339) :twisted_rightwards_arrows: Merged: - Remove spurious unmerged change comment from dotnet format [#​1499](https://redirect.github.com/devlooped/moq/pull/1499) ([@​kzu](https://redirect.github.com/kzu)) - Fix semantic error in MatchersFixture.cs test [#​1496](https://redirect.github.com/devlooped/moq/pull/1496) ([@​go-hoon](https://redirect.github.com/go-hoon)) - Update License.txt to use SPDX identifier for automatic recognition [#​1471](https://redirect.github.com/devlooped/moq/pull/1471) ([@​georg-eckert-zeiss](https://redirect.github.com/georg-eckert-zeiss)) - Additional Verify overload [#​1463](https://redirect.github.com/devlooped/moq/pull/1463) ([@​bkijonka](https://redirect.github.com/bkijonka))
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore) ### [`v6.7.3`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.3) #### What's Changed - Fix nested types nullable context check by [@​VladimirTyrin](https://redirect.github.com/VladimirTyrin) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043) - Use NullabilityInfoContext to determine if member is nullable by [@​patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046) #### New Contributors - [@​VladimirTyrin](https://redirect.github.com/VladimirTyrin) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud