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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2023

This PR contains the following updates:

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

Release Notes

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

v10.24.0: Release 10.24.0

Compare Source

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

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

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

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 was generated by Mend Renovate. View the repository job log.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Mar 20, 2023
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.88%. Comparing base (85cbf58) to head (4a3ea69).
Report is 3 commits behind head on main.

Current head 4a3ea69 differs from pull request most recent head 127c4ac

Please upload reports for the commit 127c4ac to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   81.54%   80.88%   -0.67%     
==========================================
  Files          37       36       -1     
  Lines        1149     1125      -24     
==========================================
- Hits          937      910      -27     
- Misses        161      163       +2     
- Partials       51       52       +1     

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

@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from f25f820 to 4a3ea69 Compare March 22, 2023 13:14
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.12.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.13.0 Apr 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 4a3ea69 to efbc6ec Compare April 29, 2023 18:24
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.13.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.14.0 May 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from efbc6ec to 17eab83 Compare May 21, 2023 15:31
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 17eab83 to a2c201d Compare June 4, 2023 16:30
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.14.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.14.1 Jun 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from a2c201d to b495a6d Compare August 6, 2023 18:03
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.14.1 fix(deps): 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 b495a6d to 62b05f4 Compare August 17, 2023 18:31
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.0 fix(deps): 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 62b05f4 to 85a54ce Compare August 29, 2023 06:46
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.1 fix(deps): update module github.com/go-playground/validator/v10 to v10.15.2 Aug 29, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.2 fix(deps): 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 85a54ce to 493cddd Compare August 30, 2023 07:44
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 493cddd to 3a48eff Compare September 13, 2023 03:23
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.3 fix(deps): update module github.com/go-playground/validator/v10 to v10.15.4 Sep 13, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.4 fix(deps): 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 3a48eff to b324f64 Compare October 2, 2023 04:03
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5 fix(deps): 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 b324f64 to c193c38 Compare November 4, 2023 20:06
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.16.0 fix(deps): 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 from c193c38 to 4bd00a6 Compare January 14, 2024 07:50
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.17.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.18.0 Feb 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 4bd00a6 to 79b4b02 Compare February 11, 2024 07:13
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 79b4b02 to 1fbb0c1 Compare March 2, 2024 21:12
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.18.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.19.0 Mar 2, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.19.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.20.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 1fbb0c1 to 6c6d86d Compare April 30, 2024 04:42
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 6c6d86d to 1259250 Compare June 1, 2024 16:14
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.20.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 1259250 to 127c4ac Compare June 12, 2024 04:59
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.21.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.22.0 Jun 12, 2024
Copy link
Contributor Author

renovate bot commented Jun 12, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.8.2 -> v1.8.4
golang.org/x/crypto v0.6.0 -> v0.32.0
github.com/leodido/go-urn v1.2.1 -> v1.4.0
golang.org/x/net v0.7.0 -> v0.34.0
golang.org/x/sys v0.6.0 -> v0.29.0
golang.org/x/text v0.7.0 -> v0.21.0
golang.org/x/tools v0.1.12 -> v0.21.1-0.20240508182429-e35e4ccd0d2d

@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 127c4ac to 2ce3467 Compare September 9, 2024 04:57
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.22.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.22.1 Sep 9, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.22.1 fix(deps): update module github.com/go-playground/validator/v10 to v10.23.0 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 2ce3467 to 252466f Compare November 16, 2024 18:44
@renovate renovate bot force-pushed the renovate/github.com-go-playground-validator-v10-10.x branch from 252466f to 0b87e4f Compare January 13, 2025 04:58
@renovate renovate bot changed the title fix(deps): update module github.com/go-playground/validator/v10 to v10.23.0 fix(deps): update module github.com/go-playground/validator/v10 to v10.24.0 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants