Skip to content

Bump the serilog group with 5 updates#9

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/serilog-ec5338ffdc
Closed

Bump the serilog group with 5 updates#9
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/serilog-ec5338ffdc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Updated Serilog from 4.3.0 to 4.3.1.

Release notes

Sourced from Serilog's releases.

4.3.1

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.3.0...v4.3.1

Commits viewable in compare view.

Updated Serilog.Settings.Configuration from 8.0.4 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)

Commits viewable in compare view.

Updated Serilog.Sinks.Console from 6.0.0 to 6.1.1.

Release notes

Sourced from Serilog.Sinks.Console's releases.

6.1.1

What's Changed

Full Changelog: serilog/serilog-sinks-console@v6.1.0...v6.1.1

6.1.0

  • #​165 - support for {UtcTimestamp} in output templates (@​ManuelRin)
  • #​172, #​173 - switch build to Serilog org standard (@​nblumhardt)

Commits viewable in compare view.

Updated Serilog.Sinks.File from 6.0.0 to 7.0.0.

Release notes

Sourced from Serilog.Sinks.File's releases.

7.0.0

What's Changed

New Contributors

Full Changelog: serilog/serilog-sinks-file@v4.1.0...v7.0.0

Commits viewable in compare view.

Updated Serilog.Sinks.Seq from 8.0.0 to 9.0.0.

Release notes

Sourced from Serilog.Sinks.Seq's releases.

9.0.0

What's Changed

Commits viewable in compare view.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Serilog from 4.3.0 to 4.3.1
Bumps Serilog.Settings.Configuration from 8.0.4 to 10.0.0
Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1
Bumps Serilog.Sinks.File from 6.0.0 to 7.0.0
Bumps Serilog.Sinks.Seq from 8.0.0 to 9.0.0

---
updated-dependencies:
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: serilog
- dependency-name: Serilog.Settings.Configuration
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Sinks.Console
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: serilog
- dependency-name: Serilog.Sinks.File
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Sinks.Seq
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
...

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 Apr 25, 2026
@dependabot dependabot Bot requested a review from Pomdapis as a code owner April 25, 2026 05:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 25, 2026
@Pomdapis
Copy link
Copy Markdown
Contributor

Deferred until Nexus also bumps to .NET 10 (this PR transitively pulls System.Text.Json 10.x via Serilog.Settings.Configuration 10.x, breaking the .NET 9 pin with NU1605). Dependabot config updated in #25 to skip semver-major bumps for Serilog.Settings.Configuration until then.

@Pomdapis Pomdapis closed this Apr 26, 2026
@Pomdapis Pomdapis deleted the dependabot/nuget/serilog-ec5338ffdc branch April 26, 2026 14:38
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 26, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Pomdapis added a commit that referenced this pull request Apr 26, 2026
## Summary

Closes Dependabot's open .NET-10-major bumps (#8 microsoft-extensions,
#9 serilog) until Nexus (downstream consumer) is also ready to move.

## Why

Both PRs failed CI with NU1605 — bumping Microsoft.Extensions.* /
Serilog.Settings.Configuration to 10.x pulls transitive System.Text.Json
10.x, but the project pins on .NET 9 runtime (System.Text.Json 9.0.0).
To accept the bump cleanly we'd need to pin System.Text.Json explicitly
to 10.x, which crosses framework lines.

## Scope

Adds an \`ignore\` block to the NuGet update group:

\`\`\`yaml
ignore:
  - dependency-name: "Microsoft.Extensions.*"
    update-types: ["version-update:semver-major"]
  - dependency-name: "Microsoft.AspNetCore.*"
    update-types: ["version-update:semver-major"]
  - dependency-name: "Serilog.Settings.Configuration"
    update-types: ["version-update:semver-major"]
  - dependency-name: "System.Text.Json"
    update-types: ["version-update:semver-major"]
\`\`\`

Patch and minor bumps stay enabled. \`Microsoft.AspNetCore.Mvc.Testing
9.0.x\` patches will still flow.

## Follow-up

Lift this when Nexus also moves to .NET 10. Tracked informally for now;
convert to a roadmap-input issue if useful.

---------

Co-authored-by: sacha <sacha@scojhconsult.com>
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