Skip to content

Bump skim from 4.5.1 to 4.6.0 in /yog#486

Merged
fusillicode merged 1 commit intomainfrom
dependabot/cargo/yog/skim-4.6.0
Apr 16, 2026
Merged

Bump skim from 4.5.1 to 4.6.0 in /yog#486
fusillicode merged 1 commit intomainfrom
dependabot/cargo/yog/skim-4.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps skim from 4.5.1 to 4.6.0.

Release notes

Sourced from skim's releases.

4.6.0 - 2026-04-14

Release Notes

Note for SDK users: SkimOptions.info is now skim::tui::statusline::Info, wrappiing the previous skim::tui::statusline::InfoDisplay in its display field. This change should not affect SkimOptionsBuilder::info() calls as it internally calls Into::into(), but if you were using SkimOptions.info directly, you may need to call .into() or access Info.display instead. The intended usage is to use the builder, which is why this release wasn't a major bump, don't hesitate to call me out if it introduces issues on your side

🚀 Features

🐛 Bug Fixes

  • Theme not being set with multiple values (#1049)
  • Ignore missing files for ssh completion (closes #1054)
  • Remove breaking change introduced with 7375d30b

⚙️ Miscellaneous Tasks

  • Unpin wide-used dependencies (closes #1050)

New Contributors

Install skim 4.6.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download skim 4.6.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

... (truncated)

Changelog

Sourced from skim's changelog.

[4.6.0] - 2026-04-14

🚀 Features

🐛 Bug Fixes

  • Theme not being set with multiple values (#1049)
  • Ignore missing files for ssh completion (closes #1054)
  • Remove breaking change introduced with 7375d30b

⚙️ Miscellaneous Tasks

  • Unpin wide-used dependencies (closes #1050)

New Contributors

Commits

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 [skim](https://github.com/skim-rs/skim) from 4.5.1 to 4.6.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.5.1...v4.6.0)

---
updated-dependencies:
- dependency-name: skim
  dependency-version: 4.6.0
  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 Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.37%. Comparing base (219bbef) to head (2692edc).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #486   +/-   ##
=======================================
  Coverage   46.37%   46.37%           
=======================================
  Files         159      159           
  Lines       12705    12705           
=======================================
  Hits         5892     5892           
  Misses       6813     6813           
Components Coverage Δ
catl 0.00% <ø> (ø)
evoke 34.09% <ø> (ø)
fkr 0.00% <ø> (ø)
gch 0.00% <ø> (ø)
gcu 24.10% <ø> (ø)
ghl 14.85% <ø> (ø)
idt 5.55% <ø> (ø)
miskatonic 0.00% <ø> (ø)
nomicon 7.44% <ø> (ø)
nvrim 45.99% <ø> (ø)
oe 5.66% <ø> (ø)
rmr 45.88% <ø> (ø)
tec 5.30% <ø> (ø)
try 42.30% <ø> (ø)
vpg 22.44% <ø> (ø)
yghfl 42.06% <ø> (ø)
yhfp 25.00% <ø> (ø)
ytil_cmd 56.71% <ø> (ø)
ytil_editor 99.40% <ø> (ø)
ytil_git 48.70% <ø> (ø)
ytil_github ∅ <ø> (∅)
ytil_hx 96.66% <ø> (ø)
ytil_system ∅ <ø> (∅)
ytil_tui 39.16% <ø> (ø)
ytil_wezterm 87.17% <ø> (ø)

@fusillicode fusillicode merged commit c09af57 into main Apr 16, 2026
32 of 33 checks passed
@fusillicode fusillicode deleted the dependabot/cargo/yog/skim-4.6.0 branch April 16, 2026 05:56
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.

1 participant