Skip to content

chore(deps): update dependency mockolate to 2.3.0#5370

Merged
thomhurst merged 1 commit intomainfrom
renovate/mockolate-2.x
Apr 4, 2026
Merged

chore(deps): update dependency mockolate to 2.3.0#5370
thomhurst merged 1 commit intomainfrom
renovate/mockolate-2.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Mockolate nuget minor 2.2.02.3.0

Release Notes

aweXpect/Mockolate (Mockolate)

v2.3.0

What's Changed

  • chore: bump aweXpect.Mockolate to v2.2.0 by @​vbreuss in #​619
  • chore: bump aweXpect.Mockolate to v2.3.0 by @​vbreuss in #​620
  • refactor: add "raise an event" to event benchmarks by @​vbreuss in #​621
  • perf: remove event handling methods and add backing field generation for events by @​vbreuss in #​622
  • feat: add event setup with callbacks for subscribe/unsubscribe by @​vbreuss in #​623
  • fix: add missing default constraint on explicit interface implementations with unconstrained generics by @​vbreuss in #​624
  • feat: add ExcludeFromCodeCoverage attribute to source generated code by @​vbreuss in #​625

Full Changelog: aweXpect/Mockolate@v2.2.0...v2.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 4, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 4, 2026 14:18
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: Dependency Update - Mockolate 2.2.0 → 2.3.0

This is a straightforward Renovate bot dependency update with a single-line change in Directory.Packages.props.

Change Summary

Bumps the Mockolate (aweXpect/Mockolate) mock library from 2.2.0 to 2.3.0.

Assessment: ✅ Approved

The update looks good. Key highlights from the v2.3.0 release notes:

  • Perf improvement: Event handling methods removed in favor of backing field generation — this is a net positive, reducing overhead.
  • New feature: Event setup with subscribe/unsubscribe callbacks — additive, non-breaking.
  • Bug fix: Missing default constraint on explicit interface implementations with unconstrained generics — correctness fix.
  • DX improvement: [ExcludeFromCodeCoverage] added to source-generated code — prevents noise in coverage reports.

No breaking changes are indicated in the changelog. This is a minor version bump consistent with semver expectations.

No Concerns

The change is isolated to Directory.Packages.props (central package management), which is the correct place for version pins. No project files needed updating.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 4, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: Dependency Update - Mockolate 2.2.0 → 2.3.0

This is a straightforward Renovate bot dependency update — a single-line change in Directory.Packages.props.

Assessment: Approved

A prior review already covered this PR. No new commits have been added. The update remains clean:

  • Single-file change, correctly scoped to Directory.Packages.props (central package management).
  • v2.3.0 changelog shows only additive features, a perf improvement (event backing field generation), a bug fix (missing default constraint on generics), and a DX improvement ([ExcludeFromCodeCoverage] on generated code).
  • No breaking changes indicated; semver minor bump is appropriate.

No concerns. Safe to merge.

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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants