chore: bump go.uber.org/mock from 0.4.0 to 0.5.2
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(6 months ago)
(5 months ago)
(5 months ago)
stale dependencies go
Bumps go.uber.org/mock from 0.4.0 to 0.5.2.
Release notes
Sourced from go.uber.org/mock's releases.
v0.5.2
0.5.2 (28 Apr 2025)
Fixed
- #248[]: Fixed an issue with type aliases not being included in generated code correctly.
v0.5.1
0.5.1 (7 Apr 2025)
Fixed
- #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
- #219[]: Fixed a collision between function argument names and package names in generated code.
- #165[]: Fixed an issue where aliases specified by
-importswere not being respected in generated code.#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165
Thanks to
@mtoaderand@bstncartwrightfor their contributions to this release.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
... (truncated)
Changelog
Sourced from go.uber.org/mock's changelog.
0.5.2 (28 Apr 2025)
Fixed
- #248[]: Fixed an issue with type aliases not being included in generated code correctly.
0.5.1 (7 Apr 2025)
Fixed
- #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
- #219[]: Fixed a collision between function argument names and package names in generated code.
- #165[]: Fixed an issue where aliases specified by
-importswere not being respected in generated code.#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165
Thanks to
@mtoaderand@bstncartwrightfor their contributions to this release.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
... (truncated)
Commits
0b8095fPrepare release v0.5.2 (#250)8ce01acBump go.mod to 1.23 and remove alias replacements (#248)6568d88Back to development. (#242)cf6f33dPrepare release v0.5.1 (#241)bb4128eCopying gomock definition and tests from rules_go (#231)d97cf0dFix-importshandling aliased imports in source mode (#165)eb67641fix: import and arg collision (#219)c205527Package Mode: Use aliases when used in source (#220)b8222faBack to development (#215)a9c44d9Release v0.5.0 (#213)- 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)
Pull Request Statistics
1
2
+28
-26
Package Dependencies
Technical Details
| ID: | 336884 |
| UUID: | 2498638685 |
| Node ID: | PR_kwDOLmBl1M6U7jNd |
| Host: | GitHub |
| Repository: | Txim0520/https-github.com-coder-coder |
| Mergeable: | Yes |
| Merge State: | Unstable |