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

Update module go.uber.org/mock to v0.3.0 #19

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 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: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 28, 2023 09:01
@renovate renovate bot added dependencies renovate This is an automated PR by RenovateBot labels Oct 28, 2023
@renovate renovate bot force-pushed the renovate/go.uber.org-mock-0.x branch 3 times, most recently from 2b09e0c to 9b3915c Compare December 10, 2023 11:27
@renovate renovate bot force-pushed the renovate/go.uber.org-mock-0.x branch from 9b3915c to 544afa2 Compare December 10, 2023 11:28
@Gacko Gacko merged commit 771e55a into main Dec 10, 2023
5 of 6 checks passed
@Gacko Gacko deleted the renovate/go.uber.org-mock-0.x branch December 10, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate This is an automated PR by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant