- Notifications
You must be signed in to change notification settings - Fork1k
Commitdd99d40
authored
chore: bump github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0 (#20176)
Bumps[github.com/go-playground/validator/v10](https://github.com/go-playground/validator)from 10.27.0 to 10.28.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10'sreleases</a>.</em></p><blockquote><h2>Release 10.28.0</h2><h2>What's Changed</h2><ul><li>Update workflow.yml to support 2 most recent major versions by <ahref="https://github.com/nodivbyzero"><code>@nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1417">go-playground/validator#1417</a></li><li>Bump actions/checkout from 4 to 5 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/go-playground/validator/pull/1456">go-playground/validator#1456</a></li><li>Go 1.25 support by <ahref="https://github.com/nodivbyzero"><code>@nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1459">go-playground/validator#1459</a></li><li>Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/go-playground/validator/pull/1463">go-playground/validator#1463</a></li><li>Bump golang.org/x/text from 0.22.0 to 0.29.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/go-playground/validator/pull/1464">go-playground/validator#1464</a></li><li>Bump actions/setup-go from 5 to 6 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/go-playground/validator/pull/1465">go-playground/validator#1465</a></li><li>Bump golang.org/x/crypto from 0.33.0 to 0.42.0 by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/go-playground/validator/pull/1467">go-playground/validator#1467</a></li><li>fix: should panic when define duplicate field param in<code>required_if</code> by <ahref="https://github.com/duyquang6"><code>@duyquang6</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1468">go-playground/validator#1468</a></li><li>Fixed missing keys from returned errors in map validation by <ahref="https://github.com/gelozr"><code>@gelozr</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1284">go-playground/validator#1284</a></li><li>Added https_url tag by <ahref="https://github.com/ahmedkamalio"><code>@ahmedkamalio</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1461">go-playground/validator#1461</a></li><li>docs: add description for 'port' validator by <ahref="https://github.com/nodivbyzero"><code>@nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1435">go-playground/validator#1435</a></li><li>Add alphaspace validator by <ahref="https://github.com/takaaa220"><code>@takaaa220</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1343">go-playground/validator#1343</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/duyquang6"><code>@duyquang6</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1468">go-playground/validator#1468</a></li><li><a href="https://github.com/gelozr"><code>@gelozr</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1284">go-playground/validator#1284</a></li><li><ahref="https://github.com/ahmedkamalio"><code>@ahmedkamalio</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1461">go-playground/validator#1461</a></li><li><a href="https://github.com/takaaa220"><code>@takaaa220</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1343">go-playground/validator#1343</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0">https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/go-playground/validator/commit/bdc3a7d31bd8269baa07904324e8fb22fb2f9372"><code>bdc3a7d</code></a>Add alphaspace validator (<ahref="https://redirect.github.com/go-playground/validator/issues/1343">#1343</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/63594a0fbee5293ac7bc6c80286c3277cd2ddb45"><code>63594a0</code></a>docs: add description for 'port' validator (<ahref="https://redirect.github.com/go-playground/validator/issues/1435">#1435</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/45f3a8e09a4d0b995829fe0613289db4fb69b850"><code>45f3a8e</code></a>Added https_url tag (<ahref="https://redirect.github.com/go-playground/validator/issues/1461">#1461</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/7a23bca81c8bc72c578252b524665ea173b489da"><code>7a23bca</code></a>Remove Go version 1.23 from CI workflow</li><li><ahref="https://github.com/go-playground/validator/commit/13130d2e78838bec6b9e4dbce756c183844590e7"><code>13130d2</code></a>Fixed missing keys from returned errors in map validation (<ahref="https://redirect.github.com/go-playground/validator/issues/1284">#1284</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/94e89f0942028ebfb17426b8d3c2005a46557621"><code>94e89f0</code></a>fix: should panic when define duplicate field param in<code>required_if</code> (<ahref="https://redirect.github.com/go-playground/validator/issues/1468">#1468</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/6905468e4559e0937518de42c92cb6b5c023342d"><code>6905468</code></a>Bump golang.org/x/crypto from 0.33.0 to 0.42.0 (<ahref="https://redirect.github.com/go-playground/validator/issues/1467">#1467</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/77ef70e2d1287e50641c096ca1c3d09497e7197c"><code>77ef70e</code></a>Bump actions/setup-go from 5 to 6 (<ahref="https://redirect.github.com/go-playground/validator/issues/1465">#1465</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/78d05ae554de682d121e78a6a62d7de01be8e863"><code>78d05ae</code></a>Bump golang.org/x/text from 0.22.0 to 0.29.0 (<ahref="https://redirect.github.com/go-playground/validator/issues/1464">#1464</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/34aea1f62ca76abe2999265d25c8dcf8507cb3ed"><code>34aea1f</code></a>Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 (<ahref="https://redirect.github.com/go-playground/validator/issues/1463">#1463</a>)</li><li>Additional commits viewable in <ahref="https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent815e58e commitdd99d40
2 files changed
+6
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1094 | 1094 |
| |
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 |
| - | |
1098 |
| - | |
| 1097 | + | |
| 1098 | + | |
1099 | 1099 |
| |
1100 | 1100 |
| |
1101 | 1101 |
| |
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
1166 |
| - | |
1167 |
| - | |
| 1166 | + | |
| 1167 | + | |
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 | 1170 |
| |
|
0 commit comments
Comments
(0)