Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 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 dependabot bot added the topic/dependencies Topic dependencies label Jan 17, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/fx-1.16.0 branch from 27a3af8 to 49ba3ff Compare February 3, 2022 07:00
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.uber.org/fx-1.16.0 branch from 49ba3ff to f9b3e50 Compare February 10, 2022 16:56
@guseggert guseggert merged commit 5922eab into master Feb 16, 2022
@guseggert guseggert deleted the dependabot/go_modules/go.uber.org/fx-1.16.0 branch February 16, 2022 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/dependencies Topic dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant