Skip to content

chore(deps): bump go.uber.org/fx from 1.15.0 to 1.17.1#45

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2022

Bumps go.uber.org/fx from 1.15.0 to 1.17.1.

Release notes

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

v1.17.1

Added

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

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.

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.

v1.16.0

Added

  • Add the ability to provide a function as multiple interfaces at once using fx.As.

Changed

  • fx.Annotate: support variadic functions, and feeding value groups into them.

Fixed

  • Fix an issue where OnStop hooks weren't getting called on SIGINT on Windows.
  • Fix a data race between app.Done() and shutdown.
Changelog

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

1.17.1 - 2021-03-23

Added

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

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.

1.17.0 - 2021-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.

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.

1.16.0 - 2021-12-02

Added

  • Add the ability to provide a function as multiple interfaces at once using fx.As.

Changed

  • fx.Annotate: support variadic functions, and feeding value groups into them.

Fixed

  • Fix an issue where OnStop hooks weren't getting called on SIGINT on Windows.
  • Fix a data race between app.Done() and shutdown.
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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 24, 2022

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

Bumps [go.uber.org/fx](https://github.com/uber-go/fx) from 1.15.0 to 1.17.1.
- [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.15.0...v1.17.1)

---
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 dependabot bot force-pushed the dependabot/go_modules/go.uber.org/fx-1.17.1 branch from ac4bc6e to ac6c6a6 Compare June 29, 2022 01:54
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 9, 2022

Superseded by #70.

@dependabot dependabot bot closed this Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/go.uber.org/fx-1.17.1 branch August 9, 2022 11:25
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