Skip to content

fix: Bump Serilog.Settings.Configuration from 3.3.0 to 10.0.0#254

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Doppler.MercadoPagoApi/Serilog.Settings.Configuration-10.0.0
Open

fix: Bump Serilog.Settings.Configuration from 3.3.0 to 10.0.0#254
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Doppler.MercadoPagoApi/Serilog.Settings.Configuration-10.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Updated Serilog.Settings.Configuration from 3.3.0 to 10.0.0.

Release notes

Sourced from Serilog.Settings.Configuration's releases.

10.0.0

What's Changed

New Contributors

Full Changelog: serilog/serilog-settings-configuration@v9.0.0...v10.0.0

9.0.0

What's Changed

  • #​414, #​446 - code clean-up and solution improvements (@​sungam3r)
  • #​444, #​445 - update to .NET 9 SDK and Microsoft.Extensions.Configuration 9.0.0 (@​nblumhardt)

8.0.4

  • #​439 - update Microsoft.Extensions.DependencyModel to 8.0.2 (@​Numpsy)

8.0.3

  • #​430 - use consistent binding logic for nested objects in argument values (@​nblumhardt)
  • #​432 - make string to enum conversion case-insensitive (@​0xced)
  • #​413 - prefer "MinimumLevel:Default" if "MinimumLevel" is an empty string (@​DavidAllardyce)

8.0.2

  • #​428 - update Microsoft.Extensions.DependencyModel dependency to avoid vulnerable transitive dependency on System.Text.Json (@​Numpsy)
  • #​427 - test project update (@​Numpsy)

8.0.1

  • #​405 - support for collections/arrays in constructor arguments (@​ChristofferGersen)
  • #​403 - restore parallel test execution 😅 (@​0xced)
  • #​409 - improve tests for ObjectArgumentValue (@​ChristofferGersen), reformat JSON using raw literal strings (@​0xced)
  • #​412 - fix example in README.md (@​erichiller)
  • #​416 - clarify location of "Serilog" configuration section in README.md (@​eleazarcelis)

8.0.0

  • #​396 - document destructuring configuration (@​satrapu)
  • #​397 - improve NuGet package metadata (@​0xced)
  • #​401 - update to .NET 8 and Serilog 3.1.1 (@​nblumhardt)

7.0.1

  • #​388 - case-insensitive parsing for level overrides (@​sungam3r)
  • #​391 - relax check for existence of Using section in configuration when publishing in single-file mode (@​0xced)

7.0.0

  • #​233 - minimum level configuration improvements (@​HexHunter97)
  • #​301 - support for delegate type arguments (@​almostchristian)
  • #​326 - README improvements (@​nblumhardt)
  • #​333 - extension method discovery that goes easier on Dynatrace (@​skomis-mm)
  • #​334 - case-insensitive level support (@​skomis-mm)
  • #​342 - implicit using and file-scoped namespaces (@​sungam3r)
  • #​344 - clean-up (@​sungam3r)
  • #​351 - drop .NET 4.5.1 support (@​0xced)
  • #​348 - additional IFormatProvider support (@​0xced)
  • #​354, #​357 - improve tests using raw string literals (@​sungam3r)
  • #​352 - OnLevelSwitchCreated callback (@​0xced)
  • #​355 - add global.json (@​SimonCropp)
  • #​356 - use Directory.Build.props (@​SimonCropp)
  • #​359 - update test refs (@​SimonCropp)
  • #​360 - remove redundant project settings (@​SimonCropp)
  • #​358 - build on macOS (@​SimonCropp)
  • #​361 - add API approval tests (@​sungam3r)
  • #​362 - support for reading configuration from IConfigurationSection contents (@​sungam3r)
  • #​364 - nullable reference type fixes (@​0xced)
  • #​367 - improve tests using raw string literals (@​0xced)
  • #​369 - more nullable reference type safety (@​0xced)
  • #​363 - allow configuration using internal types and methods (@​sungam3r)
  • #​368 - improve SelfLog output (@​sungam3r)
  • #​375 - fix README example (@​DevAlvaroF)
  • #​377 - pin to Microsoft.Extensions.Configuration v7 (@​nblumhardt)
  • #​353 - improve support for single-file apps (@​0xced)
  • #​379 - simplify assembly loading (@​0xced)
  • #​366 - reader options callback to expose LoggingLevelSwitch (@​0xced)
  • #​380, #​381 - fix tests on .NET 4.8 (@​0xced)
  • #​378 - fix error handling in build script (@​0xced)

3.4.0

  • #​291 - fix static member access for parameters of concrete types (@​skomis-mm)
  • #​307 - enable ExtensionAttribute polyfills (@​sajagi)
  • #​310 - accept list of sink/configuration assemblies directly in ReadFrom.Configuration() (@​0xced)
  • #​311 - remove out of support target frameworks from tests and samples (@​0xced)
  • #​312 - fix ReSharper/Rider inspection warnings (@​0xced)

Commits viewable in compare view.

Dependabot compatibility score

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 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 added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 5, 2026
---
updated-dependencies:
- dependency-name: Serilog.Settings.Configuration
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Doppler.MercadoPagoApi/Serilog.Settings.Configuration-10.0.0 branch from df053fa to 987d4a9 Compare February 15, 2026 02:46
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