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

chore: Update minor and patch Golang dependencies #17

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-playground/validator/v10 v10.22.0 -> v10.22.1 age adoption passing confidence
github.com/nobl9/govy v0.1.1 -> v0.4.0 age adoption passing confidence
golang.org/x/tools v0.24.0 -> v0.26.0 age adoption passing confidence

Release Notes

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

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

nobl9/govy (github.com/nobl9/govy)

v0.4.0

Compare Source

What's Changed
⚠️ Breaking Changes
  • chore: Simplify StringDNSLabel rule (#​29) @​nieomylnieja

    StringDNSLabel is no longer a RuleSet, instead it's now a single Rule.

🚀 Features
  • feat: Add WithNameFunc to Validator (#​28) @​nieomylnieja

    Added Validator.WithNameFunc function which can be used to dynamically set the validator's name per-instance.

🧰 Maintenance

v0.3.0

Compare Source

What's Changed
🚀 Features
  • feat: Add test utilities (#​25) @​nieomylnieja

    Added govytest package which exposes utilities which help test govy validation rules.
    It comes with two functions AssertNoError, which ensures no error was produced, and AssertError which checks that the expected errors are equal to the actual govy.ValidatorError.
    Added OneOfProperties rule which checks if at least one of the properties is set.

🧰 Maintenance

v0.2.0

Compare Source

What's Changed
⚠️ Breaking Changes
  • chore: Update README and add coverage report (#​22) @​nieomylnieja

    Changed NameInferDefaultRule to NameInferDefaultFunc.
    The change can be easily applied with the following command: gofmt -r 'govyconfig.NameInferDefaultRule -> govyconfig.NameInferDefaultFunc'.

  • feat: Improve development docs and SliceUnique, remove gomarkdoc (#​11) @​nieomylnieja

    SliceUnique error message has been changed.
    Before: elements are not unique, index 0 collides with index 2.
    After: elements are not unique, 1st and 3rd elements collide.

🚀 Features
  • feat: Add network rules (#​21) @​nieomylnieja

    New network rules for MAC, IP and CIDR (includes IPv4 and IPv6) along with StringEmail (based on RFC 5322) and StringExcludes which complements existing StringContains rule.

  • feat: Remove stretchr/testify dependency (#​20) @​nieomylnieja

    Govy no longer relies on stretchr/testify library for unit testing, thus limiting its module's dependency tree size significantly.

  • feat: Add lazy loading to regular expressions (#​16) @​nieomylnieja

    All regular expressions are now lazy loaded, once when the corresponding rule is used.

  • feat: Improve development docs and SliceUnique, remove gomarkdoc (#​11) @​nieomylnieja

    SliceUnique now reports more readable error messages using ordinal slice index form (e.g. 1st, 2nd, 11th) instead of 0-based slice index.

🧰 Maintenance
6 changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@n9-machine-user n9-machine-user added chore Routine or minor duty task go Pull requests that update Go code patch Bug fixes and security updates labels Sep 9, 2024
@renovate renovate bot changed the title chore: Update module github.com/go-playground/validator/v10 to v10.22.1 chore: Update minor and patch Golang dependencies Sep 9, 2024
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from 77ef63d to 75d3984 Compare September 9, 2024 18:56
Copy link
Contributor Author

renovate bot commented Sep 9, 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.2
golang.org/x/mod v0.20.0 -> v0.21.0

@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 3 times, most recently from ec6c43d to 1ebbdb1 Compare September 20, 2024 17:09
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 2 times, most recently from 286291e to aa2323a Compare October 2, 2024 16:24
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from aa2323a to 407938f Compare October 4, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Routine or minor duty task dependencies go Pull requests that update Go code golang patch Bug fixes and security updates renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant