buro9 / microcosm

Front end for Microcosm, a Go web server that serves the static files, templates and performs API calls.
GNU Affero General Public License v3.0
11 stars 3 forks source link

Update module github.com/go-playground/validator/v10 to v10.12.0 #156

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-playground/validator/v10 require minor v10.11.2 -> v10.12.0

Release Notes

go-playground/validator ### [`v10.12.0`](https://togithub.com/go-playground/validator/releases/tag/v10.12.0): Release 10.12.0 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.11.2...v10.12.0) #### What is new? - Added `eth_addr_checksum` validation. - Added `eg_ignore_case` and `ne_ignore_case` - Added `http_url` validation for http(s) URL's - Added `cron` validation. - Added `unique` validation ability to validate struct fields. - Added `base64rawurl` validation for base64 url without = padding - Added `mongodb` objectID validation - Added `filepath` validation. - Added `dirpath` validation. - Added `luhn_checksum` validation. - Added `cve` validation. - Added kosovo to country codes. - Added Latvian translations. - Added multiple missing language translations. #### What was fixed? - Fixed multiple documentation grammar issues. - Updated all dependencies to address any lingering CVE issues be reported by tools, even if not able to exploit through this package. - Fixed `excluded_unless` validation. - Fix `unique` validation for map with Pointer values. - Fixed `unique` validation for struct field when itis a nil pointer. - Fixed multiple language validation. - Fixed `notblank` validation to cover all whitespace characters #### What was changed? - Tweaked `eth_addr` validation while adding `eth_addr_checksum`. - Updated Struct Level validation example for enum+ example. - Removed unnecessary cast allowing mocking of ValidationErrors

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 has been generated by Mend Renovate. View repository job log here.