atlas-bi / Library

πŸ€”πŸ“ˆ Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
15 stars 4 forks source link

chore(deps) Update all non-major dependencies #548

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Hangfire.InMemory (source) 0.6.0 -> 0.7.0 age adoption passing confidence
Microsoft.AspNetCore.Authentication.Negotiate (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.AspNetCore.WebUtilities (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.Tools (source) 8.0.0 -> 8.0.1 age adoption passing confidence
System.Data.SqlClient 4.8.5 -> 4.8.6 age adoption passing confidence
System.Text.Json (source) 8.0.0 -> 8.0.1 age adoption passing confidence

Release Notes

HangfireIO/Hangfire (Hangfire.InMemory) ### [`v0.7.0`](https://togithub.com/HangfireIO/Hangfire/releases/tag/v0.7.0): 0.7 ##### Release Notes Dear 0.7-alpha users! Please, **DROP ALL HangFire tables** before using this release! - [#​43](https://togithub.com/HangfireIO/Hangfire/issues/43) – Changed NuGet package structure. - [#​33](https://togithub.com/HangfireIO/Hangfire/issues/33) – Persistent storage abstraction. - [#​34](https://togithub.com/HangfireIO/Hangfire/issues/34) – SQL Server job storage implementation. - [#​41](https://togithub.com/HangfireIO/Hangfire/issues/41) – Using [Common.Logging](http://netcommon.sourceforge.net/) for logging and [Json.NET](http://james.newtonking.com/json) for json encoding. - [#​39](https://togithub.com/HangfireIO/Hangfire/issues/39) – Improved job fetching implementation. - [#​47](https://togithub.com/HangfireIO/Hangfire/issues/47) – Increased default worker count. - [#​35](https://togithub.com/HangfireIO/Hangfire/issues/35) – Removed obsolete `Perform` class. Please, see [how to update](https://togithub.com/odinserj/HangFire/wiki/Upgrading-from-0.5) your old jobs. - [#​44](https://togithub.com/HangfireIO/Hangfire/issues/44) – Fixed empty MVC 5 project Internal Server Error. - [#​45](https://togithub.com/HangfireIO/Hangfire/issues/45) – Short exception stack traces, they contain only your code. - [#​46](https://togithub.com/HangfireIO/Hangfire/issues/46) – Apply the Failed state when state filters/handlers cause an exception. - Started work on restoration of the broken tests. - Clarified some type names, state subsystem was greatly simplified. ##### Upgrading Guide NuGet package structure has been changed. SQL Server job storage implementation now installed by default with the **HangFire** package. If you are using **Redis** as a storage and don't want to change anything, please, do the following steps: 1. `Uninstall-Package HangFire` 2. `Uninstall-Package HangFire.Core` 3. `Install-Package HangFire.Redis` 4. `Install-Package HangFire.Web` 5. Update your HangFireConfig.cs file as described below. 6. If your jobs are still based on the BackgroundJob class, [upgrade them](https://togithub.com/odinserj/HangFire/wiki/Upgrading-from-0.5). ```csharp public static void Start() { // Place this line in the top of the Start method. JobStorage.Current = new RedisStorage("localhost:6379", 0); // ... var server = /* ... */ ```
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.Negotiate) ### [`v8.0.1`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.1)
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v8.0.1`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.1)
dotnet/runtime (System.Text.Json) ### [`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)

Configuration

πŸ“… Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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.

christopherpickering commented 7 months ago

:tada: This PR is included in version 3.15.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

christopherpickering commented 7 months ago

:tada: This PR is included in version 3.15.0-alpha.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: