Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/go-playground/validator/v10 from 10.20.0…
… to 10.22.0 (#167) Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.20.0 to 10.22.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.22.0</h2> <p>No release notes provided.</p> <h2>Release 10.21.0</h2> <h2>What's Changed</h2> <ul> <li>MongoDB validator improved by <a href="https://github.com/pixel365"><code>@pixel365</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1196">go-playground/validator#1196</a></li> <li>change codes bool value to struct{} by <a href="https://github.com/nar10z"><code>@nar10z</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1270">go-playground/validator#1270</a></li> <li>Fix grammar issues in comments, tests, field names by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1262">go-playground/validator#1262</a></li> <li>Make docs for required more explicit regarding boolean values by <a href="https://github.com/alexongh"><code>@alexongh</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1261">go-playground/validator#1261</a></li> <li>Fix Japanese translation of max-items, lt-items and lte-items error by <a href="https://github.com/Tomoki108"><code>@Tomoki108</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1250">go-playground/validator#1250</a></li> <li>chore: fix some comments by <a href="https://github.com/pavedroad"><code>@pavedroad</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1242">go-playground/validator#1242</a></li> <li>Polish language support by <a href="https://github.com/thinkofher"><code>@thinkofher</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1217">go-playground/validator#1217</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pixel365"><code>@pixel365</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1196">go-playground/validator#1196</a></li> <li><a href="https://github.com/nar10z"><code>@nar10z</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1270">go-playground/validator#1270</a></li> <li><a href="https://github.com/alexongh"><code>@alexongh</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1261">go-playground/validator#1261</a></li> <li><a href="https://github.com/Tomoki108"><code>@Tomoki108</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1250">go-playground/validator#1250</a></li> <li><a href="https://github.com/pavedroad"><code>@pavedroad</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1242">go-playground/validator#1242</a></li> <li><a href="https://github.com/thinkofher"><code>@thinkofher</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1217">go-playground/validator#1217</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.20.0...v10.21.0">https://github.com/go-playground/validator/compare/v10.20.0...v10.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/a947377040f8ebaee09f20d09a745ec369396793"><code>a947377</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/01e855d40a25aba7880d16d62d920ad0953510ef"><code>01e855d</code></a> Add Ukrainian translation (<a href="https://redirect.github.com/go-playground/validator/issues/1275">#1275</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/2e1df48b5ab876bdd461bdccc51d109389e7572f"><code>2e1df48</code></a> Lazily initialize regexes to speed up <code>init()</code> (<a href="https://redirect.github.com/go-playground/validator/issues/1277">#1277</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/c7e85182ab05a4b302bca82a86f1f09530bd2bc1"><code>c7e8518</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/c28c28be9b01cea95c3da10f231d08581f8533c7"><code>c28c28b</code></a> Polish language support (<a href="https://redirect.github.com/go-playground/validator/issues/1217">#1217</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/0a5b07be319084a47fa4c354cdc6fb3f9c3cda88"><code>0a5b07b</code></a> chore: fix some comments (<a href="https://redirect.github.com/go-playground/validator/issues/1242">#1242</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/3d65a9bbe91e69261d4878325833ed73cc94fc27"><code>3d65a9b</code></a> Fix Japanese translation of max-items, lt-items and lte-items error (<a href="https://redirect.github.com/go-playground/validator/issues/1250">#1250</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/d3e28c4bd82f28cdeb3add5677a866f3fa963239"><code>d3e28c4</code></a> Make docs for required more explicit regarding boolean values (<a href="https://redirect.github.com/go-playground/validator/issues/1261">#1261</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/0df4e001ad4551a78fd5e6267c5617890c67d03f"><code>0df4e00</code></a> Fix grammar issues in comments, tests, field names (<a href="https://redirect.github.com/go-playground/validator/issues/1262">#1262</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/10c3c84f45a142646b7dfb779a2b7f9d4e24528c"><code>10c3c84</code></a> change codes bool value to struct{} (<a href="https://redirect.github.com/go-playground/validator/issues/1270">#1270</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.20.0...v10.22.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.20.0&new-version=10.22.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information