From 6553b2be8b6e50c1b7847fe27931ae1c1199a0b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 18:35:45 +0200 Subject: [PATCH] Update Non-major NuGet dependencies (#450) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Identity.Web](https://togithub.com/AzureAD/microsoft-identity-web) | nuget | patch | `2.11.0` -> `2.11.1` | | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | nuget | patch | `17.6.1` -> `17.6.2` | | [OpenTelemetry.Instrumentation.Runtime](https://opentelemetry.io/) ([source](https://togithub.com/open-telemetry/opentelemetry-dotnet-contrib)) | nuget | minor | `1.4.0` -> `1.5.0` | | [SonarAnalyzer.CSharp](http://vs.sonarlint.org/) ([source](http://vs.sonarlint.org/)) | nuget | minor | `9.2.0.71021` -> `9.3.0.71466` | --- ### Release Notes
AzureAD/microsoft-identity-web ### [`v2.11.1`](https://togithub.com/AzureAD/microsoft-identity-web/releases/tag/2.11.1) [Compare Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.11.0...2.11.1) # 2.11.1 - Update to MSAL 4.54.1 ##### Bug Fix: - **Fix bug with signed assertion for AKS**, see issue [#​2252](https://togithub.com/AzureAD/microsoft-identity-web/pull/2252) for details.
microsoft/vstest ### [`v17.6.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.6.2) #### Fixes This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default *test*.dll filter, which includes additional TestPlatform dlls into the run and fails it. To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies. Description and workarounds for this issue are available here: [https://github.com/microsoft/vstest/issues/4516](https://togithub.com/microsoft/vstest/issues/4516) - \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4512](https://togithub.com/microsoft/vstest/pull/4512) - \[rel/17.6] Filter out known platform sources by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4517](https://togithub.com/microsoft/vstest/pull/4517) - \[rel/17.6] Exclude also known resource dlls by [@​Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4528](https://togithub.com/microsoft/vstest/pull/4528) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ThorstenSauter/NoPlan). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b030b8a..6e02a79 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -18,16 +18,16 @@ - - + + - + - +