fix(deps): update all minor dependency updates
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-playground/validator/v10 | require | minor |
v10.24.0 -> v10.26.0
|
github.com/urfave/cli/v2 | require | patch |
v2.27.5 -> v2.27.6
|
go (source) | golang | minor |
1.23.4 -> 1.24.4
|
Release Notes
go-playground/validator (github.com/go-playground/validator/v10)
v10.26.0
What's Changed
- Use correct pointer in errors.As(). Fix "panic: errors: *target must be interface or implement error" in examples. by @antonsoroko in https://github.com/go-playground/validator/pull/1378
- Create dependabot by @nodivbyzero in https://github.com/go-playground/validator/pull/1373
- Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in https://github.com/go-playground/validator/pull/1381
- Bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in https://github.com/go-playground/validator/pull/1383
- Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in https://github.com/go-playground/validator/pull/1382
- feat(translations): improve Indonesian translations and add tests by @fathiraz in https://github.com/go-playground/validator/pull/1376
- Fix time.Duration translation error by @nodivbyzero in https://github.com/go-playground/validator/pull/1154
- Update Project Status button by @nodivbyzero in https://github.com/go-playground/validator/pull/1380
- Remove gitter.im link from README.md by @nodivbyzero in https://github.com/go-playground/validator/pull/1366
- Docs: fix
Base64RawURL
usage by @196Ikuchil in https://github.com/go-playground/validator/pull/1336 - Fix length check on dns_rfc1035_label tag by @KimNorgaard in https://github.com/go-playground/validator/pull/1214
- Add Korean by @jkh0kr in https://github.com/go-playground/validator/pull/1338
- add german translations by @max-weis in https://github.com/go-playground/validator/pull/1322
- Update workflow to support the last three Go versions by @nodivbyzero in https://github.com/go-playground/validator/pull/1393
- Fix: Nil pointer dereference in Arabic translations by @BlackSud0 in https://github.com/go-playground/validator/pull/1391
- Translate to thai by @maetad in https://github.com/go-playground/validator/pull/1202
- Feat: add EIN validation by @henrriusdev in https://github.com/go-playground/validator/pull/1384
- Fix reference to parameter name in docs by @yegvla in https://github.com/go-playground/validator/pull/1400
- use mail.ParseAddress to cover missing email validations by @eladb2011 in https://github.com/go-playground/validator/pull/1395
- Update linter to v2.0.2 by @nodivbyzero in https://github.com/go-playground/validator/pull/1405
New Contributors
- @antonsoroko made their first contribution in https://github.com/go-playground/validator/pull/1378
- @dependabot made their first contribution in https://github.com/go-playground/validator/pull/1381
- @fathiraz made their first contribution in https://github.com/go-playground/validator/pull/1376
- @196Ikuchil made their first contribution in https://github.com/go-playground/validator/pull/1336
- @KimNorgaard made their first contribution in https://github.com/go-playground/validator/pull/1214
- @jkh0kr made their first contribution in https://github.com/go-playground/validator/pull/1338
- @max-weis made their first contribution in https://github.com/go-playground/validator/pull/1322
- @BlackSud0 made their first contribution in https://github.com/go-playground/validator/pull/1391
- @maetad made their first contribution in https://github.com/go-playground/validator/pull/1202
- @henrriusdev made their first contribution in https://github.com/go-playground/validator/pull/1384
- @yegvla made their first contribution in https://github.com/go-playground/validator/pull/1400
- @eladb2011 made their first contribution in https://github.com/go-playground/validator/pull/1395
Full Changelog: https://github.com/go-playground/validator/compare/v10.25.0...v10.26.0
v10.25.0
: Release 10.25.0
What's Changed
- Fix postcode_iso3166_alpha2_field validation by @ddevcap in https://github.com/go-playground/validator/pull/1359
- Update README to replace the Travis CI badge with a GitHub Actions badge by @nodivbyzero in https://github.com/go-playground/validator/pull/1362
- chore: using errors.As instead of type assertion by @fatelei in https://github.com/go-playground/validator/pull/1346
- Fix/remove issue template md by @ganeshdipdumbare in https://github.com/go-playground/validator/pull/1375
- feat: Add support for omitting empty and zero values in validation (including nil pointer and empty content of pointer) by @zeewell in https://github.com/go-playground/validator/pull/1289
New Contributors
- @ddevcap made their first contribution in https://github.com/go-playground/validator/pull/1359
- @fatelei made their first contribution in https://github.com/go-playground/validator/pull/1346
- @zeewell made their first contribution in https://github.com/go-playground/validator/pull/1289
Full Changelog: https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.6
What's Changed
- Use usage template in subcommand help by @meatballhat in https://github.com/urfave/cli/pull/1986
- Docs: Update cli.yml by @dearchap in https://github.com/urfave/cli/pull/2015
- Fix:(issue_2069) Add sep for string slice by @dearchap in https://github.com/urfave/cli/pull/2070
Full Changelog: https://github.com/urfave/cli/compare/v2.27.5...v2.27.6
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Cenk Kılıç