Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Serilog #1519

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Bump Serilog #1519

merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps Serilog and System.Threading.Channels. These dependencies needed to be updated together.
Updates Serilog from 4.0.1 to 4.0.2

Release notes

Sourced from Serilog's releases.

v4.0.2

Commits
  • 4c9a312 Merge pull request #2118 from serilog/dev
  • 7b85d53 Update publishing key
  • 3aa295b Properly synchronize use of InMemoryBatchedSink fields (attempting to fix fla...
  • 6e5a82c Tighten up the test to ensure we don't add IAsyncDisposable to the test stub
  • b5085aa Fall back to IDisposable in Log.CloseAndFlushAsync() when the target logger i...
  • 68881e1 Don't capture properties with private get accessors
  • 3f6d855 Optimize ReusableStringWriter.Write/WriteLine(ReadOnlySpan<char>) methods
  • 9f6b814 Added test for timestamp formatting
  • 64fccfa Removed boxing and string allocations in DateTimeOffset/DateTime serializatio...
  • 8c82a50 Remove junk file (#2095)
  • Additional commits viewable in compare view

Updates System.Threading.Channels from 4.5.0 to 8.0.0

Release notes

Sourced from System.Threading.Channels's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner September 30, 2024 01:18
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 30, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.09%. Comparing base (b772e75) to head (fcf3fd4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1519      +/-   ##
==========================================
- Coverage   79.43%   79.09%   -0.35%     
==========================================
  Files         138      138              
  Lines        3234     3234              
  Branches      448      448              
==========================================
- Hits         2569     2558      -11     
- Misses        434      445      +11     
  Partials      231      231              
Flag Coverage Δ
linux 79.09% <ø> (-0.35%) ⬇️
macos 47.92% <ø> (ø)
windows 47.92% <ø> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello changed the title Bump Serilog and System.Threading.Channels Bump Serilog Sep 30, 2024
@martincostello martincostello enabled auto-merge (squash) September 30, 2024 06:52
@dependabot dependabot bot force-pushed the dependabot/nuget/multi-acadaad32f branch from 0a24147 to 9be160a Compare September 30, 2024 06:54
Bumps [Serilog](https://github.com/serilog/serilog) and [System.Threading.Channels](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Serilog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.1...v4.0.2)

Updates `System.Threading.Channels` from 4.5.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Threading.Channels
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/multi-acadaad32f branch from 9be160a to fcf3fd4 Compare September 30, 2024 06:57
@martincostello martincostello merged commit f0eb4ee into main Sep 30, 2024
13 of 14 checks passed
@martincostello martincostello deleted the dependabot/nuget/multi-acadaad32f branch September 30, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant