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

fix(deps): bump Serilog.Extensions.Hosting, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Options #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps Serilog.Extensions.Hosting, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Options. These dependencies needed to be updated together.
Updates Serilog.Extensions.Hosting from 5.0.1 to 8.0.0

Release notes

Sourced from Serilog.Extensions.Hosting's releases.

v8.0.0

v7.0.0

Commits
  • 11a23e3 Merge pull request #81 from serilog/dev
  • 2b8e221 Merge pull request #80 from nblumhardt/dotnet-8
  • 260e84d Install .NET 8 on build start
  • f22e3fd Update to .NET 8 RTM and Serilog 3.1.1
  • c26df53 Merge pull request #72 from serilog/dev
  • 52f29a6 Update Serilog.Extensions.Logging dependency to final version
  • b88f152 Merge pull request #73 from nblumhardt/fix-sln-includes
  • a46bdc4 Remove accidentally-included sln item
  • 60fb1b7 Merge pull request #71 from nblumhardt/v7
  • 0538e5e Update the Serilog.Extensions.Logging reference to v7-dev
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Options from 7.0.1 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Options'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)

…iguration.Abstractions and Microsoft.Extensions.Options

Bumps [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Serilog.Extensions.Hosting` from 5.0.1 to 8.0.0
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v5.0.1...v8.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 6, 2024
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.56%. Comparing base (0000a6e) to head (de481d9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   74.56%   74.56%           
=======================================
  Files          27       27           
  Lines         460      460           
  Branches       37       37           
=======================================
  Hits          343      343           
  Misses        105      105           
  Partials       12       12           

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

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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants