Skip to content

build(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.3 in /src/kdlogin#540

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/kdlogin/github.com/go-playground/validator/v10-10.30.3
Open

build(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.3 in /src/kdlogin#540
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/kdlogin/github.com/go-playground/validator/v10-10.30.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/go-playground/validator/v10 from 10.30.1 to 10.30.3.

Release notes

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

v10.30.3

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.2...v10.30.3

v10.30.2

What's Changed

... (truncated)

Commits
  • ac4c1ba fix(docs): correct ripemd160 tag name in README validation table (#1582)
  • feacb34 feat: omit blank tag names from namespace (#1567)
  • 5ed0a7e chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)
  • 0364541 fix(cron): anchor regex and accept full cron syntax (#1577)
  • 8eb2659 chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)
  • f7e1721 chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)
  • cf37fce fix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...
  • 7c334e5 fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)
  • 6bcb7bc feat: add origin validator for web origin URLs (#1565)
  • 6fd2fa8 docs: fix typos (#1568)
  • Additional commits viewable in compare 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 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.30.1 to 10.30.3.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.30.1...v10.30.3)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 3, 2026

@codesnifai codesnifai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 CodeSnif AI Review

This PR updates the Go dependency github.com/go-playground/validator/v10 from version 10.30.1 to 10.30.3. The update includes a fix for UUID case insensitivity, which may enhance validation accuracy in the application.


Risk Level 🟢 LOW
Merge Advice merge now
Breaking Changes ✅ None detected

📋 Walkthrough

  • Updated go.mod and go.sum to reflect the new version of the validator package.
  • Included a fix for UUID case insensitivity.

🔍 Pre-merge Checks

  • ❌ The update includes a minor version change with a specific bug fix.
  • ❌ No major changes or breaking changes are introduced.

✨ Highlights

  • Addresses a specific issue related to UUID validation.
  • Maintains up-to-date dependencies for better performance and security.

🧪 Testing Notes

Verify that UUID validation works correctly and that no existing functionality is broken after the update.

Powered by CodeSnif · AI-powered PR analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants