build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0
Bumps go.uber.org/mock from 0.4.0 to 0.5.0.
Release notes
Sourced from go.uber.org/mock's releases.
v0.5.0
0.5.0 (15 Oct 2024)
Added
- #153[]: Add
--write_command_commentflag to specify whether to includeGenerated by this commandcomment.- #191[]: Add
--build_constraintflag to add//go:builddirectives to generated mocks- #214[]: Add gob mode to support custom package loading techniques in place of --exec_only
Changed
- #181[]: Made mockgen faster by changing flags passed to
go list.- #183[]: Made
Condmatcher generic.- #204[]: Removed
ISGOMOCK()from generated mocks.- #207[]: Deprecated reflect mode and replaced it with the new package mode.
Fixed
- #144[]: Fix a deadlock that can happen when mocking an interface that matches
fmt.Stringer.- #168[]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks.
#144: uber-go/mock#144 #153: uber-go/mock#153 #168: uber-go/mock#168 #181: uber-go/mock#181 #183: uber-go/mock#183 #191: uber-go/mock#191 #204: uber-go/mock#204 #207: uber-go/mock#207 #214: uber-go/mock#214
Thanks to
@tulzke@JacobOaks@ARR4N@sashamelentyev@sywhang@fasmat@eyasy1217@ghouscht@tie@Neo2308@carson-brill@alexandear@sodul@nbgrahamfor their contributions this release.
Changelog
Sourced from go.uber.org/mock's changelog.
0.5.0 (15 Oct 2024)
Added
- #153[]: Add
--write_command_commentflag to specify whether to includeGenerated by this commandcomment.- #191[]: Add
--build_constraintflag to add//go:builddirectives to generated mocks- #214[]: Add gob mode to support custom package loading techniques in place of --exec_only
Changed
- #181[]: Made mockgen faster by changing flags passed to
go list.- #183[]: Made
Condmatcher generic.- #204[]: Removed
ISGOMOCK()from generated mocks.- #207[]: Deprecated reflect mode and replaced it with the new package mode.
Fixed
- #144[]: Fix a deadlock that can happen when mocking an interface that matches
fmt.Stringer.- #168[]: Fix an issue where the "generated by" comment was being included in the package comment of generated mocks.
#144: uber-go/mock#144 #153: uber-go/mock#153 #168: uber-go/mock#168 #181: uber-go/mock#181 #183: uber-go/mock#183 #191: uber-go/mock#191 #204: uber-go/mock#204 #207: uber-go/mock#207 #214: uber-go/mock#214
Thanks to
@tulzke@JacobOaks@ARR4N@sashamelentyev@sywhang@fasmat@eyasy1217@ghouscht@tie@Neo2308@carson-brill@alexandear@sodul@nbgrahamfor their contributions this release.
Commits
a9c44d9Release v0.5.0 (#213)d164a16Add gob mode to support custom package loading techniques in place of `--exec...d01ed30deprecated reflect mode has been replaced with package mode (#207)6d5eb71Regenerate generated mocks (#206)8adc9defeat:mockgenflag--build_constraintto add//go:builddirectives (#191)c50d83cSupport Go 1.22 and Go 1.23 (#203)33ccc99Avoid stringer-related deadlocks without adding ISGOMOCK (#204)60372e3chore: gofumpt -w . (#202)70a5e8cClarify documentation on Finish (#194)ec32d99Bump goreleaser/goreleaser-action from 4 to 6 (#182)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)