Bump go.unistack.org/micro/v3 from 3.8.7 to 3.8.10 #78

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.8.10 into master 2021-11-19 20:24:19 +03:00
dependabot[bot] commented 2021-11-19 20:22:26 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.8.7 to 3.8.10.

Release notes

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

v3.8.10

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10

v3.8.9

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9

v3.8.8

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8

Commits
  • 734f751 Merge pull request #63 from unistack-org/master
  • 55d8a9e util/http: add type alias
  • 07c9304 Merge pull request #62 from unistack-org/master
  • b9bbfdf config: add watch option helper
  • fbad257 config: add helpers to load/save options (#60)
  • 1829feb util/http: fix lint issues
  • 7838fa6 util/trie: import some code from chi router
  • See full diff 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.7 to 3.8.10. <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.10</h2> <h2>What's Changed</h2> <ul> <li>util/http: add type alias by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/63">unistack-org/micro#63</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10">https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10</a></p> <h2>v3.8.9</h2> <h2>What's Changed</h2> <ul> <li>config: add helpers to load/save options by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/60">unistack-org/micro#60</a></li> <li>merge stable by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/62">unistack-org/micro#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9">https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9</a></p> <h2>v3.8.8</h2> <h2>What's Changed</h2> <ul> <li>merge stable changes by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/61">unistack-org/micro#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8">https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/734f7510554a9fd0734068df289ff809412558d1"><code>734f751</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/63">#63</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/55d8a9ee20466f0a008d527edba212ab9e121a08"><code>55d8a9e</code></a> util/http: add type alias</li> <li><a href="https://github.com/unistack-org/micro/commit/07c93042baf0b0ad4fe40b59e9dc94363e272b2e"><code>07c9304</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/62">#62</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/b9bbfdf159603b76a4366f8cd4b49f0916cc79af"><code>b9bbfdf</code></a> config: add watch option helper</li> <li><a href="https://github.com/unistack-org/micro/commit/fbad257accbbc84aff71b2268251eaba6f119eb1"><code>fbad257</code></a> config: add helpers to load/save options (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/60">#60</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/1829febb6e1acba65110993e951a2028cfccce43"><code>1829feb</code></a> util/http: fix lint issues</li> <li><a href="https://github.com/unistack-org/micro/commit/7838fa62a88e7856faf9d2f3dffcea799bdbb1a4"><code>7838fa6</code></a> util/trie: import some code from chi router</li> <li>See full diff in <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.10">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.7&new-version=3.8.10)](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 2021-11-19 20:22:42 +03:00
Sign in to join this conversation.
No reviewers
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-server-http#78
No description provided.