Skip to content

Commit 08e17ec

Browse files
chore: bump github.com/go-playground/validator/v10 from 10.28.0 to 10.29.0 (#21270)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.28.0 to 10.29.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>v10.29.0</h2> <h2>What's Changed</h2> <ul> <li>fix: minor spelling fix in docs by <a href="https://github.com/Perfect5th"><code>@​Perfect5th</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1472">go-playground/validator#1472</a></li> <li>Bump golang.org/x/text from 0.29.0 to 0.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1473">go-playground/validator#1473</a></li> <li>Bump golang.org/x/crypto from 0.42.0 to 0.43.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1474">go-playground/validator#1474</a></li> <li>Fix integer overflows in test when run on 32bit systems by <a href="https://github.com/gibmat"><code>@​gibmat</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1479">go-playground/validator#1479</a></li> <li>fix: exclude modernize linter by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1487">go-playground/validator#1487</a></li> <li>Bump golangci/golangci-lint-action from 8 to 9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1490">go-playground/validator#1490</a></li> <li>Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1485">go-playground/validator#1485</a></li> <li>Support for ISO 9362:2022 BIC (SWIFT) codes by <a href="https://github.com/fira42073"><code>@​fira42073</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1478">go-playground/validator#1478</a></li> <li>Bump golang.org/x/crypto from 0.43.0 to 0.44.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1492">go-playground/validator#1492</a></li> <li>Fix: validation now rejects phone codes starting with +0 by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1476">go-playground/validator#1476</a></li> <li>Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1495">go-playground/validator#1495</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1497">go-playground/validator#1497</a></li> <li>fix/1500:Update Sierra Leone currency code from SLL to SLE by <a href="https://github.com/princekm096"><code>@​princekm096</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1501">go-playground/validator#1501</a></li> <li>Fix/1481 skip invalid type validations by <a href="https://github.com/KaranLathiya"><code>@​KaranLathiya</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1498">go-playground/validator#1498</a></li> <li>Fix 1502 update ccy codes by <a href="https://github.com/princekm096"><code>@​princekm096</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1503">go-playground/validator#1503</a></li> <li>Added alphanumspace string validator by <a href="https://github.com/haribabuk113"><code>@​haribabuk113</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1484">go-playground/validator#1484</a></li> <li><code>excluded_unless</code> bug fix by <a href="https://github.com/chargraves85"><code>@​chargraves85</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1307">go-playground/validator#1307</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Perfect5th"><code>@​Perfect5th</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1472">go-playground/validator#1472</a></li> <li><a href="https://github.com/gibmat"><code>@​gibmat</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1479">go-playground/validator#1479</a></li> <li><a href="https://github.com/fira42073"><code>@​fira42073</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1478">go-playground/validator#1478</a></li> <li><a href="https://github.com/princekm096"><code>@​princekm096</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1501">go-playground/validator#1501</a></li> <li><a href="https://github.com/KaranLathiya"><code>@​KaranLathiya</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1498">go-playground/validator#1498</a></li> <li><a href="https://github.com/haribabuk113"><code>@​haribabuk113</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1484">go-playground/validator#1484</a></li> <li><a href="https://github.com/chargraves85"><code>@​chargraves85</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1307">go-playground/validator#1307</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0">https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/afce000d4f55c2721c8bd568a614b169fa191b39"><code>afce000</code></a> <code>excluded_unless</code> bug fix (<a href="https://redirect.github.com/go-playground/validator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/0c1335d0b8cdb8f766ab712c5885b39e3b6939fa"><code>0c1335d</code></a> Added alphanumspace string validator (<a href="https://redirect.github.com/go-playground/validator/issues/1484">#1484</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/c6a4fb6dcc231d13efe289b119d7d9805345677d"><code>c6a4fb6</code></a> Fix 1502 update ccy codes (<a href="https://redirect.github.com/go-playground/validator/issues/1503">#1503</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/80b6d11d808671c0db8eb37c42da3b077ec64653"><code>80b6d11</code></a> Fix/1481 skip invalid type validations (<a href="https://redirect.github.com/go-playground/validator/issues/1498">#1498</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/a0faae9b5491fcdd27b4512f2a230c4aa2147470"><code>a0faae9</code></a> fix/1500:Update Sierra Leone currency code from SLL to SLE (<a href="https://redirect.github.com/go-playground/validator/issues/1501">#1501</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/d1aac1a51636c69b922b9deb8f40d37a0fd9b675"><code>d1aac1a</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/go-playground/validator/issues/1497">#1497</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/771c22c00fd5b99dd5a5773ceee0200f736910ca"><code>771c22c</code></a> Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1495">#1495</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/71e50301a837b7f593f2aaf32f828f5fe7b6f945"><code>71e5030</code></a> Fix: validation now rejects phone codes starting with +0 (<a href="https://redirect.github.com/go-playground/validator/issues/1476">#1476</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/a2211184ba30847bc99b5984e108f31f6ffc9495"><code>a221118</code></a> Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1492">#1492</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/419544fd9367e2914183cf0e03a793d12bdcea15"><code>419544f</code></a> Support for ISO 9362:2022 BIC (SWIFT) codes (<a href="https://redirect.github.com/go-playground/validator/issues/1478">#1478</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.28.0...v10.29.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.28.0&new-version=10.29.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f346eb0 commit 08e17ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ require (
125125
github.com/go-chi/httprate v0.15.0
126126
github.com/go-jose/go-jose/v4 v4.1.3
127127
github.com/go-logr/logr v1.4.3
128-
github.com/go-playground/validator/v10 v10.28.0
128+
github.com/go-playground/validator/v10 v10.29.0
129129
github.com/gofrs/flock v0.13.0
130130
github.com/gohugoio/hugo v0.152.2
131131
github.com/golang-jwt/jwt/v4 v4.5.2
@@ -296,7 +296,7 @@ require (
296296
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
297297
github.com/felixge/httpsnoop v1.0.4 // indirect
298298
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
299-
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
299+
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
300300
github.com/go-chi/hostrouter v0.3.0 // indirect
301301
github.com/go-ini/ini v1.67.0 // indirect
302302
github.com/go-logr/stdr v1.2.2 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,8 @@ github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa h1:RDBNVkRviHZtvD
11041104
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa/go.mod h1:KnogPXtdwXqoenmZCw6S+25EAm2MkxbG0deNDu4cbSA=
11051105
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
11061106
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
1107-
github.com/gabriel-vasile/mimetype v1.4.10 h1:zyueNbySn/z8mJZHLt6IPw0KoZsiQNszIpU+bX4+ZK0=
1108-
github.com/gabriel-vasile/mimetype v1.4.10/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
1107+
github.com/gabriel-vasile/mimetype v1.4.11 h1:AQvxbp830wPhHTqc1u7nzoLT+ZFxGY7emj5DR5DYFik=
1108+
github.com/gabriel-vasile/mimetype v1.4.11/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
11091109
github.com/gen2brain/beeep v0.11.1 h1:EbSIhrQZFDj1K2fzlMpAYlFOzV8YuNe721A58XcCTYI=
11101110
github.com/gen2brain/beeep v0.11.1/go.mod h1:jQVvuwnLuwOcdctHn/uyh8horSBNJ8uGb9Cn2W4tvoc=
11111111
github.com/getkin/kin-openapi v0.133.0 h1:pJdmNohVIJ97r4AUFtEXRXwESr8b0bD721u/Tz6k8PQ=
@@ -1172,8 +1172,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
11721172
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
11731173
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
11741174
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
1175-
github.com/go-playground/validator/v10 v10.28.0 h1:Q7ibns33JjyW48gHkuFT91qX48KG0ktULL6FgHdG688=
1176-
github.com/go-playground/validator/v10 v10.28.0/go.mod h1:GoI6I1SjPBh9p7ykNE/yj3fFYbyDOpwMn5KXd+m2hUU=
1175+
github.com/go-playground/validator/v10 v10.29.0 h1:lQlF5VNJWNlRbRZNeOIkWElR+1LL/OuHcc0Kp14w1xk=
1176+
github.com/go-playground/validator/v10 v10.29.0/go.mod h1:D6QxqeMlgIPuT02L66f2ccrZ7AGgHkzKmmTMZhk/Kc4=
11771177
github.com/go-sourcemap/sourcemap v2.1.3+incompatible h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=
11781178
github.com/go-sourcemap/sourcemap v2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg=
11791179
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=

0 commit comments

Comments
 (0)