Skip to content

Commit

Permalink
build(deps): bump github.com/go-playground/validator/v10 from 10.20.0…
Browse files Browse the repository at this point in the history
… 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
mergify[bot] authored Jun 29, 2024
2 parents 2558145 + 2a256c9 commit 96f5f6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/go-logr/stdr v1.2.2
github.com/go-logr/zerologr v1.2.3
github.com/go-playground/validator/v10 v10.20.0
github.com/go-playground/validator/v10 v10.22.0
github.com/google/go-cmp v0.6.0
github.com/peterbourgon/ff/v3 v3.4.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.20.0 h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=
github.com/go-playground/validator/v10 v10.20.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-playground/validator/v10 v10.22.0 h1:k6HsTZ0sTnROkhS//R0O+55JgM8C4Bx7ia+JlgcnOao=
github.com/go-playground/validator/v10 v10.22.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
Expand Down

0 comments on commit 96f5f6b

Please sign in to comment.