penguin-statistics / backend-next

The refactored Penguin Statistics v3 Backend. Built with Go, fiber, bun and go.uber.org/fx. Uses NATS as MQ and Redis as state synchronization.
MIT License
171 stars 19 forks source link

fix(deps): update module github.com/go-playground/validator/v10 to v10.14.1 #479

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.14.1

Release Notes

go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.14.1`](https://togithub.com/go-playground/validator/releases/tag/v10.14.1): Release 10.14.1 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.14.0...v10.14.1) #### What was fixed? - Add allowance to valid JSOn for types convertible to such as `json.RawMessage` in [this PR](https://togithub.com/go-playground/validator/pull/1110) - Fix URL validation with only schema in [this PR](https://togithub.com/go-playground/validator/pull/1114) ### [`v10.14.0`](https://togithub.com/go-playground/validator/releases/tag/v10.14.0): Release 10.14.0 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.13.0...v10.14.0) #### What's new? - Added on disk file validation from [this PR](https://togithub.com/go-playground/validator/pull/982) - Enhanced credit card validation test to 100% with [this PR](https://togithub.com/go-playground/validator/pull/948) ### [`v10.13.0`](https://togithub.com/go-playground/validator/releases/tag/v10.13.0): Release 10.13.0 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.12.0...v10.13.0) #### What's new? - Added `skip_unless` validation. #### What was fixed? - Fixed `excluded_if` validation not working as documented. - Fix state and province codes to meet `iso3166_2` standard. - Update go-urn library to remove GPLv3 library dependency - Many updates to documentation. ### [`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.