goose
goose copied to clipboard
Bump github.com/imdario/mergo from 0.3.12 to 0.3.16
Bumps github.com/imdario/mergo from 0.3.12 to 0.3.16.
Release notes
Sourced from github.com/imdario/mergo's releases.
Announcement: v1.0.0 will be released on June 18th
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.
Issues #131, #170, #220, and #202 fixed
No release notes provided.
fix: Respect overwriteWithEmptySrc when merging maps #231
No release notes provided.
Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers
What's Changed
- Fix typo in README.md by
@eltociear
in imdario/mergo#184- Adding StructBot to Mergo in the wild section by
@tjpnz
in imdario/mergo#193- Add Goreleaser to featured projects by
@marcauberer
in imdario/mergo#191- fix: gate transformers on valid non-nil destinations by
@zaquestion
in imdario/mergo#211- Support slices of same type by
@heaths
in imdario/mergo#210- Upgrade yaml to v3 by
@imdario
in imdario/mergo#212New Contributors
@eltociear
made their first contribution in imdario/mergo#184@tjpnz
made their first contribution in imdario/mergo#193@marcauberer
made their first contribution in imdario/mergo#191@zaquestion
made their first contribution in imdario/mergo#211@heaths
made their first contribution in imdario/mergo#210Full Changelog: https://github.com/imdario/mergo/compare/0.3.12...v0.3.13
Commits
14fe2b1
fix: OpenSSF scorecard generation4cde94b
fix: remove Travis link and fix tests actionsdf62a52
chore: README and GitHub actionsfb3c082
Update stackaid dependencies for imdario/mergoc9e40b5
Merge pull request #227 from eh-steve/should-not-dereferenceacd16ec
Merge branch 'master' into should-not-dereference62d1cf2
Update stackaid dependencies for imdario/mergodcef160
Merge pull request #226 from ronaudinho/fix/202404749e
Update stackaid dependencies for imdario/mergobd316d3
Merge pull request #221 from zhiyu0729/issue220- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)