Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo to 8.0.11 (#1477)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Microsoft.EntityFrameworkCore.Relational](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | `8.0.10` ->
`8.0.11` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.EntityFrameworkCore.Relational/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.EntityFrameworkCore.Relational/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.EntityFrameworkCore.Relational/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.EntityFrameworkCore.Relational/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[Microsoft.EntityFrameworkCore.Tools](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | `8.0.10` ->
`8.0.11` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.EntityFrameworkCore.Tools/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.EntityFrameworkCore.Tools/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.EntityFrameworkCore.Tools/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.EntityFrameworkCore.Tools/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://asp.net/)
([source](https://redirect.github.com/dotnet/aspnetcore)) | `8.0.10` ->
`8.0.11` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.10/8.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotnet/efcore
(Microsoft.EntityFrameworkCore.Relational)</summary>

###
[`v8.0.11`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.11):
.NET 8.0.11

[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.11)

#### What's Changed

- Update branding to 8.0.11 by
[@&#8203;vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/34807](https://redirect.github.com/dotnet/efcore/pull/34807)
- \[release/8.0] Remove referencing indexes when reconfiguring a
property as a navigation by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34651](https://redirect.github.com/dotnet/efcore/pull/34651)
- \[release/8.0] Update dependencies by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34822](https://redirect.github.com/dotnet/efcore/pull/34822)
- \[release/8.0] Update dependencies from dotnet/arcade by
[@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/34880](https://redirect.github.com/dotnet/efcore/pull/34880)
- \[release/8.0] Update Microsoft.Extensions.HostFactoryResolver.Sources
version by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34884](https://redirect.github.com/dotnet/efcore/pull/34884)
- \[release/8.0] Don't execute empty batches by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34882](https://redirect.github.com/dotnet/efcore/pull/34882)
- \[release/8.0] Avoid infinite recursion on identifying shadow FKs by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34891](https://redirect.github.com/dotnet/efcore/pull/34891)
- Merging internal commits for release/8.0 by
[@&#8203;AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/34902](https://redirect.github.com/dotnet/efcore/pull/34902)
- \[release/8.0] Keep parameter values out IMemoryCache in
RelationalCommandCache by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/34908](https://redirect.github.com/dotnet/efcore/pull/34908)

**Full Changelog**:
dotnet/efcore@v8.0.10...v8.0.11

</details>

<details>
<summary>dotnet/aspnetcore
(Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore)</summary>

###
[`v8.0.11`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.11):
.NET 8.0.11

[Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.11)

#### What's Changed

- Update branding to 8.0.11 by
[@&#8203;vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/aspnetcore/pull/58198](https://redirect.github.com/dotnet/aspnetcore/pull/58198)
- \[release/8.0] (deps): Bump src/submodules/googletest from `ff233bd`
to `6dae7eb` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/aspnetcore/pull/58180](https://redirect.github.com/dotnet/aspnetcore/pull/58180)
- \[release/8.0] Add explicit conversion for value-type returning
handlers with filters by
[@&#8203;captainsafia](https://redirect.github.com/captainsafia) in
[https://github.com/dotnet/aspnetcore/pull/57966](https://redirect.github.com/dotnet/aspnetcore/pull/57966)
- \[release/8.0] Stop using Mac 11 in Helix by
[@&#8203;wtgodbe](https://redirect.github.com/wtgodbe) in
[https://github.com/dotnet/aspnetcore/pull/58063](https://redirect.github.com/dotnet/aspnetcore/pull/58063)
- \[release/8.0] Enable TSA/Policheck by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/aspnetcore/pull/58124](https://redirect.github.com/dotnet/aspnetcore/pull/58124)
- \[release/8.0] (deps): Bump src/submodules/MessagePack-CSharp from
`ecc4e18` to `9511905` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/aspnetcore/pull/58179](https://redirect.github.com/dotnet/aspnetcore/pull/58179)
- \[Backport] Http.Sys: Clean up Request parsing errors by
[@&#8203;BrennanConroy](https://redirect.github.com/BrennanConroy) in
[https://github.com/dotnet/aspnetcore/pull/57819](https://redirect.github.com/dotnet/aspnetcore/pull/57819)
- \[release/8.0] Update the Microsoft.Identity.Web versions used by
project templates by
[@&#8203;halter73](https://redirect.github.com/halter73) in
[https://github.com/dotnet/aspnetcore/pull/58229](https://redirect.github.com/dotnet/aspnetcore/pull/58229)
- Add registry search for upgrade policy keys, update dependencies from
Arcade by
[@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/58278](https://redirect.github.com/dotnet/aspnetcore/pull/58278)
- Merging internal commits for release/8.0 by
[@&#8203;vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/aspnetcore/pull/58300](https://redirect.github.com/dotnet/aspnetcore/pull/58300)
- \[release/8.0] Remove ProviderKey from Hosting Bundle by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/aspnetcore/pull/58294](https://redirect.github.com/dotnet/aspnetcore/pull/58294)
- \[release/8.0] Update dependencies from dotnet/source-build-externals
by [@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro)
in
[https://github.com/dotnet/aspnetcore/pull/58352](https://redirect.github.com/dotnet/aspnetcore/pull/58352)
- \[release/8.0] Update dependencies from dotnet/arcade by
[@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/58347](https://redirect.github.com/dotnet/aspnetcore/pull/58347)
- \[release/8.0] Improve dev-certs export error message by
[@&#8203;amcasey](https://redirect.github.com/amcasey) in
[https://github.com/dotnet/aspnetcore/pull/58470](https://redirect.github.com/dotnet/aspnetcore/pull/58470)
- \[release/8.0] Update dependencies from dotnet/arcade by
[@&#8203;dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/58474](https://redirect.github.com/dotnet/aspnetcore/pull/58474)

**Full Changelog**:
dotnet/aspnetcore@v8.0.10...v8.0.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/digdir/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent cec11e8 commit 3d647da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.0" />
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1"/>
<PackageReference Include="ZiggyCreatures.FusionCache" Version="1.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d647da

Please sign in to comment.