Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0#18772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 7, 2025

Bumpsgithub.com/go-playground/validator/v10 from 10.26.0 to 10.27.0.

Release notes

Sourced fromgithub.com/go-playground/validator/v10's releases.

Release 10.27.0

What's Changed

New Contributors

Full Changelog:go-playground/validator@v10.26.0...v10.27.0

Commits
  • bc77d03 use golangci lint file for disables (#1447)
  • 4a1bc2f disable way too aggressive and disagreeable linters (#1445)
  • cf2267f fix: make "file://" failurl validation (#1444)
  • 3fd4678 docs: typos (#1440)
  • ec374ef Fix: Validator panics when 'nil' is used along with required if for slices an...
  • 0e3e2f9 Omitzero does not work with slice and map bug (#1436)
  • dfc7ccd Fix: support validation for map values with struct types (#1433)
  • 5b9542b fix: panics when private field is validated (#1423)
  • f9a5a1f feat(translation): add en translation for urn_rfc2141 (#1431)
  • 20f7df6 Bump golangci/golangci-lint-action from 7 to 8 (#1425)
  • Additional commits viewable incompare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.26.0 to 10.27.0.- [Release notes](https://github.com/go-playground/validator/releases)- [Commits](go-playground/validator@v10.26.0...v10.27.0)---updated-dependencies:- dependency-name: github.com/go-playground/validator/v10  dependency-version: 10.27.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsJul 7, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)July 7, 2025 13:47
@github-actionsgithub-actionsbot merged commit52ff531 intomainJul 7, 2025
33 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/go_modules/github.com/go-playground/validator/v10-10.27.0 branchJuly 7, 2025 13:59
stirby pushed a commit that referenced this pull requestJul 7, 2025
….27.0 (#18772)Bumps[github.com/go-playground/validator/v10](https://github.com/go-playground/validator)from 10.26.0 to 10.27.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.27.0</h2><h2>What's Changed</h2><ul><li>Fix Release version badge on README page by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1406">go-playground/validator#1406</a></li><li>fix russian E.164 error message by <ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li>chore: remove unnecessary statement by <ahref="https://github.com/qshuai"><code>@​qshuai</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li>Re-enable several linters by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1412">go-playground/validator#1412</a></li><li>add support to tag validateFn by <ahref="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li>Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1418">go-playground/validator#1418</a></li><li>Bump golang.org/x/net from 0.34.0 to 0.38.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1419">go-playground/validator#1419</a></li><li>Align required_without with the contract stated in the documentationby <a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li>Add translation example by <ahref="https://github.com/cxlblm"><code>@​cxlblm</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li>doc(errors): mention RegisterTagNameFunc for FieldError.Field by <ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li>Bump golangci/golangci-lint-action from 7 to 8 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1425">go-playground/validator#1425</a></li><li>feat(translation): add en translation for urn_rfc2141 by <ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li>fix: panics when private field is validated by <ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li>Fix: support validation for map values with struct types by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li>Omitzero does not work with slice and map bug by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1436">go-playground/validator#1436</a></li><li>Fix: Validator panics when 'nil' is used along with required if forslices and maps by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1442">go-playground/validator#1442</a></li><li>docs: typos by <ahref="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li>fix: make &quot;file://&quot; fail <code>url</code> validation by <ahref="https://github.com/bfabio"><code>@​bfabio</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li><li>disable way too aggressive and disagreeable linters by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1445">go-playground/validator#1445</a></li><li>use golangci lint file for disables by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1447">go-playground/validator#1447</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li><a href="https://github.com/qshuai"><code>@​qshuai</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li><a href="https://github.com/peczenyj"><code>@​peczenyj</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li><a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li><a href="https://github.com/cxlblm"><code>@​cxlblm</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li><ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li><ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li><ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li><ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li><a href="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li><a href="https://github.com/bfabio"><code>@​bfabio</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/go-playground/validator/commit/bc77d03bfbd951ad1299267754e230b0af36a5aa"><code>bc77d03</code></a>use golangci lint file for disables (<ahref="https://redirect.github.com/go-playground/validator/issues/1447">#1447</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/4a1bc2f2628506a2cab2e3fe88d0cb57ccedbb6a"><code>4a1bc2f</code></a>disable way too aggressive and disagreeable linters (<ahref="https://redirect.github.com/go-playground/validator/issues/1445">#1445</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/cf2267f30e617916a42e6217cd5d3c837100b374"><code>cf2267f</code></a>fix: make &quot;file://&quot; fail <code>url</code> validation (<ahref="https://redirect.github.com/go-playground/validator/issues/1444">#1444</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/3fd4678e4a0346d57ac1ebcb81ceb86a87ed59f0"><code>3fd4678</code></a>docs: typos (<ahref="https://redirect.github.com/go-playground/validator/issues/1440">#1440</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/ec374ef02d93322f9d337c47678fbb45ac055323"><code>ec374ef</code></a>Fix: Validator panics when 'nil' is used along with required if forslices an...</li><li><ahref="https://github.com/go-playground/validator/commit/0e3e2f997385102062275f226e825b4a109f4833"><code>0e3e2f9</code></a>Omitzero does not work with slice and map bug (<ahref="https://redirect.github.com/go-playground/validator/issues/1436">#1436</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/dfc7ccd4d817cfd6f065273e37d83f7ae7815cce"><code>dfc7ccd</code></a>Fix: support validation for map values with struct types (<ahref="https://redirect.github.com/go-playground/validator/issues/1433">#1433</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/5b9542b93487972cdfa75ed03ebe4286c3f44c01"><code>5b9542b</code></a>fix: panics when private field is validated (<ahref="https://redirect.github.com/go-playground/validator/issues/1423">#1423</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/f9a5a1fa1e61028e09df895cd92dfd31673e245f"><code>f9a5a1f</code></a>feat(translation): add en translation for urn_rfc2141 (<ahref="https://redirect.github.com/go-playground/validator/issues/1431">#1431</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/20f7df64bdd443294349535a5da244ad0b2af71a"><code>20f7df6</code></a>Bump golangci/golangci-lint-action from 7 to 8 (<ahref="https://redirect.github.com/go-playground/validator/issues/1425">#1425</a>)</li><li>Additional commits viewable in <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.26.0&new-version=10.27.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'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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp