-
Notifications
You must be signed in to change notification settings - Fork 1
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/go-playground/validator/v10 to v10.24.0 #113
base: main
Are you sure you want to change the base?
fix(deps): update module github.com/go-playground/validator/v10 to v10.24.0 #113
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
- Coverage 81.54% 80.88% -0.67%
==========================================
Files 37 36 -1
Lines 1149 1125 -24
==========================================
- Hits 937 910 -27
- Misses 161 163 +2
- Partials 51 52 +1 ☔ View full report in Codecov by Sentry. |
f25f820
to
4a3ea69
Compare
4a3ea69
to
efbc6ec
Compare
efbc6ec
to
17eab83
Compare
17eab83
to
a2c201d
Compare
a2c201d
to
b495a6d
Compare
b495a6d
to
62b05f4
Compare
62b05f4
to
85a54ce
Compare
85a54ce
to
493cddd
Compare
493cddd
to
3a48eff
Compare
3a48eff
to
b324f64
Compare
b324f64
to
c193c38
Compare
c193c38
to
4bd00a6
Compare
4bd00a6
to
79b4b02
Compare
79b4b02
to
1fbb0c1
Compare
1fbb0c1
to
6c6d86d
Compare
6c6d86d
to
1259250
Compare
1259250
to
127c4ac
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
127c4ac
to
2ce3467
Compare
2ce3467
to
252466f
Compare
252466f
to
0b87e4f
Compare
This PR contains the following updates:
v10.11.2
->v10.24.0
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.24.0
: Release 10.24.0Compare Source
What's Changed
The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling
net
package.Full Changelog: go-playground/validator@v10.23.0...v10.24.0
v10.23.0
: Release 10.23.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.1...v10.23.0
v10.22.1
: Release 10.22.1Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.0...v10.22.1
v10.22.0
: Release 10.22.0Compare Source
v10.21.0
: Release 10.21.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.20.0...v10.21.0
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 PRv10.14.0
: Release 10.14.0Compare Source
What's new?
v10.13.0
: Release 10.13.0Compare Source
What's new?
skip_unless
validation.What was fixed?
excluded_if
validation not working as documented.iso3166_2
standard.v10.12.0
: Release 10.12.0Compare Source
What is new?
eth_addr_checksum
validation.eg_ignore_case
andne_ignore_case
http_url
validation for http(s) URL'scron
validation.unique
validation ability to validate struct fields.base64rawurl
validation for base64 url without = paddingmongodb
objectID validationfilepath
validation.dirpath
validation.luhn_checksum
validation.cve
validation.What was fixed?
excluded_unless
validation.unique
validation for map with Pointer values.unique
validation for struct field when itis a nil pointer.notblank
validation to cover all whitespace charactersWhat was changed?
eth_addr
validation while addingeth_addr_checksum
.Configuration
📅 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 was generated by Mend Renovate. View the repository job log.