You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/11/03 14:06:13 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #838: Bump github.com/mitchellh/mapstructure from 1.2.3 to 1.3.3

dependabot[bot] opened a new pull request #838:
URL: https://github.com/apache/dubbo-go/pull/838


   Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.2.3 to 1.3.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md">github.com/mitchellh/mapstructure's changelog</a>.</em></p>
   <blockquote>
   <h2>1.3.3</h2>
   <ul>
   <li>Decoding maps from maps creates a settable value for decode hooks <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/203">GH-203</a></li>
   </ul>
   <h2>1.3.2</h2>
   <ul>
   <li>Decode into interface type with a struct value is supported <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/187">GH-187</a></li>
   </ul>
   <h2>1.3.1</h2>
   <ul>
   <li>Squash should only squash embedded structs. <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/194">GH-194</a></li>
   </ul>
   <h2>1.3.0</h2>
   <ul>
   <li>Added <code>&quot;,omitempty&quot;</code> support. This will ignore zero values in the source
   structure when encoding. <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/145">GH-145</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/9e1e4717f8567d7ead72d070d064ad17d444a67e"><code>9e1e471</code></a> update CHANGELOG</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/fb53316e1ca956dcadc71f32ea502facb5362ddc"><code>fb53316</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/203">#203</a> from mkeeler/settable-intermediates</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/bfe0d3c2f4c47d70d56f279e6c8867b05a3117cb"><code>bfe0d3c</code></a> Ensure that intermediate maps during struct to struct decoding are settable</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/d16e9488127408e67948eb43b6d3fbb9f222da10"><code>d16e948</code></a> update CHANGELOG</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/7c2237ae6f4e6cfc67f2fb3cfae62447e0e9e0ae"><code>7c2237a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/196">#196</a> from mitchellh/b-interface-value</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/93663c4d5b1f33be88f4083d3c7451ed0c1439fb"><code>93663c4</code></a> If interface value is not addressable, make copy and set</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/5ffcd79c21a22dfc188e1c5726b05dd428bb9b4e"><code>5ffcd79</code></a> add test for <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/187">#187</a>'s working case</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/20e21c67c4d0e1b4244f83449b7cdd10435ee998"><code>20e21c6</code></a> update CHANGELOG</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/ac490cc86d06a4784fd9198cb323841cca002bb9"><code>ac490cc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitchellh/mapstructure/issues/194">#194</a> from veyo-dev/squash-embedded-only</li>
   <li><a href="https://github.com/mitchellh/mapstructure/commit/1d69ed7aa0ba61f00b11a0233e6eb9109ace2870"><code>1d69ed7</code></a> Fix squash decoder option to squash only embedded fields</li>
   <li>Additional commits viewable in <a href="https://github.com/mitchellh/mapstructure/compare/v1.2.3...v1.3.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mitchellh/mapstructure&package-manager=go_modules&previous-version=1.2.3&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks merged pull request #838: Bump github.com/mitchellh/mapstructure from 1.2.3 to 1.3.3

Posted by GitBox <gi...@apache.org>.
AlexStocks merged pull request #838:
URL: https://github.com/apache/dubbo-go/pull/838


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org