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

Commit

Permalink
chore(deps): update non-major nuget dependencies (#633)
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 | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Microsoft.Identity.Web](https://togithub.com/AzureAD/microsoft-identity-web)
| `2.17.0` -> `2.17.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Identity.Web/2.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Identity.Web/2.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Identity.Web/2.17.0/2.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Identity.Web/2.17.0/2.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [Verify.Xunit](https://togithub.com/VerifyTests/Verify) | `23.2.1` ->
`23.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Verify.Xunit/23.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Verify.Xunit/23.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Verify.Xunit/23.2.1/23.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Verify.Xunit/23.2.1/23.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>AzureAD/microsoft-identity-web
(Microsoft.Identity.Web)</summary>

###
[`v2.17.1`](https://togithub.com/AzureAD/microsoft-identity-web/blob/HEAD/changelog.md#2171)

[Compare
Source](https://togithub.com/AzureAD/microsoft-identity-web/compare/2.17.0...2.17.1)

\=========

-   Updated to Microsoft.IdentityModel.\* 7.4.0

##### New features

- DownstreamApi now automatically processes claims challenge from web
APIs which are CAE enabled, provided you set "ClientCapablities" :
\["cp1"] in the configuation. See issue
[#&#8203;2550](https://togithub.com/AzureAD/microsoft-identity-web/pull/2550).

##### Bug fixes

- Fixes the use of `ServiceDescriptor` for containers which have keyed
services present. This can be an issue on .NET 8.0. See issue
[#&#8203;2676](https://togithub.com/AzureAD/microsoft-identity-web/pull/2676)
for details.

##### Engineering excellence

- Calls to
`ConfidentialClientApplicationBuilderExtension.WithClientCredentials`
are fully async. See issue
[#&#8203;2566](https://togithub.com/AzureAD/microsoft-identity-web/issues/2566)
for details.

</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://developer.mend.io/github/ThorstenSauter/NoPlan).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 5a43349 commit 9bcfb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2"/>
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1"/>
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.59.0"/>
<PackageVersion Include="Microsoft.Identity.Web" Version="2.17.0"/>
<PackageVersion Include="Microsoft.Identity.Web" Version="2.17.1"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.20.0.85982"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
<PackageVersion Include="Testcontainers.MsSql" Version="3.7.0"/>
<PackageVersion Include="Verify.Xunit" Version="23.2.1"/>
<PackageVersion Include="Verify.Xunit" Version="23.2.2"/>
<PackageVersion Include="xunit" Version="2.7.0"/>
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7"/>
</ItemGroup>
Expand Down

0 comments on commit 9bcfb5d

Please sign in to comment.