getyourguide / istio-config-validator

Apache License 2.0
41 stars 5 forks source link

chore(deps): update module github.com/imdario/mergo to v1 - autoclosed #407

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/imdario/mergo v0.3.5 -> v1.0.0 age adoption passing confidence

Release Notes

imdario/mergo (github.com/imdario/mergo) ### [`v1.0.0`](https://togithub.com/darccio/mergo/releases/tag/v1.0.0): 1.0.0 released with new module URL: dario.cat/mergo [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.16...v1.0.0) This PR is a release containing [0.3.15](https://togithub.com/imdario/mergo/releases/tag/v0.3.15) features but changing the module URL to `dario.cat/mergo`. #### What's Changed - feat: v1.0.0 released by [@​imdario](https://togithub.com/imdario) in [https://github.com/imdario/mergo/pull/238](https://togithub.com/imdario/mergo/pull/238) **Full Changelog**: https://github.com/imdario/mergo/compare/v0.3.16...v1.0.0 ### [`v0.3.16`](https://togithub.com/darccio/mergo/releases/tag/v0.3.16): Announcement: v1.0.0 will be released on June 18th [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.15...v0.3.16) *This release doesn't contain code changes.* After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version. This version will be released under a vanity URL: dario.cat/mergo PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one. PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about. ### [`v0.3.15`](https://togithub.com/darccio/mergo/releases/tag/v0.3.15): Issues #​131, #​170, #​220, and #​202 fixed [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.14...v0.3.15) ### [`v0.3.14`](https://togithub.com/darccio/mergo/releases/tag/v0.3.14): fix: Respect overwriteWithEmptySrc when merging maps #​231 [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.13...v0.3.14) ### [`v0.3.13`](https://togithub.com/darccio/mergo/releases/tag/v0.3.13): Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers [Compare Source](https://togithub.com/imdario/mergo/compare/0.3.12...v0.3.13) #### What's Changed - Fix typo in README.md by [@​eltociear](https://togithub.com/eltociear) in [https://github.com/imdario/mergo/pull/184](https://togithub.com/imdario/mergo/pull/184) - Adding StructBot to Mergo in the wild section by [@​tjpnz](https://togithub.com/tjpnz) in [https://github.com/imdario/mergo/pull/193](https://togithub.com/imdario/mergo/pull/193) - Add Goreleaser to featured projects by [@​marcauberer](https://togithub.com/marcauberer) in [https://github.com/imdario/mergo/pull/191](https://togithub.com/imdario/mergo/pull/191) - fix: gate transformers on valid non-nil destinations by [@​zaquestion](https://togithub.com/zaquestion) in [https://github.com/imdario/mergo/pull/211](https://togithub.com/imdario/mergo/pull/211) - Support slices of same type by [@​heaths](https://togithub.com/heaths) in [https://github.com/imdario/mergo/pull/210](https://togithub.com/imdario/mergo/pull/210) - Upgrade yaml to v3 by [@​imdario](https://togithub.com/imdario) in [https://github.com/imdario/mergo/pull/212](https://togithub.com/imdario/mergo/pull/212) #### New Contributors - [@​eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/imdario/mergo/pull/184](https://togithub.com/imdario/mergo/pull/184) - [@​tjpnz](https://togithub.com/tjpnz) made their first contribution in [https://github.com/imdario/mergo/pull/193](https://togithub.com/imdario/mergo/pull/193) - [@​marcauberer](https://togithub.com/marcauberer) made their first contribution in [https://github.com/imdario/mergo/pull/191](https://togithub.com/imdario/mergo/pull/191) - [@​zaquestion](https://togithub.com/zaquestion) made their first contribution in [https://github.com/imdario/mergo/pull/211](https://togithub.com/imdario/mergo/pull/211) - [@​heaths](https://togithub.com/heaths) made their first contribution in [https://github.com/imdario/mergo/pull/210](https://togithub.com/imdario/mergo/pull/210) **Full Changelog**: https://github.com/imdario/mergo/compare/0.3.12...v0.3.13 ### [`v0.3.12`](https://togithub.com/darccio/mergo/releases/tag/v0.3.12): Some bug fixes [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.11...0.3.12) Thanks to [@​abicky](https://togithub.com/abicky) and [@​ndeloof](https://togithub.com/ndeloof) to help to improve Mergo. They fixed issues [#​90](https://togithub.com/imdario/mergo/issues/90) & [#​174](https://togithub.com/imdario/mergo/issues/174). ### [`v0.3.11`](https://togithub.com/imdario/mergo/compare/v0.3.10...v0.3.11) [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.10...v0.3.11) ### [`v0.3.10`](https://togithub.com/darccio/mergo/releases/tag/v0.3.10): : frozen codebase + next steps [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.9...v0.3.10) After the broken 0.3.9, I decided to revert the faulty PR [#​105](https://togithub.com/imdario/mergo/issues/105), reopening the issues [#​90](https://togithub.com/imdario/mergo/issues/90) and [#​103](https://togithub.com/imdario/mergo/issues/103). Also, this release includes all the other pending bugs. As it is getting harder to modify the codebase, I decided to freeze it. I'm going to merge only PRs fixing bugs with proper tests. On the other hand, I will start a new cleanroom implementation. Existing tests will be reviewed and used as "test subjects". Also, I plan to collect real-world examples to use them also as "test subjects" in a separate repository. In this process, I would like to work from the bottom to the top, focusing on getting the core right. I plan to keep a legacy compatibility layer, but the new API may differ from the current one to allow better maintenance and new features. ### [`v0.3.9`](https://togithub.com/darccio/mergo/releases/tag/v0.3.9): Support for Struct in Map [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.8...v0.3.9) ### [`v0.3.8`](https://togithub.com/darccio/mergo/releases/tag/v0.3.8): Several PRs merged [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.7...v0.3.8) ### [`v0.3.7`](https://togithub.com/darccio/mergo/releases/tag/v0.3.7) [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.6...v0.3.7) Two PR merged to fix bugs. Thanks [@​requilence](https://togithub.com/requilence), [@​smgladkovskiy](https://togithub.com/smgladkovskiy), [@​vdemeester](https://togithub.com/vdemeester) and [@​luisdavim](https://togithub.com/luisdavim) for your time! ### [`v0.3.6`](https://togithub.com/imdario/mergo/compare/v0.3.5...v0.3.6) [Compare Source](https://togithub.com/imdario/mergo/compare/v0.3.5...v0.3.6)

Configuration

📅 Schedule: Branch creation - "after 9am and before 6pm on monday" (UTC), Automerge - "after 9am and before 6pm every weekday" (UTC).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/imdario/mergo@v1.0.0: parsing go.mod:
    module declares its path as: dario.cat/mergo
            but was required as: github.com/imdario/mergo