Skip to content

Update indirect (major)

This MR contains the following updates:

Package Type Update Change
github.com/MakeNowJust/heredoc indirect major v1.0.0 -> v2.0.1
github.com/asaskevich/govalidator indirect major v0.0.0-20230301143203-a9d515a09cc2 -> v11.0.1
github.com/imdario/mergo indirect major v0.3.16 -> v1.0.0
gomodules.xyz/jsonpatch/v2 indirect major v2.4.0 -> v3.0.1
gopkg.in/evanphx/json-patch.v4 indirect major v4.12.0 -> v5.9.0
gopkg.in/yaml.v2 indirect major v2.4.0 -> v3.0.1
oras.land/oras-go indirect major v1.2.6 -> v2.5.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

MakeNowJust/heredoc (github.com/MakeNowJust/heredoc)

v2.0.1

Compare Source

Version 2.0.1

Fixes

  • Correct import path for Go modules

v2.0.0

Compare Source

Version 2.0.0

Breaking Changes

  • Treats only white space (U+0020) and horizontal tabs (U+000D) as space characters. (#​6)
asaskevich/govalidator (github.com/asaskevich/govalidator)

v11.0.1

Compare Source

v11.0.0

Compare Source

v11

Compare Source

v10

Compare Source

  • Merge pull request #​311 from jackwilsdon/go-fmt-ci Alex Saskevich* 1/8/20, 11:00 PM
  • Merge pull request #​299 from okisetiawan0101/new-string-length-tag Alex Saskevich* 1/8/20, 10:59 PM
  • Merge pull request #​324 from nathj07/issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:58 PM
  • Merge branch 'master' into issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:57 PM
  • Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:54 PM
  • Merge branch 'mie00-validatemap' Alex Saskevich 1/8/20, 10:51 PM
  • Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:51 PM
  • Merge branch 'France-ioi-do_not_valide_structs_twice_pr' Alex Saskevich 1/8/20, 10:41 PM
  • Merge branch 'do_not_valide_structs_twice_pr' of git://github.com/France-ioi/govalidator into France-ioi-do_not_valide_structs_twice_pr Alex Saskevich 1/8/20, 10:41 PM
  • Merge branch 'France-ioi-fix_TestIsExistingEmail_pr' Alex Saskevich 1/8/20, 10:37 PM
  • Merge branch 'fix_TestIsExistingEmail_pr' of git://github.com/France-ioi/govalidator into France-ioi-fix_TestIsExistingEmail_pr Alex Saskevich 1/8/20, 10:37 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:26 PM
  • Merge branch 'France-ioi-required_and_empty_pr' Alex Saskevich 1/8/20, 10:26 PM
  • Merge branch 'required_and_empty_pr' of git://github.com/France-ioi/govalidator into France-ioi-required_and_empty_pr Alex Saskevich 1/8/20, 10:25 PM
  • Merge pull request #​319 from bosenok/master Alex Saskevich* 1/8/20, 10:25 PM
  • Merge branch 'dougparrish-fix-345' Alex Saskevich 1/8/20, 10:23 PM
  • Merge branch 'fix-345' of git://github.com/dougparrish/govalidator into dougparrish-fix-345 Alex Saskevich 1/8/20, 10:23 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:15 PM
  • Merge branch 'lfaoro-test-iscreditcard' Alex Saskevich 1/8/20, 10:15 PM
  • Updated credit card regexp and added some test cases Alex Saskevich 1/8/20, 10:14 PM
  • Merge pull request #​350 from JureMalovrh/fix-utils-typos Alex Saskevich* 1/8/20, 10:13 PM
  • Merge branch 'test-iscreditcard' of git://github.com/lfaoro/govalidator into lfaoro-test-iscreditcard Alex Saskevich 1/8/20, 9:41 PM
  • Fix travis CI script Alex Saskevich 1/8/20, 9:01 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 8:45 PM
  • Merge pull request #​347 from cassiosantos/master Alex Saskevich* 1/8/20, 8:43 PM
  • add failing checks on major card brands Leonardo 11/17/19, 4:07 PM
  • improve TestIsCreditCard Leonardo 11/17/19, 3:58 PM
  • Fix typos in utils.go Jure Malovrh 10/2/19, 8:55 PM
  • Fixes #​345 - Add accommodation for IPv4 240/8-255/8 to URLIP regexp in patterns.go Doug Parrish 8/22/19, 10:23 PM
  • Fix contributors links Cassio Santos 8/26/19, 4:08 PM
  • go fmt Alex Saskevich 6/15/19, 3:28 PM
  • Add aliases for hashes Alex Saskevich 6/15/19, 3:26 PM
  • Add IsMagnetURI validator Alex Saskevich 6/15/19, 2:50 PM
  • Fix invalid regexps, reduce email regexp, add doc.go Alex Saskevich 6/15/19, 2:07 PM
  • Fix ignored files Alex Saskevich 6/14/19, 12:06 AM
  • validator_test: add test cases for missing validator in ValidateMap Mohamed Elawadi 5/10/19, 4:06 PM
  • validator: ValidateMap: make sure that required fields exist Mohamed Elawadi 5/10/19, 3:02 PM
  • README: add documentation for IsType Mohamed Elawadi 5/10/19, 2:05 PM
  • validator_test: add test cases for IsType Mohamed Elawadi 5/10/19, 1:46 PM
  • validator: add IsType Mohamed Elawadi 5/10/19, 1:43 PM
  • update README for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM
  • validator_test: add test cases for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM
  • validator: implement ValidateMap Mohamed Elawadi 5/10/19, 12:49 PM
  • Merge pull request #​298 from okisetiawan0101/complete-read-me Alex Saskevich* 4/24/19, 2:10 PM
  • do not validate fields of struct type twice (validate each struct only once) Dmitry Zenovich 3/4/19, 1:09 PM
  • fix TestIsExistingEmail(): bar.coffee -> driftaway.coffee Dmitry Zenovich 3/1/19, 6:41 PM
  • go fmt Dmitry Zenovich 3/1/19, 6:42 PM
  • Do not treat empty strings, zero numbers and structures as nils: validate them, realize that required field can be zeros Dmitry Zenovich 3/1/19, 6:40 PM
  • update tests Nathan Davies 2/24/19, 3:20 PM
  • remove the fmt.Println Nathan Davies 2/24/19, 3:13 PM
  • add Unix Timestamp validator to readme bosenok 12/30/18, 3:53 PM
  • added Unix Timestamp validator bosenok 12/30/18, 3:50 PM
  • Add go fmt as a CI step Jack Wilsdon 10/2/18, 2:53 PM
  • rename isInRaw func to IsInRaw func okisetiawan 7/27/18, 7:41 PM
  • add max string length validator and min string length validator okisetiawan 7/27/18, 7:39 PM
  • add custom tag with params in read me okisetiawan 7/27/18, 7:13 PM
  • Complete the documentation about Validator with parameters in read.me okisetiawan 7/27/18, 6:57 PM
  • Merge pull request #​296 from asaskevich/revert-286-master Alex Saskevich* 7/20/18, 2:50 PM
  • Revert "(Enhancement) Validator: Adding more concrete base64 validation, Enabling []int validation " Alex Saskevich* 7/20/18, 2:49 PM
  • Create config.yml Alex Saskevich* 7/20/18, 2:16 PM
  • Merge pull request #​286 from marcsantiago/master Alex Saskevich* 7/20/18, 2:12 PM
  • Merge pull request #​268 from jasonlam604/feature/Fix_capital_lower_struct_field Alex Saskevich* 7/20/18, 2:07 PM
  • Merge pull request #​290 from skybet/feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
  • Merge branch 'master' into feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
  • Merge pull request #​293 from beornf/child-struct-interface Alex Saskevich* 7/20/18, 2:03 PM
  • Merge pull request #​270 from es1o/bug_269 Alex Saskevich* 7/20/18, 2:03 PM
  • Merge branch 'master' into bug_269 Alex Saskevich* 7/20/18, 2:03 PM
  • Merge pull request #​272 from jasonlam604/feature/add_hasWhitespace_and_hasWhitespaceOnly Alex Saskevich* 7/20/18, 2:01 PM
  • Merge pull request #​277 from fossabot/master Alex Saskevich* 7/20/18, 2:00 PM
  • Merge pull request #​282 from ferhatelmas/simplification Alex Saskevich* 7/20/18, 1:56 PM
  • Check inner pointer to struct for interface field Beorn Facchini 7/18/18, 12:47 PM
  • Validate the child struct when its an interface Beorn Facchini 7/18/18, 12:06 PM
  • Including the path in errors for nested structs Andrew Munro 7/5/18, 4:35 PM
  • Merge pull request #​1 from skybet/feature/validation-ordering-and-zero-value-ptrs Andrew Munro* 7/3/18, 1:19 PM
  • Ensuring order on validation rules. Allowing nil values to pass validation. Passing input and validator tag to custom error messages Andrew Munro 7/3/18, 12:49 PM
  • (Enhancement) Validator: Validating contents of []int Marc Santiago 6/29/18, 9:52 PM
  • Validator: Adding more concrete base64 validation Marc Santiago 6/28/18, 7:29 PM
  • some simplications ferhat elmas 6/20/18, 1:47 PM
  • Add license scan report and status fossabot 5/22/18, 4:08 PM
  • Add hasWhitespace and hasWhitespaceOnly Jason Lam 4/13/18, 4:12 AM
  • Fix issue #​269 - problem with parse urls with multiple underscores. Grzegorz Eliszewski 4/9/18, 10:46 PM
  • Fix struct validation when options include a numeric type check int, int8, int16....etc float32, float64 Jason Lam 4/7/18, 9:07 AM
  • Fix #​266 alex.saskevich 3/19/18, 11:16 AM

v9

Compare Source

v8

Compare Source

v7

Compare Source

Update before merging some breaking BC code

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source

imdario/mergo (github.com/imdario/mergo)

v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo

Compare Source

This MR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: https://github.com/imdario/mergo/compare/v0.3.16...v1.0.0

gomodules/jsonpatch (gomodules.xyz/jsonpatch/v2)

v3.0.1

Compare Source

This release uses our forked gomodules/orderedmap library. Our forked version has 2 major changes:

  • Uses *OrderedMap instead of OrderedMap inside nested orderedmaps.
  • I ported unstructured helpers from Kubernetes to work with orderedmaps.

v3.0.0

Compare Source

This release uses iancoleman/orderedmap to generate predictable patch. This is very useful if the generated patch is checked into a VCS like git.

evanphx/json-patch (gopkg.in/evanphx/json-patch.v4)

v5.9.0

Compare Source

What's Changed

Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.1...v5.9.0

v5.8.1: Fix API breakage

Compare Source

This MR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1

v5.8.0: Blargh Phixs and Empathyprovements

Compare Source

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0

v5.7.0: The 2023 Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0

v5.6.0: Bug fixes

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/evanphx/json-patch/compare/v5.5.0...v5.6.0

v5.5.0: Better null handling

Compare Source

This incorporates a few fixes related to how nulls are handles in array's and objects.

v5.3.0: Fix zero sized document crash

Compare Source

This fixes a crash bug where submitted an empty slice as the document would panic.

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0: Proper Go modules release

Compare Source

This release has a proper /v5 directory, unlike the previous releases that did not have a /v4 dir. Thanks to @​BenTheElder for getting this sorted out!

go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports