passwordless-server
passwordless-server copied to clipboard
[deps]: Update Serilog.Enrichers.Environment to v3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
Serilog.Enrichers.Environment | 2.3.0 -> 3.0.1 |
Release Notes
serilog/serilog-enrichers-environment (Serilog.Enrichers.Environment)
v3.0.1
- #66 - fix assembly strong name (@dsteinweg)
v3.0.0
- #56 - enable nullable annotations (@Numpsy)
- #54, #57 - dependency updates (@Numpsy)
- #63 - breaking update to Serilog 4, mark enricher types internal (@nblumhardt)
Breaking changes
The *Enricher
types previously published in this assembly are now internal. These all have Enrich.With*
configuration syntax alternatives; so, if your code used Enrich.With(new EnvironmentNameEnricher(...))
, replace this with Enrich.WithEnvironmentName(...)
and so on.
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year 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.
🔕 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.