Merged
Conversation
Ref: sergi/go-diff#123 Ref: sergi/go-diff#136 Move import into direct import sections, since comment is not required anymore.
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 3, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [homeport/dyff](https://github.com/homeport/dyff) | minor | `v1.10.5` → `v1.11.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>homeport/dyff (homeport/dyff)</summary> ### [`v1.11.2`](https://github.com/homeport/dyff/releases/tag/v1.11.2): dyff release v1.11.2 [Compare Source](homeport/dyff@v1.11.1...v1.11.2) #### What's Changed - Fix incorrect diff for mixing types in a list by [@​HeavyWombat](https://github.com/HeavyWombat) in [#​613](homeport/dyff#613) **Full Changelog**: <homeport/dyff@v1.11.1...v1.11.2> ### [`v1.11.1`](https://github.com/homeport/dyff/releases/tag/v1.11.1): dyff release v1.11.1 [Compare Source](homeport/dyff@v1.11.0...v1.11.1) #### What's Changed - Fix grab issue with non-standard identifier by [@​HeavyWombat](https://github.com/HeavyWombat) in [#​612](homeport/dyff#612) **Full Changelog**: <homeport/dyff@v1.11.0...v1.11.1> ### [`v1.11.0`](https://github.com/homeport/dyff/releases/tag/v1.11.0): dyff release v1.11.0 [Compare Source](homeport/dyff@v1.10.5...v1.11.0) #### What's Changed - Tidy up `go.mod` by [@​HeavyWombat](https://github.com/HeavyWombat) in [#​608](homeport/dyff#608) - build(deps): bump goreleaser/goreleaser-action from 6 to 7 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​609](homeport/dyff#609) - build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​610](homeport/dyff#610) - Introduce format strings feature by [@​HeavyWombat](https://github.com/HeavyWombat) in [#​611](homeport/dyff#611) #### Thanks - Thank you to [@​iNoahNothing](https://github.com/iNoahNothing) for your contribution in [#​500](homeport/dyff#500). **Full Changelog**: <homeport/dyff@v1.10.5...v1.11.0> </details> --- ### 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. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ref: sergi/go-diff#123
Ref: sergi/go-diff#136
Move import into direct import sections, since comment is not required anymore.