Skip to content
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

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-playground/validator/v10 v10.14.0 -> v10.17.0 age adoption passing confidence

Release Notes

go-playground/validator (github.com/go-playground/validator/v10)

v10.17.0: Release 10.17.0

Compare Source

What's new

  • Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan.

What's fixed

  • Fix errors translation to work properly for aliases.

v10.16.0: Release 10.16.0

Compare Source

What's new or fixed?

  • Added new issn validator. TY @​mrcook for the PR
  • Added improvement/fix to the file url validation. TY @​nodivbyzero for the PR
  • Fix onof tag in examples. TY @​gren236 for the PR
  • Add fmt.Stringer interface support to uuid validations allowing most UUID validation libraries which implement it to work transparently now. TY @​JoshGlazebrook for the PR
  • Added new omitnil similar to omitempty but for pointers. this is mainly for code generation ease. TY @​tarampampam for the PR

v10.15.5: Release 10.15.5

Compare Source

What was fixed?

Fixed CIDRIPv4 validation, ty @​martinlehoux for the PR

v10.15.4: Release 10.15.4

Compare Source

What was fixed?

Corrected a regression of skipping required for time.Time accidentally introduced in v10.15.2

v10.15.3: Release 10.15.3

Compare 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.2

Compare Source

What was fixed?
  • Refactored #​1122 to support or's in tags + updated to required behaving the same as before v10.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.1

Compare Source

What was fixed?

Corrected a few validations including gt, lt, ... when using floating point values, specifically float32, in this PR

v10.15.0: Release 10.15.0

Compare Source

What's new?
  • Applying tag validations on structs is now a reality thank to @​MysteriousPotato in this PR
  • Added oneof tag to examples in this PR
  • Added Spice DB validations in this PR

What was fixed?

  • Fixed the REAMD logo link in this PR
  • Fixed filepath validation when path is a directory in this PR
  • Correct to docs in this PR

v10.14.1: Release 10.14.1

Compare Source

What was fixed?

  • Add allowance to valid JSOn for types convertible to such as json.RawMessage in this PR
  • Fix URL validation with only schema in this PR

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9e5a415) 85.62% compared to head (cb5eaad) 85.62%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #156   +/-   ##
=======================================
  Coverage   85.62%   85.62%           
=======================================
  Files          11       11           
  Lines         327      327           
=======================================
  Hits          280      280           
  Misses         35       35           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.14.1 Update module github.com/go-playground/validator/v10 to v10.15.0 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 103f6a9 to 893643d Compare August 6, 2023 19:41
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.0 Update module github.com/go-playground/validator/v10 to v10.15.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 893643d to 1662954 Compare August 17, 2023 16:14
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.1 Update module github.com/go-playground/validator/v10 to v10.15.2 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 1662954 to f4fe040 Compare August 29, 2023 07:00
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.2 Update module github.com/go-playground/validator/v10 to v10.15.3 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from f4fe040 to cf5f670 Compare August 30, 2023 08:20
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.3 Update module github.com/go-playground/validator/v10 to v10.15.4 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from cf5f670 to 3e16bed Compare September 13, 2023 01:34
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.4 Update module github.com/go-playground/validator/v10 to v10.15.5 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 3e16bed to 8c06ae2 Compare October 2, 2023 04:34
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.15.5 Update module github.com/go-playground/validator/v10 to v10.16.0 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 8c06ae2 to f1db6f0 Compare November 4, 2023 19:51
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from f1db6f0 to d990fd1 Compare January 14, 2024 08:29
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.16.0 Update module github.com/go-playground/validator/v10 to v10.17.0 Jan 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch 2 times, most recently from f8f766d to 6385926 Compare January 28, 2024 20:18
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 6385926 to cb5eaad Compare January 28, 2024 20:19
@tomdewildt tomdewildt merged commit 132035f into master Jan 28, 2024
2 checks passed
@tomdewildt tomdewildt deleted the renovate/github.com-go-playground-validator-v10-10.x branch January 28, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant