-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module go.uber.org/dig to v1.19.0 #26
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/go.uber.org-dig-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0cda764 to
b98de74
Compare
b98de74 to
186e9d7
Compare
186e9d7 to
55bde6c
Compare
55bde6c to
aa8f007
Compare
aa8f007 to
e6ca354
Compare
e6ca354 to
13c3151
Compare
13c3151 to
747bc3b
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
747bc3b to
3690f99
Compare
3690f99 to
0683f00
Compare
0683f00 to
c95e87b
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.13.0->v1.19.0Release Notes
uber-go/dig (go.uber.org/dig)
v1.19.0Compare Source
Added
BeforeCallbacks can be registered usingWithProviderBeforeCallbackandWithDecoratorBeforeCallbackto hook custom callbacks into Digto be run before constructors or decorators are run.
Changed
Thanks to @Groxx, @architagr, and @pgimalac for their contributions to this release.
v1.18.2Compare Source
Fixed
v1.18.1Compare Source
Changed
Go linker can successfully perform dead code elimination for Go apps
that use Dig.
Thanks to @pgimalac for their contribution to this releaase.
v1.18.0Compare Source
Added
VisualizeCallbackInfonow includes constructor/decorator run time.Thanks to @greeflas for their contribution to this release.
v1.17.1Compare Source
Added
Fixed
by decorators within the same module when using dig.Export(true).
when providing to a child scope.
Thanks to @paullen and @lcarilla for their contributions to this release.
v1.17.0Compare Source
Added
dig.Aswithdig.Group.FillInvokeInfoOption andInvokeInfostruct to helpextract the types requested by an
Invokestatement.WithProviderCallbackandWithDecoratorCallbackOptions to provide callback functions.v1.16.1Compare Source
Fixed
DryRunwas used withDecorate.v1.16.0Compare Source
Added
RecoverFromPanicsoption, which provides panic-recovery mechanism for Container.Errorinterface which enables distinguishing errors from Dig using standarderrorspackage.
Thanks to @mie998 for their contribution(s) to this release.
v1.15.0Compare Source
Added
softvalue groups, which specify a value group that only gets populatedwith values from already-executed constructors.
Fixed
Thanks to @hbdf for their contributions to this release.
v1.14.1Compare Source
Fixed
same scope is ignored.
Scope.Decorate.by LocationForPC Option.
v1.14.0Compare Source
Added
dig.Scopewhich creates a scoped dependency injectioncontainer to scope dependencies.
Scope.DecorateandContainer.Decoratewhich allows adecorator to modify a dependency already provided in the dependency graph.
FillDecorateInfoOption andDecorateInfostruct which exposesinformation on what Dig was able to understand from the decorator provided
with
Scope.DecorateorContainer.Decorate.Changed
has been changed slightly.
Fixed
dependencies with DeferAcyclicVerification.
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.
This PR was generated by Mend Renovate. View the repository job log.