Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 #78

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/imdario/mergo-0.3.13 into v3 2022-06-25 23:12:26 +03:00
dependabot[bot] commented 2022-05-26 20:19:43 +03:00 (Migrated from github.com)

Bumps github.com/imdario/mergo from 0.3.12 to 0.3.13.

Release notes

Sourced from github.com/imdario/mergo's releases.

Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

What's Changed

New Contributors

Full Changelog: https://github.com/imdario/mergo/compare/0.3.12...v0.3.13

Commits
  • 1949787 Update README.md
  • 80c13e1 Merge pull request #212 from imdario/dcc/issue-206
  • f86e6f6 Upgrade yaml to v3
  • 39ebbbb Merge pull request #210 from heaths/issue209
  • fd7d2bc Merge pull request #211 from zaquestion/transformer_valid_destination
  • 8109749 add test for deepMerge panic
  • 4bed36e add test for keeping zero values with transformer
  • ab6b270 fix: gate transformers on valid non-nil destinations
  • 200f90d Support slices of same type
  • fd3dfc9 Merge pull request #191 from marcauberer/master
  • 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 [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/imdario/mergo/releases">github.com/imdario/mergo's releases</a>.</em></p> <blockquote> <h2>Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in README.md by <a href="https://github.com/eltociear"><code>@​eltociear</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/184">imdario/mergo#184</a></li> <li>Adding StructBot to Mergo in the wild section by <a href="https://github.com/tjpnz"><code>@​tjpnz</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/193">imdario/mergo#193</a></li> <li>Add Goreleaser to featured projects by <a href="https://github.com/marcauberer"><code>@​marcauberer</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/191">imdario/mergo#191</a></li> <li>fix: gate transformers on valid non-nil destinations by <a href="https://github.com/zaquestion"><code>@​zaquestion</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/211">imdario/mergo#211</a></li> <li>Support slices of same type by <a href="https://github.com/heaths"><code>@​heaths</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/210">imdario/mergo#210</a></li> <li>Upgrade yaml to v3 by <a href="https://github.com/imdario"><code>@​imdario</code></a> in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/212">imdario/mergo#212</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eltociear"><code>@​eltociear</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/184">imdario/mergo#184</a></li> <li><a href="https://github.com/tjpnz"><code>@​tjpnz</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/193">imdario/mergo#193</a></li> <li><a href="https://github.com/marcauberer"><code>@​marcauberer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/191">imdario/mergo#191</a></li> <li><a href="https://github.com/zaquestion"><code>@​zaquestion</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/211">imdario/mergo#211</a></li> <li><a href="https://github.com/heaths"><code>@​heaths</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/imdario/mergo/pull/210">imdario/mergo#210</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/imdario/mergo/compare/0.3.12...v0.3.13">https://github.com/imdario/mergo/compare/0.3.12...v0.3.13</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/imdario/mergo/commit/194978757031c1a5c8ff8e059ae75fc2fc2a04f7"><code>1949787</code></a> Update README.md</li> <li><a href="https://github.com/imdario/mergo/commit/80c13e16e74fb7da089e80fccdc1e5803ea8f346"><code>80c13e1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/imdario/mergo/issues/212">#212</a> from imdario/dcc/issue-206</li> <li><a href="https://github.com/imdario/mergo/commit/f86e6f60b76f0b19e53ff2fc409286667f7de9e9"><code>f86e6f6</code></a> Upgrade yaml to v3</li> <li><a href="https://github.com/imdario/mergo/commit/39ebbbb298722dd51d14ae652ddca0f269a9afe5"><code>39ebbbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/imdario/mergo/issues/210">#210</a> from heaths/issue209</li> <li><a href="https://github.com/imdario/mergo/commit/fd7d2bcdb08b91ac29e166e6056569c983347088"><code>fd7d2bc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/imdario/mergo/issues/211">#211</a> from zaquestion/transformer_valid_destination</li> <li><a href="https://github.com/imdario/mergo/commit/8109749b3ef7378913953135f986c307d5f159a9"><code>8109749</code></a> add test for deepMerge panic</li> <li><a href="https://github.com/imdario/mergo/commit/4bed36ec55e461d22a3a5d17c1525693d9587cc8"><code>4bed36e</code></a> add test for keeping zero values with transformer</li> <li><a href="https://github.com/imdario/mergo/commit/ab6b2707a132405e07fe89b72a9f70ee927dec56"><code>ab6b270</code></a> fix: gate transformers on valid non-nil destinations</li> <li><a href="https://github.com/imdario/mergo/commit/200f90d97053f846f603a88fa283dccc30198142"><code>200f90d</code></a> Support slices of same type</li> <li><a href="https://github.com/imdario/mergo/commit/fd3dfc91a2151957f2fe870772747a469bc89ced"><code>fd3dfc9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/imdario/mergo/issues/191">#191</a> from marcauberer/master</li> <li>Additional commits viewable in <a href="https://github.com/imdario/mergo/compare/0.3.12...v0.3.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/imdario/mergo&package-manager=go_modules&previous-version=0.3.12&new-version=0.3.13)](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) reviewed 2022-05-26 20:19:59 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2022-06-25 22:46:59 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2022-06-25 22:51:53 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-06-25 23:06:33 +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-config-consul#78
No description provided.