Skip to content

chore(deps): bump github.com/nobl9/govy from 0.26.0 to 0.28.0 - #65

Merged
nieomylnieja merged 1 commit into
mainfrom
dependabot/go_modules/github.com/nobl9/govy-0.28.0
Jul 29, 2026
Merged

chore(deps): bump github.com/nobl9/govy from 0.26.0 to 0.28.0#65
nieomylnieja merged 1 commit into
mainfrom
dependabot/go_modules/github.com/nobl9/govy-0.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/nobl9/govy from 0.26.0 to 0.28.0.

Release notes

Sourced from github.com/nobl9/govy's releases.

v0.28.0

What's Changed

🚀 Features

  • feat: add locale and geo string format rules (#256) @​nieomylnieja

    Added rules.StringBCP47LanguageTag, rules.StringBCP47StrictLanguageTag, rules.StringISO3166Alpha2, rules.StringISO3166Alpha3, rules.StringISO3166Numeric, rules.StringISO31662, rules.StringISO4217, rules.StringLatitude, and rules.StringLongitude.

  • feat: add publication string format rules (#255) @​nieomylnieja

    Added rules.StringISBN, rules.StringISBN10, rules.StringISBN13, and rules.StringISSN.

  • feat: add encoding string format rules (#252) @​nieomylnieja

    Added rules.StringBase64, rules.StringBase64URL, rules.StringBase64RawURL, and rules.StringHexadecimal.

  • feat: add payment and banking string format rules (#260) @​nieomylnieja

    Added rules.StringCreditCard, rules.StringLuhnChecksum, rules.StringBIC, and rules.StringBICISO93622014.

🐞 Bug Fixes

  • fix: avoid hiding blank values in rule errors (#275) @​nieomylnieja

    When govy.PropertyRules.HideValue() is used on an empty string (including only whitespace), the string will NOT be hidden anymore.

🧰 Maintenance

v0.27.0

What's Changed

🚀 Features

  • feat: add identifier string format rules (#253) @​nieomylnieja

    Added rules.StringUUIDRFC4122, rules.StringUUIDv3, rules.StringUUIDv4, rules.StringUUIDv5, and rules.StringULID.

  • feat: add hash digest string format rules (#259) @​nieomylnieja

    Added rules.StringMD5, rules.StringSHA256, rules.StringSHA384, and rules.StringSHA512.

  • feat: add MongoDB ObjectID string rule (#258) @​nieomylnieja

    Added rules.StringMongoDBObjectID.

  • feat: add US tax ID string format rules (#261) @​nieomylnieja

    Added rules.StringEIN and rules.StringSSN.

  • feat: add JWT string format rule (#262) @​nieomylnieja

    Added rules.StringJWT.

  • feat: add software identifier string format rules (#263) @​nieomylnieja

    Added rules.StringSemver and rules.StringCVE.

  • feat: add E.164 phone string format rule (#264) @​nieomylnieja

    Added rules.StringE164 for E.164 phone numbers.

  • feat: add configurable URL validation options (#233) @​nieomylnieja

    Added configurable rules.URL validation options for enforcing allowed schemes, required hosts, disallowed user info, and hostname allow/deny lists. URL option failures now use built-in message templates so applications can customize or translate them consistently.

🧰 Maintenance

... (truncated)

Commits
  • abc6c77 fix: avoid hiding blank values in rule errors (#275)
  • c9eda61 feat: add locale and geo string format rules (#256)
  • 45df6ac feat: add publication string format rules (#255)
  • 63283cb chore: Update dependency go to v1.26.5 (#274)
  • 84c2a62 feat: add encoding string format rules (#252)
  • 2a5219d feat: add payment and banking string format rules (#260)
  • c9715f5 chore: Update module github.com/nobl9/govy to v0.27.0 (#272)
  • d34fb3b feat: add identifier string format rules (#253)
  • 4bc4a29 feat: add hash digest string format rules (#259)
  • 8270727 feat: add MongoDB ObjectID string rule (#258)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/nobl9/govy](https://github.com/nobl9/govy) from 0.26.0 to 0.28.0.
- [Release notes](https://github.com/nobl9/govy/releases)
- [Commits](nobl9/govy@v0.26.0...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/nobl9/govy
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
@nieomylnieja
nieomylnieja merged commit 6162efb into main Jul 29, 2026
1 check passed
@nieomylnieja
nieomylnieja deleted the dependabot/go_modules/github.com/nobl9/govy-0.28.0 branch July 29, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant