Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Update Non-major NuGet dependencies (#450)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>AzureAD/microsoft-identity-web</summary>

###
[`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
[#&#8203;2252](https://togithub.com/AzureAD/microsoft-identity-web/pull/2252)
for details.

</details>

<details>
<summary>microsoft/vstest</summary>

###
[`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:
[microsoft/vstest#4516

- \[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4512
- \[rel/17.6] Filter out known platform sources by
[@&#8203;nohwnd](https://togithub.com/nohwnd) in
[microsoft/vstest#4517
- \[rel/17.6] Exclude also known resource dlls by
[@&#8203;Evangelink](https://togithub.com/Evangelink) in
[microsoft/vstest#4528

**Full Changelog**:
microsoft/vstest@v17.6.1...v17.6.2

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 7, 2023
1 parent f302c23 commit 6553b2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Expand Up @@ -18,16 +18,16 @@
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" />
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.31.0" />
<PackageVersion Include="Microsoft.Identity.Web" Version="2.11.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
<PackageVersion Include="Microsoft.Identity.Web" Version="2.11.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol.Logs" Version="1.5.0-rc.1" />
<PackageVersion Include="OpenTelemetry.Instrumentation.EventCounters" Version="1.0.0-alpha.2" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.2" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.4.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.5.0" />
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.2.0.71021" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.3.0.71466" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.435" />
<PackageVersion Include="Testcontainers.MsSql" Version="3.2.0" />
<PackageVersion Include="Verify.Xunit" Version="20.3.2" />
Expand Down

0 comments on commit 6553b2b

Please sign in to comment.