Skip to content

Bump go.uber.org/dig from 1.17.1 to 1.19.0#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.uber.org/dig-1.19.0
Open

Bump go.uber.org/dig from 1.17.1 to 1.19.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.uber.org/dig-1.19.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps go.uber.org/dig from 1.17.1 to 1.19.0.

Release notes

Sourced from go.uber.org/dig's releases.

v1.19.0

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

Fixed

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

v1.18.1

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

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.

Changelog

Sourced from go.uber.org/dig's changelog.

1.19.0 - 2025-05-13

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.

1.18.2 - 2025-05-08

Fixed

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

1.18.1 - 2025-03-03

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.

1.18.0 - 2024-08-07

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.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [go.uber.org/dig](https://github.com/uber-go/dig) from 1.17.1 to 1.19.0.
- [Release notes](https://github.com/uber-go/dig/releases)
- [Changelog](https://github.com/uber-go/dig/blob/master/CHANGELOG.md)
- [Commits](uber-go/dig@v1.17.1...v1.19.0)

---
updated-dependencies:
- dependency-name: go.uber.org/dig
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants