chore(deps): update dependency serilog to 4.3.0 #569

Open
renovate[bot] wants to merge 1 commit from renovate/serilog-4.x into dev
renovate[bot] commented 2025-05-19 00:08:46 +02:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Confidence
Serilog (source) 4.2.0 -> 4.3.0 age confidence

Release Notes

serilog/serilog (Serilog)

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/serilog/serilog/compare/v4.2.0...v4.3.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Serilog](https://serilog.net/) ([source](https://redirect.github.com/serilog/serilog)) | `4.2.0` -> `4.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Serilog/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Serilog/4.2.0/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>serilog/serilog (Serilog)</summary> ### [`v4.3.0`](https://redirect.github.com/serilog/serilog/releases/tag/v4.3.0) #### What's Changed - [#&#8203;2149](https://redirect.github.com/serilog/serilog/issues/2149) - `LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)` overload that helps avoid allocations ([@&#8203;vanni-giachin](https://redirect.github.com/vanni-giachin)) - [#&#8203;2158](https://redirect.github.com/serilog/serilog/issues/2158) - use HTTPS in all README.md images and links ([@&#8203;TimHess](https://redirect.github.com/TimHess)) - [#&#8203;2163](https://redirect.github.com/serilog/serilog/issues/2163) - `LogContext.Push()` overloads accepting `IEnumerable<ILogEventEnricher>` and `ReadOnlySpan<ILogEventEnricher>` ([@&#8203;SimonCropp](https://redirect.github.com/SimonCropp)) - [#&#8203;2175](https://redirect.github.com/serilog/serilog/issues/2175), [#&#8203;2178](https://redirect.github.com/serilog/serilog/issues/2178), [#&#8203;2179](https://redirect.github.com/serilog/serilog/issues/2179) - fix AOT compatibility ([@&#8203;agocke](https://redirect.github.com/agocke)) #### New Contributors - [@&#8203;vanni-giachin](https://redirect.github.com/vanni-giachin) made their first contribution in [https://github.com/serilog/serilog/pull/2149](https://redirect.github.com/serilog/serilog/pull/2149) - [@&#8203;TimHess](https://redirect.github.com/TimHess) made their first contribution in [https://github.com/serilog/serilog/pull/2158](https://redirect.github.com/serilog/serilog/pull/2158) **Full Changelog**: https://github.com/serilog/serilog/compare/v4.2.0...v4.3.0 </details> --- ### 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. --- - [ ] <!-- 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/Fortunevale/ProjectMakoto). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQxLjQwLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXYiLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/serilog-4.x:renovate/serilog-4.x
git checkout renovate/serilog-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff renovate/serilog-4.x
git checkout renovate/serilog-4.x
git rebase dev
git checkout dev
git merge --ff-only renovate/serilog-4.x
git checkout renovate/serilog-4.x
git rebase dev
git checkout dev
git merge --no-ff renovate/serilog-4.x
git checkout dev
git merge --squash renovate/serilog-4.x
git checkout dev
git merge --ff-only renovate/serilog-4.x
git checkout dev
git merge renovate/serilog-4.x
git push origin dev
Sign in to join this conversation.
No description provided.