Altinn / altinn-broker

Formidlingstjenesten
4 stars 0 forks source link

Update nuget non-major dependencies #460

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Hangfire (source) 1.8.12 -> 1.8.14 age adoption passing confidence
Hangfire.AspNetCore (source) 1.8.12 -> 1.8.14 age adoption passing confidence
Hangfire.Core (source) 1.8.12 -> 1.8.14 age adoption passing confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.5 -> 8.0.6 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.5 -> 8.0.6 age adoption passing confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.5 -> 8.0.6 age adoption passing confidence
Microsoft.Identity.Web 2.18.1 -> 2.19.1 age adoption passing confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 7.5.2 -> 7.6.0 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.9.0 -> 17.10.0 age adoption passing confidence
Swashbuckle.AspNetCore 6.6.1 -> 6.6.2 age adoption passing confidence
System.IdentityModel.Tokens.Jwt 7.5.2 -> 7.6.0 age adoption passing confidence
xunit 2.8.0 -> 2.8.1 age adoption passing confidence
xunit.runner.visualstudio 2.8.0 -> 2.8.1 age adoption passing confidence

Release Notes

HangfireIO/Hangfire (Hangfire) ### [`v1.8.14`](https://togithub.com/HangfireIO/Hangfire/releases/tag/v1.8.14): 1.8.13 & 1.8.14 ##### Release Notes ##### Hangfire.Core - **Changed** – Partial cache for serialization and deserialization in `InvocationData` to produce less strings. - **Changed** – Add caching for default type serializer and resolver. - **Changed** – Don't let `JobFilter`-related logic to show up in profilers. - **Changed** – Modify `IProfiler` to be less allocatey for diagnostic purposes that almost never run. - **Changed** – Prefer using `CancellationToken.WaitHandle` again, since early .NET Core days are gone. - **Changed** – Fewer allocations when working with `IStateHandler` collections in a state machine. - **Fixed** – Redirect the "System.Private.Xml.Linq" assembly to the "System.Xml.Linq" one for better interoperability. - **Fixed** – Don't throw `KeyNotFoundException` when recurring job is malformed. - **Fixed** – Proper relative path calculation in `UrlHelper.To` for OWIN-based Dashboard UI (by [@​LordJZ](https://togithub.com/LordJZ)). - **Fixed** – Typo in the Turkish localization file (by [@​ismkdc](https://togithub.com/ismkdc)). - **Project** – Switch to a modern PowerShell 7+ to speed up SignPath installation on AppVeyor. ##### Hangfire.SqlServer - **Changed** – Limit polling queries when queues are empty with a semaphore for all configurations. - **Changed** – Use per-queue signaling for same-process workers, instead of having a global signal. - **Fixed** – Don't silently truncate queue names, throw an exception instead. - **Project** – Decrease delays in SQL Server-related tests to complete them faster.
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer) ### [`v8.0.6`](https://togithub.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6)
AzureAD/microsoft-identity-web (Microsoft.Identity.Web) ### [`v2.19.0`](https://togithub.com/AzureAD/microsoft-identity-web/blob/HEAD/changelog.md#2190) [Compare Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.18.2...2.19.0) \========= - Updated to Microsoft.IdentityModel.\* 7.6.0 ##### New features - Id Web now provides a `.WithUser()` modifier to the Microsoft Graph queries (like `WithAppOnly()`). See issue [#​2855](https://togithub.com/AzureAD/microsoft-identity-web/issues/2855) for details. - Id Web now provides a base class for implementing a custom `IAuthorizationHeaderProvider`. See issue [#​2856](https://togithub.com/AzureAD/microsoft-identity-web/issues/2856) for details. ##### Bug Fixes - Id Web now processes the extra query parameters when included as part of the authority. See issue [#​2697](https://togithub.com/AzureAD/microsoft-identity-web/issues/2697) for details. - If `Logging:LogLevel:Microsoft.Identity.Web` is assigned to `None`, no default logger is initialized and Microsoft.Identity.Web does not record any logs. See [#​2816](https://togithub.com/AzureAD/microsoft-identity-web/pull/2816) for details. - `GraphAuthenticationProvider` checks that the `RequestInformation.URI` is a Graph URI before appending the authorization header, resolving [#​2710](https://togithub.com/AzureAD/microsoft-identity-web/issues/2710). See PR [#​2818](https://togithub.com/AzureAD/microsoft-identity-web/pull/2818) for details. - `TokenAcquisition` processes the error code `AADSTS1000502 (The provided certificate is not within its specified validity window)`. See PR [#​2840](https://togithub.com/AzureAD/microsoft-identity-web/pull/2840) for details. ### [`v2.18.2`](https://togithub.com/AzureAD/microsoft-identity-web/releases/tag/2.18.2) [Compare Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.18.1...2.18.2) # 2.18.2 ##### New feature - Target Microsoft.IdentityModel 7x in OWIN targets, see issue [#​2785](https://togithub.com/AzureAD/microsoft-identity-web/issues/2785) for details. ##### Bug fixes - Id Web now accepts an env var to disable interactive auth for `KeyVaultCertificateLoader`, see issue [#​2647](https://togithub.com/AzureAD/microsoft-identity-web/issues/2647) for details. - Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements `ITokenAquirerFactory`, see issue [#​2849](https://togithub.com/AzureAD/microsoft-identity-web/issues/2849) for details.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect) ### [`v7.6.0`](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/CHANGELOG.md#760) [Compare Source](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.2...7.6.0) \===== ##### New Features: - Update `JsonWebToken` - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues [#​2581](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2581), [#​2583](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2583), and [#​2495](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2495) for details. ##### Bug Fixes: - JWE header algorithm is now compliant to IANA document. See issue [#​2089](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2089) for details. ##### Performance Improvements: - Reduce the number of internal array allocations that need to happen for each claim set, see PR [#​2596](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2596). ##### Fundamentals: - Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR [#​2598](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2598). - Update perl scrip for OneBranch build. See PR [#​2602](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2602). - Add langversion 12 to benchmark tests. See PR [#​2601](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2601). - Removed unused build.cmd file. See PR [#​2605](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2605). - Create CodeQL exclusions file. See PR [#​2609](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2609). - Fix variable usage in AOT script. See PR [#​2610](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2610). - Move `Microsoft.IdentityModel.Tokens` delegates to a new file. See PR [#​2606](https://togithub.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2606)
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
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
xunit/xunit (xunit) ### [`v2.8.1`](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1)
xunit/visualstudio.xunit (xunit.runner.visualstudio) ### [`v2.8.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1)

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 weeks 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.