fit-ctu-discord / honza-botner

Bot for FIT CTU Discord
https://discord.fit.cvut.cz/
MIT License
14 stars 10 forks source link

⬆️ Upgrade minor + patch dependencies #536

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 8.0.1 -> 8.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.1 -> 8.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 8.0.1 -> 8.0.2 age adoption passing confidence nuget patch
Microsoft.Extensions.Options (source) 8.0.1 -> 8.0.2 age adoption passing confidence nuget patch
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.0 -> 8.0.2 age adoption passing confidence nuget patch
dotnet-sdk 8.0.101 -> 8.0.201 age adoption passing confidence dotnet-sdk patch
xunit 2.6.6 -> 2.7.0 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.6 -> 2.5.7 age adoption passing confidence nuget patch

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore) ### [`v8.0.2`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.2): .NET 8.0.2 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.2)
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v8.0.2`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.2): EF Core 8.0.2 EF Core 8.0.2 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed): - [Adding EF.Constant to prevent parameterization in query](https://togithub.com/dotnet/efcore/issues/32680) - [Nav expansion visitor does not visit the Contains item argument](https://togithub.com/dotnet/efcore/issues/32217) - [SqliteException "no such column : rX.value" when ordering on subquery value in combination with a "where contains" when upgrading from 7 to 8.0.0-rc.2.23480.1](https://togithub.com/dotnet/efcore/issues/32234) - [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://togithub.com/dotnet/efcore/issues/32267) - [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://togithub.com/dotnet/efcore/issues/32312) - [LINQ "Contains" generates SQL with wrong char length](https://togithub.com/dotnet/efcore/issues/32325) - [Using new\[\] in select query gives exception .NET 8](https://togithub.com/dotnet/efcore/issues/32331) - [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://togithub.com/dotnet/efcore/issues/32363) - [New OpenJSON expression to SQL translation breaks aggregates on subquery with 'Cannot perform an aggregate function on an expression containing an aggregate or a subquery' exception](https://togithub.com/dotnet/efcore/issues/32374) - [Did Contains stop working on empty list in EF Core 8?](https://togithub.com/dotnet/efcore/issues/32375) - [LINQ "Contains" fails to generate SQL with custom converter](https://togithub.com/dotnet/efcore/issues/32376) - [error on working with explicit many-to-many relations with OnDelete.Restrict](https://togithub.com/dotnet/efcore/issues/32383) - [Lazy loader throwing invalid operation exceptions](https://togithub.com/dotnet/efcore/issues/32390) - [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://togithub.com/dotnet/efcore/issues/32410) - [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://togithub.com/dotnet/efcore/issues/32411) - [Inconsistent behavior related to relationship cycle](https://togithub.com/dotnet/efcore/issues/32422) - [Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8](https://togithub.com/dotnet/efcore/issues/32430) - [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://togithub.com/dotnet/efcore/issues/32432) - [Migrations bug when creating stored procedure with GOTO statement](https://togithub.com/dotnet/efcore/issues/32457) - [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://togithub.com/dotnet/efcore/issues/32571) - [Contains translates to correlated query when the item is nullable](https://togithub.com/dotnet/efcore/issues/32574) - [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://togithub.com/dotnet/efcore/issues/32601) - [String comparison fails when using const and compiled Models.](https://togithub.com/dotnet/efcore/issues/32617) - [Exception when writing a JSON column with negative enum value](https://togithub.com/dotnet/efcore/issues/32679) - [Getting errors when mixing DbFunction and SqlQueryRaw](https://togithub.com/dotnet/efcore/issues/32680)
dotnet/runtime (Microsoft.Extensions.Options) ### [`v8.0.2`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.2): .NET 8.0.2 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.2)
npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL) ### [`v8.0.2`](https://togithub.com/npgsql/efcore.pg/releases/tag/v8.0.2) This is the first patch release following 8.0.0, with 15 bug fixes. The full list of changes is available [here](https://togithub.com/npgsql/efcore.pg/milestone/62?closed=1).
dotnet/sdk (dotnet-sdk) ### [`v8.0.200`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.200): .NET 8.0.2 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.102...v8.0.200) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.2) ### [`v8.0.102`](https://togithub.com/dotnet/sdk/compare/v8.0.101...v8.0.102) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.101...v8.0.102)
xunit/xunit (xunit) ### [`v2.7.0`](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0)
xunit/visualstudio.xunit (xunit.runner.visualstudio) ### [`v2.5.7`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

stepech commented 6 months ago

@ostorc approve pls :laughing: