Skip to content

fix(deps): bump skim from 0.16.2 to 0.17.3#1923

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/skim-0.17.3
Closed

fix(deps): bump skim from 0.16.2 to 0.17.3#1923
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/skim-0.17.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2025

Copy link
Copy Markdown
Contributor

Bumps skim from 0.16.2 to 0.17.3.

Release notes

Sourced from skim's releases.

skim-v0.17.3

🐛 Bug Fixes

  • (shell) Fix zsh tmux args in key bindings (#777)
  • (shell) Remove duplocate tmux height arg fixes #776 (#778)

💼 Other

  • Set keybinding right before printing special character (#774)

skim-v0.17.2

🐛 Bug Fixes

  • ci: Remove release commits filter - (e0d0169)

skim-v0.17.1

⛰️ Features

⚙️ Miscellaneous Tasks

  • ci: Migrate to release-plz - (adc4298)

Contributors

Changelog

Sourced from skim's changelog.

[0.17.3]

🐛 Bug Fixes

  • (shell) Fix zsh tmux args in key bindings (#777)
  • (shell) Remove duplocate tmux height arg fixes #776 (#778)

💼 Other

  • Set keybinding right before printing special character (#774)

[0.17.2] - 2025-05-04

🐛 Bug Fixes

  • (tmux) Force sh as shell for tmux mode (#765)
  • (ci) Remove release commits filter

⚙️ Miscellaneous Tasks

  • (ci) Remove temp workflow
  • (release) Release v0.17.2 (#766)

[0.17.1] - 2025-05-04

🚀 Features

  • (ci) Manually update versions

🐛 Bug Fixes

  • (cargo) Fix tuikit re-export
  • (ci) More generic pr name
  • (ci) Split release pr and gh release
  • (cargo) Fix tuikit readme path
  • (ci) Fix broken ci after migration

🧪 Testing

  • (ci) Show context
  • (ci) Test trigger (#761)

⚙️ Miscellaneous Tasks

  • (ci) Only release after merge
  • Release (#760)
  • (cargo) Update to 2024 edition (#764)
  • (ci) Update dependencies

[0.17.0] - 2025-05-04

... (truncated)

Commits
  • 6ffe7c5 chore(release): release v0.17.3 (#782)
  • d36b67f chore: generate changelog using git cliff
  • f5ba2f4 chore(deps): bump tempfile from 3.19.1 to 3.20.0 (#770)
  • 8573f36 chore(deps): bump clap_complete from 4.5.49 to 4.5.50 (#772)
  • 97f0972 chore(deps): bump clap from 4.5.37 to 4.5.38 (#771)
  • 8df581b fix(shell): remove duplocate tmux height arg fixes #776 (#778)
  • b10acf4 fix(shell): fix zsh tmux args in key bindings (#777)
  • cc03874 bash: set keybinding right before printing special character (#774)
  • 991fbee chore(deps): bump clap_complete from 4.5.48 to 4.5.49 (#767)
  • a3e88a9 chore(release): release v0.17.2 (#766)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 21, 2025
@codecov-commenter

codecov-commenter commented May 21, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.47%. Comparing base (98dad52) to head (285a735).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1923   +/-   ##
=======================================
  Coverage    8.47%    8.47%           
=======================================
  Files        1566     1566           
  Lines      116194   116194           
  Branches   116194   116194           
=======================================
  Hits         9846     9846           
  Misses     105761   105761           
  Partials      587      587           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [skim](https://github.com/skim-rs/skim) from 0.16.2 to 0.17.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@v0.16.2...v0.17.3)

---
updated-dependencies:
- dependency-name: skim
  dependency-version: 0.17.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/skim-0.17.3 branch from c7f90f7 to 285a735 Compare May 22, 2025 00:13
@chaynabors chaynabors closed this May 22, 2025
@dependabot @github

dependabot Bot commented on behalf of github May 22, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/skim-0.17.3 branch May 22, 2025 01:23
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