fix(deps): update module go.uber.org/dig to v1.18.0 #26
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.18.0
Release Notes
uber-go/dig (go.uber.org/dig)
v1.18.0
Compare Source
Added
Visualize
CallbackInfo
now includes constructor/decorator run time.Thanks to @greeflas for their contribution to this release.
v1.17.1
Compare 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.0
Compare Source
Added
dig.As
withdig.Group
.FillInvokeInfo
Option andInvokeInfo
struct to helpextract the types requested by an
Invoke
statement.WithProviderCallback
andWithDecoratorCallback
Options to provide callback functions.v1.16.1
Compare Source
Fixed
DryRun
was used withDecorate
.v1.16.0
Compare Source
Added
RecoverFromPanics
option, which provides panic-recovery mechanism for Container.Error
interface which enables distinguishing errors from Dig using standarderrors
package.
Thanks to @mie998 for their contribution(s) to this release.
v1.15.0
Compare Source
Added
soft
value 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.1
Compare Source
Fixed
same scope is ignored.
Scope.Decorate
.by LocationForPC Option.
v1.14.0
Compare Source
Added
dig.Scope
which creates a scoped dependency injectioncontainer to scope dependencies.
Scope.Decorate
andContainer.Decorate
which allows adecorator to modify a dependency already provided in the dependency graph.
FillDecorateInfo
Option andDecorateInfo
struct which exposesinformation on what Dig was able to understand from the decorator provided
with
Scope.Decorate
orContainer.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.