tomkerkhove / promitor

Bringing Azure Monitor metrics where you need them.
https://promitor.io
MIT License
248 stars 91 forks source link

chore(deps): update dependency serilog.aspnetcore to v8 #2413

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Serilog.AspNetCore 7.0.0 -> 8.0.1 age adoption passing confidence

Release Notes

serilog/serilog-aspnetcore (Serilog.AspNetCore) ### [`v8.0.1`](https://togithub.com/serilog/serilog-aspnetcore/releases/tag/v8.0.1) - [#​357](https://togithub.com/serilog/serilog-aspnetcore/issues/357) - bug fix: generate an `AssemblyVersionAttribute` ([@​nblumhardt](https://togithub.com/nblumhardt)) ### [`v8.0.0`](https://togithub.com/serilog/serilog-aspnetcore/releases/tag/v8.0.0) - [#​338](https://togithub.com/serilog/serilog-aspnetcore/issues/338) - remove obsolete APIs and clean up ([@​sungam3r](https://togithub.com/sungam3r)) - [#​348](https://togithub.com/serilog/serilog-aspnetcore/issues/348) - update test dependencies ([@​SimonCropp](https://togithub.com/SimonCropp)) - [#​349](https://togithub.com/serilog/serilog-aspnetcore/issues/349) - collect trace and span ids for propagation with Serilog 3.1 ([@​nblumhardt](https://togithub.com/nblumhardt)) - [#​351](https://togithub.com/serilog/serilog-aspnetcore/issues/351) - update to .NET 8 RTM and Serilog 3.1.1 ([@​nblumhardt](https://togithub.com/nblumhardt)) #### Breaking change The obsolete `UseSerilog()` extension on `IWebHostBuilder` has been removed. Switch to either `IHostBuilder.UseSerilog()` or `IServiceCollection.AddSerilog()` instead. ```csharp .ConfigureServices(services => services.AddSerilog()) ```

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


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

github-actions[bot] commented 7 months ago

Thank you for your contribution! πŸ™ We will review it as soon as possible.