Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Type Update Change
mockall dependencies minor >=0.13.1, <0.14 -> >=0.13.1, <0.15

Release Notes

asomers/mockall (mockall)

v0.14.0

Compare Source

Added
  • Allow mocking structs and traits with const generics.
    (#​649)

  • Compatibility with the #[trait_variant::make] macro.
    (#​640)

  • Allow Expectations with a non-exact call count to be used in Sequences.
    (#​660)

Changed
  • The MSRV is now Rust 1.77.0.
    (#​650)
Fixed
  • No longer poison a static mock method's internal Mutex when panicing, even
    when using a stable Rust compiler. Also, no longer poison it even if there
    is no Context object. For example, if the user never set an Expectation at
    all.
    (#​650)

  • Suppress single-use-lifetimes lints in the generated code, for cases where
    the orginal code wouldn't have triggered the warning.
    (#​627)

  • Fix mocking foreign functions with a variadic argument and no pattern, for
    example fn foo(...) as opposed to fn bar(x: ...). That worked in prior
    versions of Mockall only until Rust 1.93.0, which made such arguments illegal
    for Rust functions.
    (#​673)

  • Fully qualify Send and Sync traits in generated code, allowing structs named
    Send or Sync to be in scope without conflicts.
    (#​672)


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 8, 2025 02:47
@renovate renovate bot requested a review from djsmith85 December 8, 2025 02:47
@bitwarden-bot bitwarden-bot changed the title [deps]: Update Rust crate mockall to >=0.13.1, <0.15 [PM-29373] [deps]: Update Rust crate mockall to >=0.13.1, <0.15 Dec 8, 2025
@bitwarden-bot
Copy link

Internal tracking:

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

🔍 SDK Breaking Change Detection Results

SDK Version: renovate/mockall-0.x (30ed522)
Completed: 2025-12-10 09:34:02 UTC
Total Time: 247s

Client Status Details
typescript ✅ No breaking changes detected TypeScript compilation passed with new SDK version - View Details

Breaking change detection completed. View SDK workflow

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.60%. Comparing base (becb420) to head (30ed522).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #599      +/-   ##
==========================================
+ Coverage   78.59%   78.60%   +0.01%     
==========================================
  Files         281      281              
  Lines       29131    29131              
==========================================
+ Hits        22895    22898       +3     
+ Misses       6236     6233       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title [PM-29373] [deps]: Update Rust crate mockall to >=0.13.1, <0.15 [deps]: Update Rust crate mockall to >=0.13.1, <0.15 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/mockall-0.x branch from 1cee4cc to 30ed522 Compare December 10, 2025 09:20
@djsmith85 djsmith85 enabled auto-merge (squash) December 10, 2025 09:45
@djsmith85 djsmith85 merged commit b86e020 into main Dec 10, 2025
58 of 59 checks passed
@djsmith85 djsmith85 deleted the renovate/mockall-0.x branch December 10, 2025 09:58
bw-ghapp bot pushed a commit to bitwarden/sdk-swift that referenced this pull request Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants