Skip to content

Update dependency nvim-mini/mini.diff to v0.18.0#75

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/nvim-mini-mini.diff-0.x
Jun 28, 2026
Merged

Update dependency nvim-mini/mini.diff to v0.18.0#75
github-actions[bot] merged 1 commit into
mainfrom
renovate/nvim-mini-mini.diff-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
nvim-mini/mini.diff minor v0.17.0v0.18.0

Release Notes

nvim-mini/mini.diff (nvim-mini/mini.diff)

v0.18.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Version change: v0.17.0v0.18.0 (minor version bump)

The mini.nvim v0.18.0 release notes contain no mini.diff-specific breaking changes or feature additions. The commits between the two tags on the standalone nvim-mini/mini.diff repo are:

  • Bug fix (all modules): Improved vim.str_utfindex and vim.str_byteindex usage — defensive fix for internal byte/UTF index handling.
  • Bug fix (mini.diff): Make :edit try to recompute Git data with git source. Previously, the internal source cache was not cleared properly for buffers not yet attached to a source, so :edit wouldn't refresh Git state. Now the git source cleans its cache on BufUnload. (Related to fix(diff): remove stale git sentinel after failed attach nvim-mini/mini.nvim#2395)
  • Soft deprecation (all modules): Neovim <0.10 is soft deprecated — not relevant since this config targets Neovim 0.11+.
  • Documentation only (4 commits): Corrected quotes in installation examples, added vim.pack install method, added tags for highlight groups, preferred vim.text.diff() in docs, and general consistency improvements.

No breaking changes. No API changes. No configuration option changes. No deprecations affecting this codebase.

🎯 Impact Scope Investigation

  • Usage location: mini.diff is configured solely in lua/plugins/editor.lua:150-171 with a simple opts table:
    • view.style = "sign" with custom sign characters
    • mappings with navigation keys ([h, ]h, [H, ]H) and disabled apply/reset/textobject
  • No other references: No code in the repository calls MiniDiff APIs or references mini.diff internals beyond the plugin spec and documentation files.
  • No dependency impact: mini.diff has no downstream dependents in this config. No other plugins depend on it.
  • Configuration compatibility: All configured options (view, mappings) remain unchanged in v0.18.0.

💡 Recommended Actions

  • Merge as-is — no code changes or configuration updates are required.
  • The :edit bug fix is a genuine improvement: after merging, :edit will correctly recompute Git diff state, which is useful when switching branches or resetting files externally.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions
github-actions Bot merged commit 83637ab into main Jun 28, 2026
3 checks passed
@github-actions
github-actions Bot deleted the renovate/nvim-mini-mini.diff-0.x branch June 28, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants