Skip to content

chore: bump skim from 4.10.0 to 5.0.0 - #3378

Merged
max-sixty merged 1 commit into
mainfrom
dependabot/cargo/skim-5.0.0
Jul 8, 2026
Merged

chore: bump skim from 4.10.0 to 5.0.0#3378
max-sixty merged 1 commit into
mainfrom
dependabot/cargo/skim-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps skim from 4.10.0 to 5.0.0.

Release notes

Sourced from skim's releases.

5.0.0 - 2026-07-02

Release Notes

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)

Install skim 5.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skim-rs/skim/releases/download/v5.0.0/skim-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/skim-rs/skim/releases/download/v5.0.0/skim-installer.ps1 | iex"

Download skim 5.0.0

File Platform Checksum
skim-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
skim-x86_64-apple-darwin.tar.xz Intel macOS checksum
skim-x86_64-pc-windows-msvc.zip x64 Windows checksum
skim-x86_64-pc-windows-msvc.msi x64 Windows checksum
skim-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
skim-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
skim-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
skim-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from skim's changelog.

[5.0.0] - 2026-07-02

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)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 6, 2026

@worktrunk-bot worktrunk-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe bump. skim 5.0.0's only breaking change is feature-gating listen and image (skim-rs/skim#1103), and worktrunk pulls skim with default-features = false, features = ["frizbee"], so neither was enabled — the picker's internal-API usage (skim::tui::event::ActionCallback, skim::binds::parse_key, skim::reader::CommandCollector) is unaffected. Verified locally: cargo check --features cli --bins compiles clean against 5.0.0. The dropped Cargo.lock entries are the image codecs (av-scenechange, avif-serialize, bitstream-io, …) that v4's always-on image support pulled in transitively — a nice side benefit of the feature-gating.

One stale comment left behind, non-blocking: the block above the skim = … line still explains why the floor is 4.8 (# Floor is 4.8, not 4: the picker is written against 4.8's ratatui 0.30.1 API …). With the requirement now "5.0" that reasoning is superseded. Worth a refresh next time the picker deps are touched — I didn't push it here since a commit on the Dependabot branch would stop it auto-managing this PR.

Bumps [skim](https://github.com/skim-rs/skim) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/skim-rs/skim/releases)
- [Changelog](https://github.com/skim-rs/skim/blob/master/CHANGELOG.md)
- [Commits](skim-rs/skim@v4.10.0...v5.0.0)

---
updated-dependencies:
- dependency-name: skim
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/skim-5.0.0 branch from 928427e to a800718 Compare July 7, 2026 02:44
@max-sixty
max-sixty merged commit 9f552bb into main Jul 8, 2026
40 checks passed
@max-sixty
max-sixty deleted the dependabot/cargo/skim-5.0.0 branch July 8, 2026 09:16
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.

2 participants