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 #538

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Cronos 0.8.3 -> 0.8.4 age adoption passing confidence nuget patch
Html2Markdown 6.2.0.3 -> 6.2.1.4 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 8.0.2 -> 8.0.4 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.2 -> 8.0.4 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 8.0.2 -> 8.0.4 age adoption passing confidence nuget patch
Microsoft.Extensions.DependencyInjection.Abstractions (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Logging.Abstractions (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.2 -> 8.0.4 age adoption passing confidence nuget patch
coverlet.collector 6.0.0 -> 6.0.2 age adoption passing confidence nuget patch
dotnet-sdk 8.0.100 -> 8.0.204 age adoption passing confidence dotnet-sdk patch
xunit 2.7.0 -> 2.8.0 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.7 -> 2.8.0 age adoption passing confidence nuget minor

Release Notes

HangfireIO/Cronos (Cronos) ### [`v0.8.4`](https://togithub.com/HangfireIO/Cronos/releases/tag/v0.8.4): 0.8.4 ##### Release Notes - **Project** – Add an icon for the NuGet package.
baynezy/Html2Markdown (Html2Markdown) ### [`v6.2.1.4`](https://togithub.com/baynezy/Html2Markdown/blob/HEAD/CHANGELOG.md#6214---2024-05-07) [Compare Source](https://togithub.com/baynezy/Html2Markdown/compare/6.2.0.3...6.2.1.4)
dotnet/aspnetcore (Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore) ### [`v8.0.4`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v8.0.4`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.4): EF Core 8.0.4 EF Core 8.0.4 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.4). 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.4+is%3Aclosed): - [Incorrect apply projection for complex properties](https://togithub.com/dotnet/efcore/issues/32911) - [The database default created by Migrations for primitive collections mapped to JSON is invalid](https://togithub.com/dotnet/efcore/issues/32972) - [Filtering by Contains with HierarchyId and AsSplitQuery is not working](https://togithub.com/dotnet/efcore/issues/32976) - [Unfulfillable nullable contraints are set for complex types with TPH entities](https://togithub.com/dotnet/efcore/issues/33004) - [OutOfMemoryException when creating migration using ef tool](https://togithub.com/dotnet/efcore/issues/33176) - [SQL Server: Should retry on 203](https://togithub.com/dotnet/efcore/issues/33260) ### [`v8.0.3`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.3): EF Core 8.0.3 EF Core 8.0.3 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.3). 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.3+is%3Aclosed): - [Constructor calls when using inheritance with owned entities causes exceptions](https://togithub.com/dotnet/efcore/issues/31353) - [Missing package README file](https://togithub.com/dotnet/efcore/issues/31947) - [String properties with indexes are compared case insensitively on SQL Server](https://togithub.com/dotnet/efcore/issues/32898) - [Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions](https://togithub.com/dotnet/efcore/issues/32614) - [Exception when using FromSql on entity with ComplexProperty](https://togithub.com/dotnet/efcore/issues/32699) - [IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH](https://togithub.com/dotnet/efcore/issues/32701) - [SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines](https://togithub.com/dotnet/efcore/issues/32730) - [NullReferenceException in Get-Migration in EF Core 8](https://togithub.com/dotnet/efcore/issues/32732) - [Owned entity on genericly typed entity generates unwanted steps in new migrations](https://togithub.com/dotnet/efcore/issues/32763) - [Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.](https://togithub.com/dotnet/efcore/issues/32782) - [Query never returns when DB value for column mapped to primitive collection is](https://togithub.com/dotnet/efcore/issues/32896)
dotnet/runtime (Microsoft.Extensions.DependencyInjection.Abstractions) ### [`v8.0.1`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.1)
coverlet-coverage/coverlet (coverlet.collector) ### [`v6.0.2`](https://togithub.com/coverlet-coverage/coverlet/releases/tag/v6.0.2) ##### Fixed - Threshold-stat triggers error [#​1634](https://togithub.com/coverlet-coverage/coverlet/issues/1634) - Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [#​1625](https://togithub.com/coverlet-coverage/coverlet/issues/1625) - Type initializer errors after updating from 6.0.0 to 6.0.1 [#​1629](https://togithub.com/coverlet-coverage/coverlet/issues/1629) - Exception when multiple exclude-by-attribute filters specified [#​1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624) ##### Improvements - More concise options to specify multiple parameters in coverlet.console [#​1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624) [Diff between 6.0.1 and 6.0.2](https://togithub.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2) ### [`v6.0.1`](https://togithub.com/coverlet-coverage/coverlet/releases/tag/v6.0.1) ##### Fixed - Uncovered lines in .NET 8 for inheriting records [#​1555](https://togithub.com/coverlet-coverage/coverlet/issues/1555) - Fix record constructors not covered when SkipAutoProps is true [#​1561](https://togithub.com/coverlet-coverage/coverlet/issues/1561) - Fix .NET 7 Method Group branch coverage issue [#​1447](https://togithub.com/coverlet-coverage/coverlet/issues/1447) - Fix ExcludeFromCodeCoverage does not exclude method in a partial class [#​1548](https://togithub.com/coverlet-coverage/coverlet/issues/1548) - Fix ExcludeFromCodeCoverage does not exclude F# task [#​1547](https://togithub.com/coverlet-coverage/coverlet/issues/1547) - Fix issues where ExcludeFromCodeCoverage ignored [#​1431](https://togithub.com/coverlet-coverage/coverlet/issues/1431) - Fix issues with ExcludeFromCodeCoverage attribute [#​1484](https://togithub.com/coverlet-coverage/coverlet/issues/1484) - Fix broken links in documentation [#​1514](https://togithub.com/coverlet-coverage/coverlet/issues/1514) - Fix problem with coverage for .net5 WPF application [#​1221](https://togithub.com/coverlet-coverage/coverlet/issues/1221) by https://github.com/lg2de - Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor [#​1459](https://togithub.com/coverlet-coverage/coverlet/issues/1459) by https://github.com/lg2de ##### Improvements - Extended exclude by attribute feature to work with fully qualified name [#​1589](https://togithub.com/coverlet-coverage/coverlet/issues/1589) - Use System.CommandLine instead of McMaster.Extensions.CommandLineUtils [#​1474](https://togithub.com/coverlet-coverage/coverlet/issues/1474) by https://github.com/Bertk - Fix deadlog in Coverlet.Integration.Tests.BaseTest [#​1541](https://togithub.com/coverlet-coverage/coverlet/pull/1541) by https://github.com/Bertk - Add coverlet.msbuild.tasks unit tests [#​1534](https://togithub.com/coverlet-coverage/coverlet/pull/1534) by https://github.com/Bertk [Diff between 6.0.0 and 6.0.1](https://togithub.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.1)
dotnet/sdk (dotnet-sdk) ### [`v8.0.204`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.204): .NET 8.0.4 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.203...v8.0.204) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.203`](https://togithub.com/dotnet/sdk/compare/v8.0.202...v8.0.203) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.202...v8.0.203) ### [`v8.0.202`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.202): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3) ### [`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.104...v8.0.200) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.2) ### [`v8.0.104`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.104): .NET 8.0.4 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.103...v8.0.104) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.103`](https://togithub.com/dotnet/sdk/compare/v8.0.102...v8.0.103) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.102...v8.0.103) ### [`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) ### [`v8.0.101`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.101): .NET 8.0.1 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.100...v8.0.101) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.1)
xunit/xunit (xunit) ### [`v2.8.0`](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0) ### [`v2.7.1`](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1)
xunit/visualstudio.xunit (xunit.runner.visualstudio) ### [`v2.8.0`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) ### [`v2.5.8`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8)

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.