Skip to content

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

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

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

Release notes

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

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.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
  • 3867885 Prepare for releasing v1.16.0 (#820)
  • f3d5929 Allow multiple As Annotations to be provided (#817)
  • 20a7101 TestWindowsCtrlCHandler: Post-land fixups (#818)
  • 88cdb34 Fix interrupt handler on Windows (#812)
  • 0c1b3fe fx.Annotate: Support variadic functions (#809)
  • 9377304 Use mock clock, unflake tests (#813)
  • cf09130 TestAppRunTimeout: Fix OnStop_timeout flakiness
  • 91b4f6b TestApp{Start, Stop}: Use mock clock for timeouts
  • 919c2f6 App: Add internal WithClock option and incorporate
  • 2b4e675 internal: Abstract time with fxclock
  • Additional commits viewable in compare view

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 Jan 10, 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.16.0.
- [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.16.0)

---
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.16.0 branch from c210690 to aa4ae03 Compare February 12, 2022 16:53
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2022

Superseded by #41.

@dependabot dependabot bot closed this Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/go.uber.org/fx-1.16.0 branch March 1, 2022 11:20
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