chore: bump skim from 4.10.0 to 5.0.0 - #3378
Conversation
worktrunk-bot
left a comment
There was a problem hiding this comment.
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>
928427e to
a800718
Compare
Bumps skim from 4.10.0 to 5.0.0.
Release notes
Sourced from skim's releases.
Changelog
Sourced from skim's changelog.
Commits
5a2dde8release: v5.0.06c08be0chore(deps): bump the gha-prod group with 4 updates (#1104)f2ca01efeat!: feature-gate listen and image to allow opting out (#1103)