Skip to content

fix(deps): update rust crate skim to v5 - #250

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/skim-5.x
Open

fix(deps): update rust crate skim to v5#250
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/skim-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
skim dependencies major 4.0.05.0.0 5.6.5 (+1)

Release Notes

skim-rs/skim (skim)

v5.6.3

Compare Source

🐛 Bug Fixes
  • Advance the input cursor by byte length in insert_str (#​1151)
New Contributors

v5.6.2

Compare Source

🐛 Bug Fixes
  • Assymetry in char_equal causing panic with some unicode characters
  • Reorder batches in --tac mode (#​1150)
  • Match double-width roman characters (closes #​1149)
📚 Documentation
  • Preview command runs with sh/cmd, not SHELL

v5.6.1

Compare Source

🤖 CI
  • Do not fail release on public API breakage

v5.5.0

Compare Source

🚀 Features
  • Add double-click as a bindable trigger (#​1134)
🐛 Bug Fixes
  • Do not panic on push/pop keyboard enhancement flags failure

v5.4.0

Compare Source

🚀 Features
  • Allow binding actions & more events (#​1125)
🐛 Bug Fixes
  • Allow execute actions to run interactive commands (#​1132)
📚 Documentation
  • Update coverage url
🤖 CI
  • Publish apt repo
  • Actually push apt

v5.3.2

Compare Source

🤖 CI
  • Publish .deb, .rpm and winget packages on release (#​1129)

v5.3.1

Compare Source

🐛 Bug Fixes

v5.3.0

Compare Source

🚀 Features
  • Add 'left' and right info display modes (#​1120)
  • Add --hide-nth to hide fields from display but keep them searchable (#​1122)
  • Add bind and unbind actions (#​1121)
🐛 Bug Fixes
  • Kitty keyboard protocol
🤖 CI

v5.2.0

Compare Source

🚀 Features
  • Collapsed borders by default and --border-no-collapse flag (#​1117)
  • Reduce binary size by removing uncommon image formats and color_eyre (#​1118)

v5.1.4

Compare Source

🐛 Bug Fixes
  • Preserve input order with --no-sort (#​1115)
New Contributors

v5.1.3

Compare Source

🐛 Bug Fixes
  • Manually resize the Tui when not in fullscreen mode
🤖 CI
  • Fix fixed viewport resize test in non-interactive env (#​1114)
⚙️ Miscellaneous Tasks
  • Fix CHANGELOG duplication

v5.1.2

Compare Source

🤖 CI
  • Add Release PR workflow
  • Update app-id to client-id
  • Add changelog as job output

v5.1.1

Compare Source

🐛 Bug Fixes
  • Handle deprecated --expect flag in sk 4.x vim plugin (#​1057)
New Contributors

v5.1.0

Compare Source

🚀 Features
  • Bump frizbee to 0.10.0, thread local matcher (#​1105)
  • Add cargo-fuzz targets for hand-rolled text parsers (#​1106)
🐛 Bug Fixes
  • Less restrictive max pattern in ari matcher
  • Unknown border values fallback to plain (closes #​1107)
🧪 Testing
  • Fix arinae max pat len test after constant update
New Contributors

v5.0.0

Compare Source

Note: this release is not breaking for CLI users or library users who used the default features.

A lot has happened since skim v4, and this is a good opportunity for a quick recap :

  • Windows support has been available for quite a while now, and a lot of work has been put into making skim as cross-platform as possible, with almost the same test coverage on Windows than Unix(-likes).
  • Image support in preview is easily achievable through the --image flag, using whatever we detect is available (kitty image protocol, sixel or a unicode half-blocks fallback)
  • Zellij support was added and grouped with tmux under the --popup flag
  • Multiline items can be rendered for more complex interfaces
  • Various performance improvements allow us to slowly but steadily keep gaining performance across our benchmarks

Check the changelog for more details !

🚀 Features
  • [breaking] Feature-gate listen and image to allow opting out (#​1103)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@renovate

renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.toml
Artifact update for skim resolved to version 5.6.5, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 5.6.3
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

@renovate
renovate Bot force-pushed the renovate/skim-5.x branch 2 times, most recently from b30e399 to ad4852b Compare July 23, 2026 16:59
@renovate
renovate Bot force-pushed the renovate/skim-5.x branch 5 times, most recently from d00db7b to c1f6e2d Compare August 5, 2026 01:00
@renovate
renovate Bot force-pushed the renovate/skim-5.x branch 2 times, most recently from 00c4c35 to 67c2f37 Compare August 14, 2026 23:55
@renovate
renovate Bot force-pushed the renovate/skim-5.x branch from 67c2f37 to 7264f8d Compare August 20, 2026 21:45
@renovate
renovate Bot force-pushed the renovate/skim-5.x branch from 7264f8d to 96a42b5 Compare August 21, 2026 02:30
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