Skip to content

Bump skim from 5.1.0 to 5.1.3 in /yog#550

Merged
fusillicode merged 1 commit into
mainfrom
dependabot/cargo/yog/skim-5.1.3
Jul 17, 2026
Merged

Bump skim from 5.1.0 to 5.1.3 in /yog#550
fusillicode merged 1 commit into
mainfrom
dependabot/cargo/yog/skim-5.1.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps skim from 5.1.0 to 5.1.3.

Release notes

Sourced from skim's releases.

5.1.3 - 2026-07-16

Release Notes

🐛 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

Install skim 5.1.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download skim 5.1.3

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

v5.1.2

Install skim 5.1.2

Install prebuilt binaries via shell script

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

... (truncated)

Changelog

Sourced from skim's changelog.

[5.1.3] - 2026-07-16

🐛 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

[5.1.2] - 2026-07-16

🤖 CI

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

[5.1.1] - 2026-07-16

🐛 Bug Fixes

  • Handle deprecated --expect flag in sk 4.x vim plugin (#1057)

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 5.1.0 to 5.1.3.
- [Release notes](https://github.com/skim-rs/skim/releases)
- [Changelog](https://github.com/skim-rs/skim/blob/master/CHANGELOG.md)
- [Commits](skim-rs/skim@v5.1.0...v5.1.3)

---
updated-dependencies:
- dependency-name: skim
  dependency-version: 5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 17, 2026
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.80%. Comparing base (fcd29c8) to head (1672cdc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
- Coverage   77.81%   77.80%   -0.02%     
==========================================
  Files         232      232              
  Lines       37779    37779              
==========================================
- Hits        29398    29393       -5     
- Misses       8381     8386       +5     
Components Coverage Δ
catl 0.00% <ø> (ø)
evoke 47.50% <ø> (ø)
fkr 0.00% <ø> (ø)
gch 0.00% <ø> (ø)
gcu 24.10% <ø> (ø)
ghl 14.77% <ø> (ø)
idt 5.82% <ø> (ø)
miskatonic 0.00% <ø> (ø)
nomicon 6.45% <ø> (ø)
nvrim 46.50% <ø> (ø)
oe 5.66% <ø> (ø)
rmr 43.20% <ø> (ø)
tec 12.80% <ø> (ø)
try 43.03% <ø> (ø)
vpg 23.38% <ø> (ø)
yghfl 42.06% <ø> (ø)
yhfp 25.00% <ø> (ø)
ytil_cmd 55.88% <ø> (ø)
ytil_editor 99.47% <ø> (ø)
ytil_git 56.28% <ø> (ø)
ytil_github ∅ <ø> (∅)
ytil_hx 96.66% <ø> (ø)
ytil_system ∅ <ø> (∅)
ytil_tui 46.57% <ø> (ø)
ytil_wezterm 87.60% <ø> (ø)

@fusillicode
fusillicode merged commit 2c54761 into main Jul 17, 2026
33 checks passed
@fusillicode
fusillicode deleted the dependabot/cargo/yog/skim-5.1.3 branch July 17, 2026 22:11
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