Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

This PR contains the following updates:

Package Change Age Confidence
go.uber.org/fx v1.20.0 -> v1.24.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

uber-go/fx (go.uber.org/fx)

v1.24.0

Compare Source

Added
  • A new event fxevent.BeforeRun is now emitted before Fx runs a constructor,
    decorator, or supply/replace stub.
Changed
  • Clearer error messages are now used when annotation building fails.

Thanks to @​Groxx, @​abhinav, @​90Byte, @​Giatroo, and @​jkanywhere for their contributions to this release.

v1.23.0

Compare Source

Added
  • Added Runtime to fxevent.Run event, which stores the runtime of
    a constructor or a decorator that's run, including functions created
    by fx.Supply and fx.Replace.
Changed

v1.22.2

Compare Source

Fixed
  • A deadlock with the relayer in signal receivers.
Changed
  • Upgrade Dig dependency to v1.18.0

v1.22.1

Compare Source

Fixed
  • Fx apps will only listen to signals when .Run(), .Wait(), or .Done()
    are called, fixing a regression introduced in v1.19.0.

Thank you @​MarcoPolo for your contribution to the release.

v1.22.0

Compare Source

Added
  • Add fx.Self which can be passed to the fx.As annotation to signify
    that a type should be provided as itself.
  • Add fxtest.EnforceTimeout that can be passed to fxtest.NewLifecycle
    to force Start and Stop to return context errors when hook context expires.
Changed
  • fx.Private can now be used with fx.Supply.
Fixed
  • Fx apps will no longer listen to OS signals when they are stopped,
    solving blocking issues in programs that depended on OS signals
    after an Fx app stops.

Thank you @​MarcoPolo for your contribution to the release.

v1.21.1

Compare Source

Changed
  • Register Fx provides (e.g. fx.Lifecycle, fx.Shutdowner, fx.DotGraph) before
    user provides, to increase likelihood of successful custom logger creation.

v1.21.0

Compare Source

Added
  • fxtest: Add WithTestLogger option that uses a testing.TB as the
    Fx event logger.
  • An fxevent logger that can log events using a slog logger has been added.
Changed
  • Upgrade Dig dependency to v1.17.1

Thanks to @​robbert229 for their contribution to the release.

v1.20.1

Compare Source

Added
  • Provided, Decorated, Supplied, and Replaced events now include a trace
    of module locations through which the option was given to the App.
  • wasi support.

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 18, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/ajvpot/[email protected]: invalid version: git ls-remote -q origin in /go/pkg/mod/cache/vcs/c15fa6cca3aa13bb2b0c6360ac14ad9a6f64a8d7ade5443fd69519fa8af50870: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/ajvpot/blocksaas/' not found

@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from d58fb0a to e2b3ab8 Compare March 13, 2024 16:59
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.20.1 Update module go.uber.org/fx to v1.21.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from e2b3ab8 to bf61a16 Compare April 24, 2024 16:17
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.21.0 Update module go.uber.org/fx to v1.21.1 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from bf61a16 to 6426136 Compare May 30, 2024 16:14
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.21.1 Update module go.uber.org/fx to v1.22.0 May 30, 2024
Copy link
Contributor Author

renovate bot commented May 30, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/ajvpot/[email protected]: invalid version: git ls-remote -q origin in /runner/cache/others/go/pkg/mod/cache/vcs/c15fa6cca3aa13bb2b0c6360ac14ad9a6f64a8d7ade5443fd69519fa8af50870: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/ajvpot/blocksaas/' not found

@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from 6426136 to ae970ad Compare June 25, 2024 22:02
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.22.0 Update module go.uber.org/fx to v1.22.1 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from ae970ad to 12094a3 Compare August 7, 2024 16:12
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.22.1 Update module go.uber.org/fx to v1.22.2 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from 12094a3 to b397d92 Compare October 11, 2024 18:21
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.22.2 Update module go.uber.org/fx to v1.23.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/go.uber.org-fx-1.x branch from b397d92 to 378c4c6 Compare May 13, 2025 23:14
@renovate renovate bot changed the title Update module go.uber.org/fx to v1.23.0 Update module go.uber.org/fx to v1.24.0 May 13, 2025
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