Update module github.com/gookit/validate to v1.5.7 - autoclosed #8

Closed
renovate-bot wants to merge 1 commit from renovate/github.com-gookit-validate-1.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/gookit/validate v1.5.6v1.5.7 age confidence

Release Notes

gookit/validate (github.com/gookit/validate)

v1.5.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gookit/validate/compare/v1.5.6...v1.5.7


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/gookit/validate](https://github.com/gookit/validate) | `v1.5.6` → `v1.5.7` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgookit%2fvalidate/v1.5.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgookit%2fvalidate/v1.5.6/v1.5.7?slim=true) | --- ### Release Notes <details> <summary>gookit/validate (github.com/gookit/validate)</summary> ### [`v1.5.7`](https://github.com/gookit/validate/releases/tag/v1.5.7) [Compare Source](https://github.com/gookit/validate/compare/v1.5.6...v1.5.7) #### What's Changed - feat: ensure consistent validation for multiple fields with ordered iteration by [@&#8203;almas-x](https://github.com/almas-x) in [#&#8203;313](https://github.com/gookit/validate/pull/313) - fix: support escaped "|" in regex validation rules by [@&#8203;almas-x](https://github.com/almas-x) in [#&#8203;312](https://github.com/gookit/validate/pull/312) - build(deps): bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;315](https://github.com/gookit/validate/pull/315) - build(deps): bump golangci/golangci-lint-action from 8 to 9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;317](https://github.com/gookit/validate/pull/317) - fix: 内嵌类型为指针类型时,内嵌结构体字段的default无效 by [@&#8203;guihouchang](https://github.com/guihouchang) in [#&#8203;319](https://github.com/gookit/validate/pull/319) - build(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;322](https://github.com/gookit/validate/pull/322) - build(deps): bump github.com/gookit/goutil from 0.7.1 to 0.7.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;321](https://github.com/gookit/validate/pull/321) - build(deps): bump github.com/gookit/goutil from 0.7.2 to 0.7.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;326](https://github.com/gookit/validate/pull/326) - fix: 通配符规则验证 JSON 反序列化的切片时误判失败 by [@&#8203;devhaozi](https://github.com/devhaozi) in [#&#8203;329](https://github.com/gookit/validate/pull/329) - build(deps): bump github.com/gookit/goutil from 0.7.3 to 0.7.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;330](https://github.com/gookit/validate/pull/330) - Fix ValidatePrivateFields: UpperFirst corrupts unexported embedded struct field paths by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;331](https://github.com/gookit/validate/pull/331) #### New Contributors - [@&#8203;guihouchang](https://github.com/guihouchang) made their first contribution in [#&#8203;319](https://github.com/gookit/validate/pull/319) **Full Changelog**: <https://github.com/gookit/validate/compare/v1.5.6...v1.5.7> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-04-22 21:52:25 +00:00
Author
Collaborator

ℹ️ 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

Details:

Package Change
github.com/gookit/goutil v0.7.3 -> v0.7.4
### ℹ️ 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 Details: | **Package** | **Change** | | :------------------------- | :------------------- | | `github.com/gookit/goutil` | `v0.7.3` -> `v0.7.4` |
renovate-bot changed title from Update module github.com/gookit/validate to v1.5.7 to Update module github.com/gookit/validate to v1.5.7 - autoclosed 2026-04-23 06:58:06 +00:00
renovate-bot closed this pull request 2026-04-23 06:58:06 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
paspo/mail-autoconfig!8
No description provided.