Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dotnet monorepo to 8.0.11 (#1477)
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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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