Skip to content

chore(deps): bump go.uber.org/fx from 1.16.0 to 1.18.2#79

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go.uber.org/fx-1.18.2
Closed

chore(deps): bump go.uber.org/fx from 1.16.0 to 1.18.2#79
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/go.uber.org/fx-1.18.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps go.uber.org/fx from 1.16.0 to 1.18.2.

Release notes

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

v1.18.2

Added

  • Clarify ordering of Invokes in Modules.

Fixed

  • Fix Decorate not being applied to transitive dependencies at root App level.

v1.18.1

Fixed

  • Fix a nil panic when nil is passed to OnStart and OnStop lifecycle methods.

v1.18.0

Added

  • Soft value groups that lets you specify value groups as best-effort dependencies.
  • fx.OnStart and fx.OnStop annotations which lets you annotate dependencies to provide OnStart and OnStop lifecycle hooks.
  • A new fxevent.Replaced event written to fxevent.Logger following an fx.Replace.

Fixed

  • Upgrade Dig dependency to v1.14.1 to address a couple of issues with decorations. Refer to Dig v1.14.1 release notes for more details.
  • fx.WithLogger no longer ignores decorations and replacements of types that it depends on.
  • Don't run lifecycle hooks if the context for them has already expired.
  • App.Start and App.Stop no longer deadlock if the OnStart/OnStop hook exits the current goroutine.
  • fxevent.ConsoleLogger no longer emits an extraneous argument for the Supplied event.

Deprecated

  • fx.Extract in favor of fx.Populate.

v1.17.1

Added

  • Logging for provide/invoke/decorate now includes the associated fx.Module name.

v1.17.0

Added

  • Add fx.Module which scopes any modifications made to the dependency graph.
  • Add fx.Decorate and fx.Replace that lets you modify a dependency graph with decorators.
  • Add fxevent.Decorated event which gets emitted upon a dependency getting decorated.

Changed

  • fx.Annotate: Validate that fx.In or fx.Out structs are not passed to it.
  • fx.Annotate: Upon failure to Provide, the error contains the actual location of the provided constructor.
Changelog

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

1.18.2 - 2022-09-28

Added

  • Clarify ordering of Invokes in Modules.

Fixed

  • Fix Decorate not being applied to transitive dependencies at root App level.

1.18.1 - 2022-08-08

Fixed

  • Fix a nil panic when nil is passed to OnStart and OnStop lifecycle methods.

1.18.0 - 2022-08-05

Added

  • Soft value groups that lets you specify value groups as best-effort dependencies.
  • fx.OnStart and fx.OnStop annotations which lets you annotate dependencies to provide OnStart and OnStop lifecycle hooks.
  • A new fxevent.Replaced event written to fxevent.Logger following an fx.Replace.

Fixed

  • Upgrade Dig dependency to v1.14.1 to address a couple of issues with decorations. Refer to Dig v1.14.1 release notes for more details.
  • fx.WithLogger no longer ignores decorations and replacements of types that it depends on.
  • Don't run lifecycle hooks if the context for them has already expired.
  • App.Start and App.Stop no longer deadlock if the OnStart/OnStop hook exits the current goroutine.
  • fxevent.ConsoleLogger no longer emits an extraneous argument for the Supplied event.

Deprecated

  • fx.Extract in favor of fx.Populate.

1.17.1 - 2022-03-23

Added

  • Logging for provide/invoke/decorate now includes the associated fx.Module name.

[1.17.0] - 2022-02-28

Added

  • Add fx.Module which scopes any modifications made to the dependency graph.
  • Add fx.Decorate and fx.Replace that lets you modify a dependency graph with decorators.
  • Add fxevent.Decorated event which gets emitted upon a dependency getting decorated.

... (truncated)

Commits

Dependabot compatibility score

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 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 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)

Bumps [go.uber.org/fx](https://github.com/uber-go/fx) from 1.16.0 to 1.18.2.
- [Release notes](https://github.com/uber-go/fx/releases)
- [Changelog](https://github.com/uber-go/fx/blob/master/CHANGELOG.md)
- [Commits](uber-go/fx@v1.16.0...v1.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2022

The following labels could not be found: topic/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 5, 2023

Superseded by #86.

@dependabot dependabot bot closed this Jan 5, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go.uber.org/fx-1.18.2 branch January 5, 2023 11:08
Sign up for free to 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