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 module github.com/nobl9/govy to v0.2.0 #550

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nobl9/govy v0.1.1 -> v0.2.0 age adoption passing confidence

Release Notes

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

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.

🔕 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 merged commit dd7c99e into main Sep 20, 2024
5 checks passed
@renovate renovate bot deleted the renovate_minor-and-patch-golang-dependencies branch September 20, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant