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

Update module go.uber.org/multierr to v1.11.0 - autoclosed #130

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
go.uber.org/multierr require minor v1.6.0 -> v1.11.0

Release Notes

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

v1.11.0

Compare Source

====================

  • Errors now supports any error that implements multiple-error
    interface.
  • Add Every function to allow checking if all errors in the chain
    satisfies errors.Is against the target error.

v1.10.0

Compare Source

====================

  • Comply with Go 1.20's multiple-error interface.
  • Drop Go 1.18 support.
    Per the support policy, only Go 1.19 and 1.20 are supported now.
  • Drop all non-test external dependencies.

v1.9.0

Compare Source

===================

  • Add AppendFunc that allow passsing functions to similar to
    AppendInvoke.

  • Bump up yaml.v3 dependency to 3.0.1.

v1.8.0

Compare Source

===================

  • Combine: perform zero allocations when there are no errors.

v1.7.0

Compare Source

===================

  • Add AppendInvoke to append into errors from defer blocks.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency label Oct 23, 2023
@renovate renovate bot force-pushed the renovate/go.uber.org-multierr-1.x branch from 02b6b77 to 8a650ba Compare November 13, 2023 12:41
@renovate renovate bot changed the title Update module go.uber.org/multierr to v1.11.0 Update module go.uber.org/multierr to v1.11.0 - autoclosed Nov 13, 2023
@renovate renovate bot closed this Nov 13, 2023
@renovate renovate bot deleted the renovate/go.uber.org-multierr-1.x branch November 13, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants