chore(deps): update module github.com/go-playground/validator/v10 to v10.20.0 #5495
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v10.14.0
->v10.20.0
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.20.0
: Release 10.20.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.19.0...v10.20.0
v10.19.0
: Release 10.19.0Compare Source
What was added?
Added opt-in ability to validate private fields in PR, thanks @nikolaianohyn via the new
WithPrivateFieldValidation
option when initializing validator.v10.18.0
: Release 10.18.0Compare Source
What Changed?
Updated all dependencies to address dependant alerts, #1205 and #1220
v10.17.0
: Release 10.17.0Compare Source
What's new
What's fixed
v10.16.0
: Release 10.16.0Compare Source
What's new or fixed?
issn
validator. TY @mrcook for the PRfmt.Stringer
interface support touuid
validations allowing most UUID validation libraries which implement it to work transparently now. TY @JoshGlazebrook for the PRomitnil
similar toomitempty
but for pointers. this is mainly for code generation ease. TY @tarampampam for the PRv10.15.5
: Release 10.15.5Compare Source
What was fixed?
Fixed
CIDRIPv4
validation, ty @martinlehoux for the PRv10.15.4
: Release 10.15.4Compare Source
What was fixed?
Corrected a regression of skipping
required
fortime.Time
accidentally introduced inv10.15.2
v10.15.3
: Release 10.15.3Compare Source
What was fixed?
Fix regression for invalid type check before calling reflect values type. Thank you @MysteriousPotato for the PR
v10.15.2
: Release 10.15.2Compare Source
What was fixed?
or
's in tags + updated torequired
behaving the same as beforev10.50.0
to support the community as there was a lot of code relying on the before behaviour, correct or not.v10.15.1
: Release 10.15.1Compare Source
What was fixed?
Corrected a few validations including
gt
,lt
, ... when using floating point values, specificallyfloat32
, in this PRv10.15.0
: Release 10.15.0Compare Source
What's new?
tag
validations onstructs
is now a reality thank to @MysteriousPotato in this PRoneof
tag to examples in this PRSpice DB
validations in this PRWhat was fixed?
filepath
validation when path is a directory in this PRv10.14.1
: Release 10.14.1Compare Source
What was fixed?
json.RawMessage
in this PRConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.