Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

fix(deps): update module go.uber.org/fx to v1.18.1 #13

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.uber.org/fx require minor v1.17.1 -> v1.18.1

Release Notes

uber-go/fx

v1.18.1

Compare Source

Fixed

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

v1.18.0

Compare Source

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.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@GalvinGao GalvinGao merged commit 6033005 into dev Aug 25, 2022
@renovate renovate bot deleted the renovate/go.uber.org-fx-1.x branch August 25, 2022 04:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant