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 (#489)
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 |
|---|---|---|---|
| [FastEndpoints](https://fast-endpoints.com/)
([source](https://togithub.com/FastEndpoints/Library)) | nuget | minor |
`5.14.0` -> `5.15.0` |
| [FastEndpoints.Generator](https://fast-endpoints.com/)
([source](https://togithub.com/FastEndpoints/Library)) | nuget | minor |
`5.14.0` -> `5.15.0` |
| [FastEndpoints.Swagger](https://fast-endpoints.com/)
([source](https://togithub.com/FastEndpoints/Library)) | nuget | minor |
`5.14.0` -> `5.15.0` |
|
[Microsoft.Identity.Web](https://togithub.com/AzureAD/microsoft-identity-web)
| nuget | patch | `2.13.1` -> `2.13.2` |

---

### Release Notes

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

###
[`v2.13.2`](https://togithub.com/AzureAD/microsoft-identity-web/releases/tag/2.13.2)

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

# 2.13.2

##### Bug fixes:

- **Fix bug found in usage of AzureAD key issuer validator,** see issue
[#&#8203;2323](https://togithub.com/AzureAD/microsoft-identity-web/issues/2323).
- **Improved performance in downstreamAPI**, see issue
[#&#8203;2355](https://togithub.com/AzureAD/microsoft-identity-web/issues/2355)
for details.
- **Address duplicate cache entries,** with singleton token acquisition,
which was causing much larger cache size than needed. See issue
[#&#8203;2349](https://togithub.com/AzureAD/microsoft-identity-web/issues/2349).
- **Distributed cache logger now prints correct cache entry size,** see
issue
[#&#8203;2348](https://togithub.com/AzureAD/microsoft-identity-web/issues/2349)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent 269cd00 commit a4b19f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.0.0-beta.5" />
<PackageVersion Include="Bogus" Version="34.0.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FastEndpoints" Version="5.14.0" />
<PackageVersion Include="FastEndpoints.Generator" Version="5.14.0" />
<PackageVersion Include="FastEndpoints.Swagger" Version="5.14.0" />
<PackageVersion Include="FastEndpoints" Version="5.15.0" />
<PackageVersion Include="FastEndpoints.Generator" Version="5.15.0" />
<PackageVersion Include="FastEndpoints.Swagger" Version="5.15.0" />
<PackageVersion Include="FluentAssertions" Version="6.11.0" />
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.6.23329.11"/>
Expand All @@ -21,7 +21,7 @@
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0-preview.6.23329.7"/>
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.0-preview.6.23329.7"/>
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="2.32.0" />
<PackageVersion Include="Microsoft.Identity.Web" Version="2.13.1" />
<PackageVersion Include="Microsoft.Identity.Web" Version="2.13.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit a4b19f2

Please sign in to comment.