golang: Update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/go-playground/validator/v10 | require | minor | v10.27.0 -> v10.28.0 |
| go (source) | toolchain | patch | 1.25.1 -> 1.25.3 |
:warning: Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.28.0: Release 10.28.0
What's Changed
- Update workflow.yml to support 2 most recent major versions by @nodivbyzero in https://github.com/go-playground/validator/pull/1417
- Bump actions/checkout from 4 to 5 by @dependabot[bot] inhttps://github.com/go-playground/validator/pull/14566
- Go 1.25 support by @nodivbyzero in https://github.com/go-playground/validator/pull/1459
- Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 by @dependabot[bot] inhttps://github.com/go-playground/validator/pull/14633
- Bump golang.org/x/text from 0.22.0 to 0.29.0 by @dependabot[bot] inhttps://github.com/go-playground/validator/pull/14644
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] inhttps://github.com/go-playground/validator/pull/14655
- Bump golang.org/x/crypto from 0.33.0 to 0.42.0 by @dependabot[bot] inhttps://github.com/go-playground/validator/pull/14677
- fix: should panic when define duplicate field param in
required_ifby @duyquang6 in https://github.com/go-playground/validator/pull/1468 - Fixed missing keys from returned errors in map validation by @gelozr in https://github.com/go-playground/validator/pull/1284
- Added https_url tag by @ahmedkamalio in https://github.com/go-playground/validator/pull/1461
- docs: add description for 'port' validator by @nodivbyzero in https://github.com/go-playground/validator/pull/1435
- Add alphaspace validator by @takaaa220 in https://github.com/go-playground/validator/pull/1343
New Contributors
- @duyquang6 made their first contribution in https://github.com/go-playground/validator/pull/1468
- @gelozr made their first contribution in https://github.com/go-playground/validator/pull/1284
- @ahmedkamalio made their first contribution in https://github.com/go-playground/validator/pull/1461
- @takaaa220 made their first contribution in https://github.com/go-playground/validator/pull/1343
Full Changelog: https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0
Configuration
:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: 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 has been generated by Renovate Bot.
:information_source: Artifact update notice
File name: golang/vaas/v3/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):
- 5 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/gabriel-vasile/mimetype |
v1.4.8 -> v1.4.10 |
golang.org/x/crypto |
v0.36.0 -> v0.42.0 |
golang.org/x/net |
v0.38.0 -> v0.43.0 |
golang.org/x/sys |
v0.31.0 -> v0.36.0 |
golang.org/x/text |
v0.23.0 -> v0.29.0 |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
:warning: Warning: custom changes will be lost.