Skip to content

fix(deps): update module go.uber.org/dig to v1.19.0 - #26

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/go.uber.org-dig-1.x
Open

fix(deps): update module go.uber.org/dig to v1.19.0#26
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/go.uber.org-dig-1.x

Conversation

@renovate

@renovaterenovateBot commented Mar 7, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
go.uber.org/digv1.13.0v1.19.0ageconfidence

Release Notes

uber-go/dig (go.uber.org/dig)

v1.19.0

Compare Source

Added
  • BeforeCallbacks can be registered using WithProviderBeforeCallback and
    WithDecoratorBeforeCallback to hook custom callbacks into Dig
    to be run before constructors or decorators are run.
Changed
  • Dot graph generation now results in much more clean and organized dot files.

Thanks to @​Groxx, @​architagr, and @​pgimalac for their contributions to this release.

v1.18.2

Compare Source

Fixed
  • The exported Version string incorrectly containing "-dev".

v1.18.1

Compare Source

Changed
  • Dot graph generation's internal implementation was changed so that
    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.0

Compare Source

Added
  • Child scope constructors are now visualized via Visualize
  • CallbackInfo now includes constructor/decorator run time.

Thanks to @​greeflas for their contribution to this release.

v1.17.1

Compare Source

Added
  • Suggestions for value vs. pointer elements for slice and array types.
Fixed
  • An issue where value group values were not getting decorated
    by decorators within the same module when using dig.Export(true).
  • A typo in docs.
  • An issue where false positives in cycle detection were occurring
    when providing to a child scope.

Thanks to @​paullen and @​lcarilla for their contributions to this release.

v1.17.0

Compare Source

Added
  • Allow using dig.As with dig.Group.
  • Add FillInvokeInfo Option and InvokeInfo struct to help
    extract the types requested by an Invoke statement.
  • To get visibility into constructor and decorator calls, introduce
    WithProviderCallback and WithDecoratorCallback Options to provide callback functions.

v1.16.1

Compare Source

Fixed
  • A panic when DryRun was used with Decorate.

v1.16.0

Compare Source

Added
  • Add RecoverFromPanics option, which provides panic-recovery mechanism for Container.
  • Add Error interface which enables distinguishing errors from Dig using standard errors
    package.

Thanks to @​mie998 for their contribution(s) to this release.

v1.15.0

Compare Source

Added
  • Support for soft value groups, which specify a value group that only gets populated
    with values from already-executed constructors.
Fixed
  • Fix an issue with invoke order affecting results provided by private provides.

Thanks to @​hbdf for their contributions to this release.

v1.14.1

Compare Source

Fixed
  • Fix an issue where a dependency for a decoration supplied by another decorator in the
    same scope is ignored.
  • Fix a panic when submitting a single value as a value group in Scope.Decorate.
  • Upon a provide error, make the error message contain the function named specified
    by LocationForPC Option.

v1.14.0

Compare Source

Added

  • Introduce dig.Scope which creates a scoped dependency injection
    container to scope dependencies.
  • Introduce Scope.Decorate and Container.Decorate which allows a
    decorator to modify a dependency already provided in the dependency graph.
  • Add FillDecorateInfo Option and DecorateInfo struct which exposes
    information on what Dig was able to understand from the decorator provided
    with Scope.Decorate or Container.Decorate.

Changed

  • The error message that appears when a cycle is detected in the dependency graph
    has been changed slightly.

Fixed

  • A stack overflow bug that happens when cycles are introduced via self-pointing
    dependencies with DeferAcyclicVerification.

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.14.0fix(deps): update module go.uber.org/dig to v1.14.1Mar 26, 2022
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 0cda764 to b98de74CompareMarch 26, 2022 13:33
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.14.1fix(deps): update module go.uber.org/dig to v1.15.0Sep 25, 2022
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from b98de74 to 186e9d7CompareSeptember 25, 2022 16:00
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 186e9d7 to 55bde6cCompareNovember 20, 2022 14:50
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.15.0fix(deps): update module go.uber.org/dig to v1.16.1Mar 17, 2023
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 55bde6c to aa8f007CompareMarch 17, 2023 10:04
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from aa8f007 to e6ca354CompareMay 28, 2023 09:37
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.16.1fix(deps): update module go.uber.org/dig to v1.17.0May 28, 2023
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.17.0fix(deps): update module go.uber.org/dig to v1.17.1Oct 19, 2023
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from e6ca354 to 13c3151CompareOctober 19, 2023 20:00
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.17.1fix(deps): update module go.uber.org/dig to v1.17.1 - autoclosedOct 23, 2023
@renovaterenovateBot closed this Oct 23, 2023
@renovate
renovateBot deleted the renovate/go.uber.org-dig-1.x branch October 23, 2023 09:47
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.17.1 - autoclosedfix(deps): update module go.uber.org/dig to v1.17.1Oct 23, 2023
@renovaterenovateBot reopened this Oct 23, 2023
@renovate
renovateBot restored the renovate/go.uber.org-dig-1.x branch October 23, 2023 14:56
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 13c3151 to 747bc3bCompareAugust 7, 2024 16:34
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.17.1fix(deps): update module go.uber.org/dig to v1.18.0Aug 7, 2024
@renovate

renovateBot commented Aug 7, 2024

Copy link
Copy Markdown
ContributorAuthor

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

PackageChange
github.com/stretchr/testifyv1.7.0 -> v1.7.1

@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 747bc3b to 3690f99CompareMarch 3, 2025 22:45
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.18.0fix(deps): update module go.uber.org/dig to v1.18.1Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 3690f99 to 0683f00CompareMay 8, 2025 20:20
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.18.1fix(deps): update module go.uber.org/dig to v1.18.2May 8, 2025
@renovate
renovateBotforce-pushed the renovate/go.uber.org-dig-1.x branch from 0683f00 to c95e87bCompareMay 13, 2025 22:33
@renovaterenovateBot changed the title fix(deps): update module go.uber.org/dig to v1.18.2fix(deps): update module go.uber.org/dig to v1.19.0May 13, 2025
@renovate

renovateBot commented Dec 15, 2025

Copy link
Copy Markdown
ContributorAuthor

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

PackageChange
github.com/stretchr/testifyv1.7.0 -> v1.7.1

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants