Skip to content

chore(deps): bump hjkl-picker from 0.3.2 to 0.5.2#38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/hjkl-picker-0.5.2
Open

chore(deps): bump hjkl-picker from 0.3.2 to 0.5.2#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/hjkl-picker-0.5.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps hjkl-picker from 0.3.2 to 0.5.2.

Changelog

Sourced from hjkl-picker's changelog.

[0.5.2] - 2026-05-12

Added

  • PreviewHighlighter::spans_for_viewport(path, bytes, top_row, height) — viewport-aware variant called by preview_pane. Default implementation delegates to spans_for, so existing impls are source-compatible. Consumers with expensive highlighters (tree-sitter with injections, etc.) should override this and clip work to the visible window. Fixes the markdown preview hitch in kryptic-sh/hjkl#65.

Changed

  • preview_pane now calls spans_for_viewport instead of spans_for, passing picker.preview_top_row() and the pane height.

[0.5.1] - 2026-05-10

Changed

  • Picker preview BufferView construction now passes the colorcolumn_cols and colorcolumn_style fields required by hjkl-buffer 0.6.0. Both are defaulted to empty / no-op — picker preview does not render a colorcolumn ruler.
  • Bumped hjkl-buffer dep from ^0.5 to ^0.6.

[0.5.0] - 2026-05-06

Breaking

  • Bonsai-agnostic preview API. Direct hjkl-bonsai dep removed from the picker. preview_pane() renderer now takes &dyn PreviewHighlighter instead of a concrete bonsai type. Consumers supply a PlainPreview (no-op) or their own impl. PreviewHighlighter, PlainPreview, PreviewTheme, and preview_pane are re-exported at the crate root.

Fixed

  • Substring match outranks scattered subsequence: when the needle appears as a contiguous substring of the candidate the fast-path score beats any scattered subsequence match, giving more intuitive top-of-list results.

Changed

  • Bumped hjkl-buffer dep requirement to ^0.5.

[0.4.0] - 2026-05-04

Breaking

  • PickerAction reduced to Custom(Box<dyn Any + Send>) + None. The enum

... (truncated)

Commits
  • 8090982 chore: bump version
  • 8c3a2cb feat(highlight): add PreviewHighlighter::spans_for_viewport
  • d3513a0 chore: bump version
  • 4140f97 feat(render): pass colorcolumn fields through to BufferView
  • 31eacc3 chore: bump version
  • 3b978ea chore(ci): collapse ci.yml + release.yml into single ci.yml
  • 4b51d82 feat(preview): pluggable PreviewHighlighter trait + self-contained preview_pane
  • fa77828 refactor: bonsai-agnostic preview API (breaking)
  • a7585d3 fix(score): substring match outranks scattered subsequence
  • 302355e chore(deps): bump hjkl-buffer to ^0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [hjkl-picker](https://github.com/kryptic-sh/hjkl-picker) from 0.3.2 to 0.5.2.
- [Changelog](https://github.com/kryptic-sh/hjkl-picker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kryptic-sh/hjkl-picker/compare/v0.3.2...v0.5.2)

---
updated-dependencies:
- dependency-name: hjkl-picker
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants