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

   Bumps 
[github.com/go-playground/validator/v10](https://github.com/go-playground/validator)
 from 10.11.0 to 10.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/go-playground/validator/releases";>github.com/go-playground/validator/v10's
 releases</a>.</em></p>
   <blockquote>
   <h2>Release 10.12.0</h2>
   <h2>What is new?</h2>
   <ul>
   <li>Added <code>eth_addr_checksum</code> validation.</li>
   <li>Added <code>eg_ignore_case</code> and <code>ne_ignore_case</code></li>
   <li>Added <code>http_url</code> validation for http(s) URL's</li>
   <li>Added <code>cron</code> validation.</li>
   <li>Added <code>unique</code> validation ability to validate struct 
fields.</li>
   <li>Added <code>base64rawurl</code> validation for base64 url without = 
padding</li>
   <li>Added <code>mongodb</code> objectID validation</li>
   <li>Added <code>filepath</code> validation.</li>
   <li>Added <code>dirpath</code> validation.</li>
   <li>Added <code>luhn_checksum</code> validation.</li>
   <li>Added <code>cve</code> validation.</li>
   <li>Added kosovo to country codes.</li>
   <li>Added Latvian translations.</li>
   <li>Added multiple missing language translations.</li>
   </ul>
   <h2>What was fixed?</h2>
   <ul>
   <li>Fixed multiple documentation grammar issues.</li>
   <li>Updated all dependencies to address any lingering CVE issues be reported 
by tools, even if not able to exploit through this package.</li>
   <li>Fixed <code>excluded_unless</code> validation.</li>
   <li>Fix <code>unique</code> validation for map with Pointer values.</li>
   <li>Fixed <code>unique</code> validation for struct field when itis a nil 
pointer.</li>
   <li>Fixed multiple language validation.</li>
   <li>Fixed <code>notblank</code> validation to cover all whitespace 
characters</li>
   </ul>
   <h2>What was changed?</h2>
   <ul>
   <li>Tweaked <code>eth_addr</code> validation while adding 
<code>eth_addr_checksum</code>.</li>
   <li>Updated Struct Level validation example for enum+ example.</li>
   <li>Removed unnecessary cast allowing mocking of ValidationErrors</li>
   </ul>
   <h2>Release 10.11.2</h2>
   <h2>What was fixed</h2>
   <ul>
   <li>Merged some PR and updated deps to address some CVE's in those 
libraries.</li>
   </ul>
   <h2>Release 10.11.1</h2>
   <h2>What was fixed?</h2>
   <p>Corrected/Enhanced is boolean check to take the field type into 
consideration. Thanks <a 
href="https://github.com/V-R-Dighe";><code>@​V-R-Dighe</code></a> for the <a 
href="https://redirect.github.com/go-playground/validator/pull/988";>PR</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/go-playground/validator/commit/f5e5146b316bf0283fd8988dc9f26aebe94b599d";><code>f5e5146</code></a>
 update version README</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/56e2f31322b7b169b067fceb3a48d9dc11f6f495";><code>56e2f31</code></a>
 pt_BR translation improvements (<a 
href="https://redirect.github.com/go-playground/validator/issues/967";>#967</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/e9f2d9f21a7123e5bdef611213d52a02098b66e1";><code>e9f2d9f</code></a>
 fix: removed unnecessary cast so we can mock ValidationErrors (<a 
href="https://redirect.github.com/go-playground/validator/issues/980";>#980</a>) 
(<a 
href="https://redirect.github.com/go-playground/validator/issues/981";>#981</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/b43d437012ec5766eee3a068f53c6581f8e64282";><code>b43d437</code></a>
 feat: ✨ add cve validator (<a 
href="https://redirect.github.com/go-playground/validator/issues/983";>#983</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/58d420de41816ab1547101ed9dd2e022b5e9fcb7";><code>58d420d</code></a>
 add kosovo (<a 
href="https://redirect.github.com/go-playground/validator/issues/1081";>#1081</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/c6f86379834b301210fdd4c6c2a553c3b2717cae";><code>c6f8637</code></a>
 Fixed NotBlank validator to cover all whitespace characters (<a 
href="https://redirect.github.com/go-playground/validator/issues/997";>#997</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/f6f934c4e9238275d58780d0bc4a61c51c1bacb1";><code>f6f934c</code></a>
 Added Latvian translations (<a 
href="https://redirect.github.com/go-playground/validator/issues/1005";>#1005</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/ae3e7287630f7ea4f42942abe562e6e9ae6157da";><code>ae3e728</code></a>
 Introduce Luhn Checksum Validation (<a 
href="https://redirect.github.com/go-playground/validator/issues/1009";>#1009</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/0665b9518a6c528bfb72709fe0263f220faec0d8";><code>0665b95</code></a>
 Refactor: fix for lint errors (<a 
href="https://redirect.github.com/go-playground/validator/issues/1011";>#1011</a>)</li>
   <li><a 
href="https://github.com/go-playground/validator/commit/21b88d1a2508bd449add2df77b4fb216a38b00a5";><code>21b88d1</code></a>
 Fix the Japanese translations of gte and lte (<a 
href="https://redirect.github.com/go-playground/validator/issues/1012";>#1012</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/go-playground/validator/compare/v10.11.0...v10.12.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.11.0&new-version=10.12.0)](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>


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to