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 github.com/matryer/moq to v0.3.2 #441

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented May 1, 2023

This PR contains the following updates:

Package Type Update Change
github.com/matryer/moq require minor v0.0.0-20200607124540-4638a53893e6 -> v0.3.2

Release Notes

matryer/moq (github.com/matryer/moq)

v0.3.2

Compare Source

Changelog

v0.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: matryer/moq@v0.3.0...v0.3.1

v0.3.0

Compare Source

Changelog

  • e85ff8e Add goreleaser github action (#​174)
  • 60a16ec Go version independent moq output with consistent whitespace
  • a464ccc Recursively check unique pkg names against existing imports (#​186)
  • 812da66 Test on Go 1.{18, 19}
  • 13aa048 feat: support generic interface generation (#​175)

BREAKING CHANGE

Needs Go 1.18 or newer for building from source. Pre-compiled binaries can still be used independent of the Go version installed.

v0.2.7

Compare Source

Changelog

  • 903a66f Added packages.NeedDeps bit to packages.LoadMode to fix error (#​171)
  • c012671 ignore ds store

v0.2.6

Compare Source

Changelog

v0.2.5

Compare Source

Changelog

514e306 Fix issue with custom types shadowing basic types (#​163)

v0.2.4

Compare Source

Changelog

ef8b268 Universal binaries for macOS (#​159)

v0.2.3

Compare Source

Changelog

ab5b7bc Add -rm flag to remove target output file (#​151)

v0.2.2

Compare Source

Changelog

126389e Create FUNDING.yml
c57d4fe GitHub feature test for this repo
b4465d5 Ignore anonymous imports when resolving import aliases (#​150)
e7d0d3b Update installation cmd on README for go1.16+ (#​147)
8e3e45f remove unneeded file
b54cd92 simplified release instructions

v0.2.1

Compare Source

Changelog

fe0d4f3 Fix var name generation to avoid conflict (#​145)
6e4f50d fixed bug after changing version var name
9a74351 made Version exported to match .goreleaser config.

v0.2.0

Compare Source

Changelog

2ae606f Internal registry for disambiguated imports, vars (#​141)
98d503a Removed credit line given major contributrions

Breaking change

When the interface definition does not mention the parameter names, the field names in call info anonymous struct will be
different.

The new field names are generated using the type info (string -> s, int -> n, chan int -> intCh, []MyType -> myTypes, map[string]int -> stringToInt etc.).

For example, for a string parameter previously if the field name was 'In1', the new field could be 'S' or 'S1' (depends on number of string method parameters).

v0.1.7

Compare Source

Changelog

Rollback backwards-incompatible change:

  • 2ae606f Internal registry for disambiguated imports, vars (#​141)
  • 98d503a Removed credit line given major contributrions

v0.1.6

Compare Source

⚠️ Caution

This release has breaking changes and the version should have been v0.2.0. It is recommended to use either v0.1.7 or v0.2.0.

v0.1.7 drops the breaking change and is backwards-compatible. v0.2.0 is identical to v0.1.6.

Changelog

b052143 Fix gosec vulnerabilities: file and directory permissions (#​142)
2ae606f Internal registry for disambiguated imports, vars (#​141)
98d503a Removed credit line given major contributrions

v0.1.4

Compare Source

Changelog

2ea3371 Print version with -version flag (#​138)
ca877b5 TABS
be64288 add skip-ensure flag to avoid import cycle (#​140)
a69ca93 ignored dist folder
171f199 small edit: word wrap
0d9680f small readme tweak

v0.1.3

Compare Source

Changelog

545b7d7 fixed whitespace

v0.1.2

Compare Source


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 Renovate Bot.

@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@renovate-rancher renovate-rancher bot changed the title Update module github.com/matryer/moq to v0.3.1 Update module github.com/matryer/moq to v0.3.2 Jun 22, 2023
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-matryer-moq-0.x branch from 0898d53 to a9231f4 Compare June 22, 2023 04:36
@renovate-rancher renovate-rancher bot force-pushed the renovate/github.com-matryer-moq-0.x branch from a9231f4 to a57e72b Compare August 10, 2023 04:37
@cmurphy cmurphy merged commit 81ca98e into master Aug 10, 2023
@renovate-rancher renovate-rancher bot deleted the renovate/github.com-matryer-moq-0.x branch August 10, 2023 20:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants