Skip to content

chore: Bump the dotnet-minor-patch group with 2 updates - #63

Merged
layeredcraft-dependabot-automerge[bot] merged 1 commit into
mainfrom
dependabot/nuget/dotnet-minor-patch-0727cf50db
Sep 9, 2026
Merged

chore: Bump the dotnet-minor-patch group with 2 updates#63
layeredcraft-dependabot-automerge[bot] merged 1 commit into
mainfrom
dependabot/nuget/dotnet-minor-patch-0727cf50db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Updated Compono from 0.8.0 to 0.9.0.

Release notes

Sourced from Compono's releases.

0.9.0

Summary

v0.9.0 adds graph-wide value sharing, a first-party structured-logging test package, and rounds out Compono.TestDoubles' response and matching model.

The headline feature is CompositionBuilder.Share<T>() (ADR-0056): a core, framework-independent way to declare that every request for a configured type — at any resolution stage, any nesting depth, with zero [Shared] attributes required — resolves to the same instance within one composition graph. It's lazy, idempotent, and orthogonal to Register<T>(), and was dogfooded against two independent real consumers (alexa-vox-craft's ILogger<T> sharing case, and dynamodb-distributed-lock's Meter/ILockMetrics case) with no changes required in either.

This release also introduces Compono.Logging, a new package built on CapturingLogger/CapturingLogger<T> with structured-property and scope capture and a fluent Verify() API for asserting on ILogger<T> calls, including generator-discovered closed-generic activation and a fix for a compile-time collision with Compono.TestDoubles-generated Verify() extensions when both packages target the same ILogger<T>.

Compono.TestDoubles gains sequential, call-count-based responses (ReturnsSequence(...)/SequenceOutcome.Throw(...)) and overload-safe argument matching — a new <Member>Matching(Match<T1>, ...) member for every matching-eligible overload, sharing state with its existing discriminator-only surface. A follow-up fix corrects the TestDoubles matching guidance shipped in the skill docs.

Changes

🚀 Features

  • feat: add CompositionBuilder.Share() graph-wide sharing (ADR-0056) (#​117) @​ncipollina, @​claude
  • feat(logging): add Compono.Logging package for Microsoft.Extensions.Logging testing support (#​116) @​ncipollina, @​claude
  • feat(testdoubles): sequential responses and overload-safe argument matching (#​115) @​ncipollina, @​claude

🐛 Bug Fixes

  • fix(skill): correct TestDoubles matching guidance (#​113) @​ncipollina, @​claude

🔧 Maintenance

  • chore: Bump the dotnet-minor-patch group with 9 updates (#​114) @​dependabot[bot]
  • chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems (#​112) @​dependabot[bot]

Commits viewable in compare view.

Updated Compono.XunitV3 from 0.8.0 to 0.9.0.

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 Compono from 0.8.0 to 0.9.0
Bumps Compono.XunitV3 from 0.8.0 to 0.9.0

---
updated-dependencies:
- dependency-name: Compono
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Compono.XunitV3
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot added the type: chore Maintenance task label Sep 9, 2026
@layeredcraft-dependabot-automerge
layeredcraft-dependabot-automerge Bot merged commit 140c846 into main Sep 9, 2026
5 checks passed
@layeredcraft-dependabot-automerge
layeredcraft-dependabot-automerge Bot deleted the dependabot/nuget/dotnet-minor-patch-0727cf50db branch September 9, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants