Skip to content

chore(deps): update dependency imposter to 0.1.11 - #6744

Merged
thomhurst merged 1 commit into
mainfrom
renovate/imposter-0.x
Sep 8, 2026
Merged

thomhurst merged 1 commit into
mainfrom
renovate/imposter-0.x

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 8, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Imposter nuget patch 0.1.100.1.11

Release Notes

themidnightgospel/Imposter (Imposter)

v0.1.11: Interface setup views, CallCount, sealed override fix

Compare Source

Features

  • Interface-specific setup views (#​57, closes #​5) — imposter.For(default(IParentInterface)) returns a view exposing hidden and inherited members under their original names instead of suffixed names like Value_1. Views forward to the existing builders with no allocations or reflection, share all setup state and history, and the suffixed members remain available for compatibility. Thanks @​gabisonia!

  • CallCount() for incremental verification (#​57) — the method verification interface now exposes the raw invocation count, using the same history counting as Called(Count.*) including argument and generic-type matching. Reading the count never registers a setup, advances sequences, or clears history.

Fixes

  • Sealed overrides no longer break generation (#​56) — generating an imposter for a class with a sealed override property, indexer, or event (or a class inheriting one) produced CS0239. Sealed members are now excluded from override generation while other virtual members keep their setup APIs. Thanks @​gabisonia!

Supply chain

  • First attested release: the nupkg carries GitHub build provenance and the sigstore bundle ships as a release asset (#​54).
  • GitHub Actions pinned by commit SHA (#​50), workflow token permissions hardened (#​47), docs dependencies hash-locked (#​51), Dependabot enabled (#​48), SECURITY.md added (#​52).

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 Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Sep 8, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 8, 2026 06:22
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T10:16:22.675497Z f03d535 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 9df11ffc-2e99-4df4-8150-48cd08391379

📥 Commits

Reviewing files that changed from the base of the PR and between e17007b and f03d535.

📒 Files selected for processing (1)
  • Directory.Packages.props

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The central package configuration updates the managed Imposter package from version 0.1.10 to 0.1.11.

Changes

Package management

Layer / File(s) Summary
Update Imposter package version
Directory.Packages.props
The centrally managed Imposter package version changes from 0.1.10 to 0.1.11.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to f03d5

This updates Imposter from 0.1.10 to 0.1.11, adding upstream fixes and features without repository code changes. No current merge-blocking risk is identified.

Suggested reviewers: mvanhorn

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the Imposter dependency to version 0.1.11.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/imposter-0.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the package line
Imposter hops to version fine
One small number turns anew
Clean central updates now come through
Soft paws sign off the change

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the centrally managed Imposter NuGet dependency from 0.1.10 to 0.1.11.

  • Incorporates interface-specific setup views and incremental call counting.
  • Includes the upstream fix for generation involving sealed overrides.
  • No actionable correctness, security, or repository-rule issues were identified.

Confidence Score: 5/5

The dependency patch update appears safe to merge.

No actionable failures or outstanding repository-rule violations were identified in the current pull request.

Important Files Changed

Filename Overview
Directory.Packages.props Updates Imposter from 0.1.10 to 0.1.11 with no incompatible repository changes identified.

Reviews (2): Last reviewed commit: "chore(deps): update dependency imposter ..." | Re-trigger Greptile

This was referenced Sep 14, 2026
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants