chore(deps): update dependency mockolate to 2.3.0#5370
Conversation
There was a problem hiding this comment.
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
defaultconstraint 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.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
b2a2c2a to
8f9db7f
Compare
There was a problem hiding this comment.
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
defaultconstraint on generics), and a DX improvement ([ExcludeFromCodeCoverage]on generated code). - No breaking changes indicated; semver minor bump is appropriate.
No concerns. Safe to merge.
This PR contains the following updates:
2.2.0→2.3.0Release Notes
aweXpect/Mockolate (Mockolate)
v2.3.0What's Changed
defaultconstraint on explicit interface implementations with unconstrained generics by @vbreuss in #624ExcludeFromCodeCoverageattribute to source generated code by @vbreuss in #625Full Changelog: aweXpect/Mockolate@v2.2.0...v2.3.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.