Bump go.unistack.org/micro/v3 from 3.8.14 to 3.8.19 #5

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.8.19 into master
dependabot[bot] commented 2022-01-25 09:28:37 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.8.14 to 3.8.19.

Release notes

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

v3.8.19

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.18...v3.8.19

v3.8.18

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18

v3.8.17

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17

v3.8.16

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16

v3.8.15

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.14...v3.8.15

Commits
  • 0257eae Merge pull request #85 from unistack-org/master
  • 58f03d0 Merge pull request #84 from unistack-org/errors_marshal
  • 60340a7 errors: fix MarshalJSON func
  • 56b0df5 Merge pull request #83 from unistack-org/dependabot/go_modules/go.unistack.or...
  • bb59d5a chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.1 to 3.2.0
  • 67d5dc7 Merge pull request #82 from unistack-org/master
  • 797c0f8 Merge pull request #81 from unistack-org/errors
  • 8546140 errors: fix parsing
  • 92b125c Merge pull request #80 from unistack-org/master
  • 8f7eebc Merge pull request #79 from unistack-org/errors
  • 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/v3](https://github.com/unistack-org/micro) from 3.8.14 to 3.8.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unistack-org/micro/releases">go.unistack.org/micro/v3's releases</a>.</em></p> <blockquote> <h2>v3.8.19</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.1 to 3.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/83">unistack-org/micro#83</a></li> <li>errors: fix MarshalJSON func by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/84">unistack-org/micro#84</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.18...v3.8.19">https://github.com/unistack-org/micro/compare/v3.8.18...v3.8.19</a></p> <h2>v3.8.18</h2> <h2>What's Changed</h2> <ul> <li>errors: fix parsing by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/81">unistack-org/micro#81</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18">https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18</a></p> <h2>v3.8.17</h2> <h2>What's Changed</h2> <ul> <li>errors: fix FromError and errors.Unmarshal by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/79">unistack-org/micro#79</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17">https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17</a></p> <h2>v3.8.16</h2> <h2>What's Changed</h2> <ul> <li>logger: add logger Fields test by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/75">unistack-org/micro#75</a></li> <li>add logger context test by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/76">unistack-org/micro#76</a></li> <li>errors: add proto by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/77">unistack-org/micro#77</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16">https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16</a></p> <h2>v3.8.15</h2> <h2>What's Changed</h2> <ul> <li>logger: fix fields by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/73">unistack-org/micro#73</a></li> <li>logger: fix Fields by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/74">unistack-org/micro#74</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.14...v3.8.15">https://github.com/unistack-org/micro/compare/v3.8.14...v3.8.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/0257eae936730a79f48d8966003419ebe0de112c"><code>0257eae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/85">#85</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/58f03d05e712e3dd064f953f2f568a5caaffb590"><code>58f03d0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/84">#84</a> from unistack-org/errors_marshal</li> <li><a href="https://github.com/unistack-org/micro/commit/60340a749b76f66d2e4228fb6843e17a4996021f"><code>60340a7</code></a> errors: fix MarshalJSON func</li> <li><a href="https://github.com/unistack-org/micro/commit/56b0df5b7aa7adec1410ee7c39f527ebe39ebe09"><code>56b0df5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/83">#83</a> from unistack-org/dependabot/go_modules/go.unistack.or...</li> <li><a href="https://github.com/unistack-org/micro/commit/bb59d5a2fd72c5a49a0903ec8e7b78bc03bfd687"><code>bb59d5a</code></a> chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.1 to 3.2.0</li> <li><a href="https://github.com/unistack-org/micro/commit/67d5dc7e2882793d65a00ad3a7da485a08e09e3e"><code>67d5dc7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/82">#82</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/797c0f822d5d889ccdcd956ffa71190a65b27fb3"><code>797c0f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/81">#81</a> from unistack-org/errors</li> <li><a href="https://github.com/unistack-org/micro/commit/8546140e22d9ddbf554b8d4553e52476bc445d12"><code>8546140</code></a> errors: fix parsing</li> <li><a href="https://github.com/unistack-org/micro/commit/92b125c1ce2fadf683691198164faf1954a73b4e"><code>92b125c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/80">#80</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/8f7eebc24fea7e4b0effbcfb67a59d601b370fc9"><code>8f7eebc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/79">#79</a> from unistack-org/errors</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.8.14...v3.8.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.unistack.org/micro/v3&package-manager=go_modules&previous-version=3.8.14&new-version=3.8.19)](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>
vtolstov (Migrated from github.com) approved these changes 2022-01-25 09:28:51 +03:00
dependabot[bot] commented 2022-01-26 09:26:38 +03:00 (Migrated from github.com)

Superseded by #6.

Superseded by #6.

Pull request closed

Sign in to join this conversation.
No description provided.