xmidt-org / themis

This is a JWT Issuer for the Xmidt service
Apache License 2.0
4 stars 10 forks source link

Bump go.uber.org/multierr from 1.9.0 to 1.11.0 #156

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps go.uber.org/multierr from 1.9.0 to 1.11.0.

Release notes

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

v1.11.0

  • 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

  • Support Go 1.20 Unwrap() []error
  • Remove unused glide.yaml
  • Drop external atomic dependency
  • README: Add Features section
Changelog

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

v1.11.0 (2023-03-28)

  • 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 (2023-03-08)

  • 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.
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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #156 (2525819) into main (892fadc) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 2525819 differs from pull request most recent head ed91241. Consider uploading reports for the commit ed91241 to get more accurate results

@@           Coverage Diff           @@
##             main     #156   +/-   ##
=======================================
  Coverage   78.55%   78.55%           
=======================================
  Files          35       35           
  Lines        1562     1562           
=======================================
  Hits         1227     1227           
  Misses        308      308           
  Partials       27       27           
Flag Coverage Δ
unittests 78.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot[bot] commented 1 year ago

Looks like go.uber.org/multierr is up-to-date now, so this is no longer needed.