chore(deps): update module github.com/imdario/mergo to v0.3.16 - autoclosed #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.6
->v0.3.16
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
imdario/mergo (github.com/imdario/mergo)
v0.3.16
: Announcement: v1.0.0 will be released on June 18thCompare Source
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
: Issues #131, #170, #220, and #202 fixedCompare Source
v0.3.14
: fix: Respect overwriteWithEmptySrc when merging maps #231Compare Source
v0.3.13
: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformersCompare Source
What's Changed
New Contributors
Full Changelog: darccio/mergo@0.3.12...v0.3.13
v0.3.12
: Some bug fixesCompare Source
Thanks to @abicky and @ndeloof to help to improve Mergo. They fixed issues #90 & #174.
v0.3.11
Compare Source
v0.3.10
: : frozen codebase + next stepsCompare Source
After the broken 0.3.9, I decided to revert the faulty PR #105, reopening the issues #90 and #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
: Support for Struct in MapCompare Source
v0.3.8
: Several PRs mergedCompare Source
v0.3.7
Compare Source
Two PR merged to fix bugs. Thanks @requilence, @smgladkovskiy, @vdemeester and @luisdavim for your time!
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 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.