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.15.1 - autoclosed #157

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.12.0 -> v10.15.1

Release Notes

go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.15.1`](https://togithub.com/go-playground/validator/releases/tag/v10.15.1): Release 10.15.1 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.15.0...v10.15.1) ##### What was fixed? Corrected a few validations including `gt`, `lt`, ... when using floating point values, specifically `float32`, in this [PR](https://togithub.com/go-playground/validator/pull/1146) ### [`v10.15.0`](https://togithub.com/go-playground/validator/releases/tag/v10.15.0): Release 10.15.0 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.14.1...v10.15.0) ##### What's new? - Applying `tag` validations on `structs` is now a reality thank to [@​MysteriousPotato](https://togithub.com/MysteriousPotato) in this [PR](https://togithub.com/go-playground/validator/pull/1122) - Added `oneof` tag to examples in this [PR](https://togithub.com/go-playground/validator/pull/1135) - Added `Spice DB` validations in this [PR](https://togithub.com/go-playground/validator/pull/1125) #### What was fixed? - Fixed the REAMD logo link in this [PR](https://togithub.com/go-playground/validator/pull/1134) - Fixed `filepath` validation when path is a directory in this [PR](https://togithub.com/go-playground/validator/pull/1133) - Correct to docs in this [PR](https://togithub.com/go-playground/validator/pull/1121) ### [`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.

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.