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.23.0 #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2021

This PR contains the following updates:

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

Release Notes

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

v10.23.0: Release 10.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.1...v10.23.0

v10.22.1: Release 10.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.0...v10.22.1

v10.22.0: Release 10.22.0

Compare Source

v10.21.0: Release 10.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.20.0...v10.21.0

v10.20.0: Release 10.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.19.0...v10.20.0

v10.19.0: Release 10.19.0

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

Compare Source

What Changed?

Updated all dependencies to address dependant alerts, #​1205 and #​1220

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

v10.14.0: Release 10.14.0

Compare Source

What's new?

  • Added on disk file validation from this PR
  • Enhanced credit card validation test to 100% with this PR

v10.13.0: Release 10.13.0

Compare Source

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: Release 10.12.0

Compare Source

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

v10.11.2: Release 10.11.2

Compare Source

What was fixed

  • Merged some PR and updated deps to address some CVE's in those libraries.

v10.11.1: Release 10.11.1

Compare Source

What was fixed?

Corrected/Enhanced is boolean check to take the field type into consideration. Thanks @​V-R-Dighe for the PR

v10.11.0: Release 10.11.0

Compare Source

What's new?
What was fixed?
What was enhanced?

v10.10.1: Release 10.10.1

Compare Source

What was fixed?

Updated a couple of dependencies to resolve some vulnerabilities found within.

v10.10.0: Release 10.10.0

Compare Source

What's new?

  • Added string support for country_code validation, thanks @​uberswe for the PR.
  • Added support for alpha hex colours, thanks @​nesty92 for the PR.
  • Added DNS RFC 1035 label format validator, thanks @​0n1shi for the PR.
  • Added ULID validation, thanks @​uberswe for the PR.
  • Added regex version (Semantic Versioning 2.0.0) validation, thanks @​jtseng-godaddy for the PR.

v10.9.0: Release 10.9.0

Compare Source

What's new?

  • Fixed panic when use ru lang for translation, thanks @​anisov for the PR
  • Add boolean baked-in validator to check a string value is a valid boolean representation, thanks @​xvello for the PR
  • Document thread safety and recommended singleton usage, thanks @​andrascz for the PR
  • Add validations for ISO 4217 currency codes, thanks @​metinogurlu for the PR
  • Update universal-translator and locales dependencies to their latest versions.

v10.8.0: Release 10.8.0

Compare Source

What's new?

  • Updated deps to address security vulnerabilities discovered in them, thanks @​saedx1 for the PR
  • Fix import and go get commands, thanks @​BrianLeishman for the PR
  • Added new JWT validation, thanks @​steveorourke for the PR
  • Documentation fixes/updates, thanks @​Nikachev for the PR
  • Add zh missing translations for some tags, thanks @​SkyingzZ for the PR
  • Updated all deps to their latest versions.

v10.7.0: Release 10.7.0

Compare Source

What's new?

v10.6.2: Release 10.6.2

Compare Source

What was fixed?

v10.6.1: Release 10.6.1

Compare Source

What was fixed

  • Fixed url_encoded validation regex not handling totally unescaped data.

v10.6.0: Release 10.6.0

Compare Source

What's new?

  • Added boolean support for required_if, required_unless and eqfield. Thanks @​zane-deg for the PR
  • Added ability to validate map data. Thanks @​zytell3301 for the PR
  • Added BIC ISO format validator. Thanks @​yeexel for the PR

Maintainers

A section has been added to the README regarding a "request for maintainers". I am so happy that the community has embraced this project! and I think that now is a good time to bring on more maintainers to help support the growing user base for timely help, PR reviews and general support.

v10.5.0: Release 10.5.0

Compare Source

What's new?

v10.4.2: Release 10.4.2

Compare Source

What was Fixed?


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.4.2 Update module github.com/go-playground/validator/v10 to v10.5.0 Apr 7, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 63f492d to 2946fc6 Compare April 7, 2021 05:08
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 2946fc6 to 796dc71 Compare May 9, 2021 22:26
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.5.0 Update module github.com/go-playground/validator/v10 to v10.6.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 796dc71 to 1add542 Compare May 15, 2021 21:32
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.6.0 Update module github.com/go-playground/validator/v10 to v10.6.1 May 15, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 1add542 to 70473ed Compare October 18, 2021 21:43
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.6.1 Update module github.com/go-playground/validator/v10 to v10.9.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 70473ed to 2156ed3 Compare March 7, 2022 11:19
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.9.0 Update module github.com/go-playground/validator/v10 to v10.10.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 2156ed3 to 6d9a5bb Compare March 26, 2022 15:45
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.10.0 Update module github.com/go-playground/validator/v10 to v10.10.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 6d9a5bb to f54af23 Compare May 15, 2022 19:56
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.10.1 Update module github.com/go-playground/validator/v10 to v10.11.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from f54af23 to 7306199 Compare September 25, 2022 20:05
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.11.0 Update module github.com/go-playground/validator/v10 to v10.11.1 Sep 25, 2022
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.11.1 Update module github.com/go-playground/validator/v10 to v10.11.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 7306199 to 795abf9 Compare March 16, 2023 11:51
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.11.2 Update module github.com/go-playground/validator/v10 to v10.12.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 795abf9 to 8b33506 Compare March 24, 2023 22:01
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 8b33506 to 25f1506 Compare May 28, 2023 11:30
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.12.0 Update module github.com/go-playground/validator/v10 to v10.14.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 25f1506 to ad393bc Compare June 4, 2023 15:11
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.14.0 Update module github.com/go-playground/validator/v10 to v10.14.1 Jun 4, 2023
@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/git.luolix.top-go-playground-validator-v10-10.x branch from ad393bc to 6dacd08 Compare August 6, 2023 19:37
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 6dacd08 to aa45fba Compare August 17, 2023 17:32
@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 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/git.luolix.top-go-playground-validator-v10-10.x branch from aa45fba to 397e7c7 Compare August 29, 2023 06:28
@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 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/git.luolix.top-go-playground-validator-v10-10.x branch from 8c33a9d to 517d546 Compare October 2, 2023 07:57
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 517d546 to 3c113d2 Compare November 4, 2023 20:06
@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/git.luolix.top-go-playground-validator-v10-10.x branch from 3c113d2 to cc3e2fb Compare January 14, 2024 06:01
@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/git.luolix.top-go-playground-validator-v10-10.x branch from cc3e2fb to c6ec3ad Compare February 11, 2024 06:05
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.17.0 Update module github.com/go-playground/validator/v10 to v10.18.0 Feb 11, 2024
Copy link

coderabbitai bot commented Feb 11, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from c6ec3ad to 90f14fa Compare March 2, 2024 22:58
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.18.0 Update module github.com/go-playground/validator/v10 to v10.19.0 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 90f14fa to 227516a Compare April 30, 2024 04:53
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.19.0 Update module github.com/go-playground/validator/v10 to v10.20.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 227516a to 966b4fd Compare June 1, 2024 20:21
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.20.0 Update module github.com/go-playground/validator/v10 to v10.21.0 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 966b4fd to 3f7af51 Compare June 12, 2024 06:01
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.21.0 Update module github.com/go-playground/validator/v10 to v10.22.0 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 3f7af51 to 89019ca Compare September 9, 2024 00:38
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.0 Update module github.com/go-playground/validator/v10 to v10.22.1 Sep 9, 2024
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.1 Update module github.com/go-playground/validator/v10 to v10.22.1 - autoclosed Oct 22, 2024
@renovate renovate bot closed this Oct 22, 2024
@renovate renovate bot deleted the renovate/git.luolix.top-go-playground-validator-v10-10.x branch October 22, 2024 08:24
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.1 - autoclosed Update module github.com/go-playground/validator/v10 to v10.22.1 Oct 22, 2024
@renovate renovate bot reopened this Oct 22, 2024
@renovate renovate bot restored the renovate/git.luolix.top-go-playground-validator-v10-10.x branch October 22, 2024 11:04
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 89019ca to 3ffb97c Compare October 22, 2024 11:05
@renovate renovate bot force-pushed the renovate/git.luolix.top-go-playground-validator-v10-10.x branch from 3ffb97c to 1c0f37f Compare November 16, 2024 19:13
@renovate renovate bot changed the title Update module github.com/go-playground/validator/v10 to v10.22.1 Update module github.com/go-playground/validator/v10 to v10.23.0 Nov 16, 2024
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.

0 participants