build(deps): bump go.unistack.org/micro-server-grpc/v3 from 3.9.1 to 3.9.3 #214

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.unistack.org/micro-server-grpc/v3-3.9.3 into master 2022-04-11 18:05:04 +03:00
dependabot[bot] commented 2022-04-11 18:01:23 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro-server-grpc/v3 from 3.9.1 to 3.9.3.

Release notes

Sourced from go.unistack.org/micro-server-grpc/v3's releases.

v3.9.3

What's Changed

Full Changelog: https://github.com/unistack-org/micro-server-grpc/compare/v3.9.2...v3.9.3

v3.9.2

What's Changed

Full Changelog: https://github.com/unistack-org/micro-server-grpc/compare/v3.9.1...v3.9.2

Commits
  • b4a2fbd Merge pull request #110 from unistack-org/init_fix
  • e36db68 fix init
  • b6b101b Merge pull request #107 from unistack-org/status
  • cbafc74 fux
  • 1e19359 allow to transfer *status.Status as error from handler
  • 8e88abb allow to transfer *status.Status as error from handler
  • adf9a0d Merge pull request #106 from unistack-org/cleanup
  • a1a5980 cleanup
  • 25a74b6 Merge pull request #105 from unistack-org/dependabot/go_modules/go.unistack.o...
  • 5ed755f Bump go.unistack.org/micro/v3 from 3.9.5 to 3.9.7
  • 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)
Bumps [go.unistack.org/micro-server-grpc/v3](https://github.com/unistack-org/micro-server-grpc) from 3.9.1 to 3.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unistack-org/micro-server-grpc/releases">go.unistack.org/micro-server-grpc/v3's releases</a>.</em></p> <blockquote> <h2>v3.9.3</h2> <h2>What's Changed</h2> <ul> <li>fix init by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/pull/110">unistack-org/micro-server-grpc#110</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro-server-grpc/compare/v3.9.2...v3.9.3">https://github.com/unistack-org/micro-server-grpc/compare/v3.9.2...v3.9.3</a></p> <h2>v3.9.2</h2> <h2>What's Changed</h2> <ul> <li>Bump go.unistack.org/micro/v3 from 3.9.1 to 3.9.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/pull/104">unistack-org/micro-server-grpc#104</a></li> <li>Bump go.unistack.org/micro/v3 from 3.9.5 to 3.9.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/pull/105">unistack-org/micro-server-grpc#105</a></li> <li>cleanup by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/pull/106">unistack-org/micro-server-grpc#106</a></li> <li>allow to transfer *status.Status as error from handler by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/pull/107">unistack-org/micro-server-grpc#107</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro-server-grpc/compare/v3.9.1...v3.9.2">https://github.com/unistack-org/micro-server-grpc/compare/v3.9.1...v3.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/b4a2fbdeebf0d96b6e2612ab0455d53b386c45a4"><code>b4a2fbd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/issues/110">#110</a> from unistack-org/init_fix</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/e36db68d4dee66b7c77557ab0df1a3822ca8939a"><code>e36db68</code></a> fix init</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/b6b101b140ddf6c44a2cc600cd994bc2c55ff9bd"><code>b6b101b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/issues/107">#107</a> from unistack-org/status</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/cbafc74e416793a38582b80386a148a730b869cc"><code>cbafc74</code></a> fux</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/1e19359ab1f51e1c2a830014f4f594cb56eddc43"><code>1e19359</code></a> allow to transfer *status.Status as error from handler</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/8e88abbbca4b1ee55014052d448f9386fdf6348e"><code>8e88abb</code></a> allow to transfer *status.Status as error from handler</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/adf9a0d82dc84d0feb553155f6e40da2a3ba0039"><code>adf9a0d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/issues/106">#106</a> from unistack-org/cleanup</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/a1a59805342064ef9437ccd1f543dad1ee8be855"><code>a1a5980</code></a> cleanup</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/25a74b6935cc8fa8d993e3ff62258a9dee5620e5"><code>25a74b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro-server-grpc/issues/105">#105</a> from unistack-org/dependabot/go_modules/go.unistack.o...</li> <li><a href="https://github.com/unistack-org/micro-server-grpc/commit/5ed755f5bb759b03d22f9c9599f112b553f7c561"><code>5ed755f</code></a> Bump go.unistack.org/micro/v3 from 3.9.5 to 3.9.7</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro-server-grpc/compare/v3.9.1...v3.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.unistack.org/micro-server-grpc/v3&package-manager=go_modules&previous-version=3.9.1&new-version=3.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2022-04-11 18:01:44 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-tests#214
No description provided.