Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module go.uber.org/mock to v0.3.0 #53

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/mock require minor v0.2.0 -> v0.3.0

Release Notes

uber/mock (go.uber.org/mock)

v0.3.0

Compare Source

Added
  • #​13: Support for embedded generic interfaces.
  • #​33: -write_source_comment for writing the original file or interface names
    in the generated code.
  • #​46: -write-generate-directive for generating go:generate directives into
    the generated mock.
  • #​60: Cond matcher for specifying a conditional matcher as the result of a
    given function.
  • #​72: exclude_interfaces flag for specifying list of interfaces to exclude
    from mock generation.
Fixed
  • #​41: A bug with specifying local import name with -imports flag.
  • #​52: A panic that occurs in gob.Register when used in conjunction with
    golang/mock.
  • #​78: InOrder can be used with type-safe mocks generated with -typed flag.

Thanks to @​alexandear, @​bcho, @​deathiop, @​sivchari, @​k3forx, @​n0trace,
@​utgwkk, @​ErfanMomeniii, @​bcho, @​damianopetrungaro, @​Tulzke,
and @​EstebanOlmedo for their contributions to this release.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (678e896) 59.79% compared to head (225772b) 59.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   59.79%   59.79%           
=======================================
  Files          11       11           
  Lines         572      572           
=======================================
  Hits          342      342           
  Misses        197      197           
  Partials       33       33           

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

@renovate renovate bot merged commit 25c4781 into main Sep 16, 2023
1 check passed
@renovate renovate bot deleted the renovate/go.uber.org-mock-0.x branch September 16, 2023 11:34
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.

1 participant