fix(deps): update rust crate worktrunk to 0.23.2 - #788
Conversation
Signed-off-by:
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
Summary of ChangesHello @shunkakinoki, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine update of the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughA dependency version update in Cargo.toml bumps the worktrunk package from 0.23.1 to 0.23.2. This is a patch-level version change with no code modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the worktrunk dependency from version 0.23.1 to 0.23.2. This is a patch update that, according to the release notes, includes several bug fixes and a minor improvement. The changes in Cargo.toml and Cargo.lock are correct and consistent. The update appears to be safe and is ready to be merged.
Mesa DescriptionTL;DRUpdated the What changed?Improved:
Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Pull request overview
This Renovate PR updates the Rust dependency worktrunk to pick up upstream fixes and improvements described in the v0.23.2 release notes.
Changes:
- Bump
worktrunkfrom0.23.1to0.23.2inCargo.toml. - Update
Cargo.lockto reflect the newworktrunkversion and checksum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates the worktrunk dependency version constraint to 0.23.2. |
| Cargo.lock | Updates the resolved worktrunk package entry (version/checksum) to match the new dependency version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR contains the following updates:
0.23.1→0.23.2Release Notes
max-sixty/worktrunk (worktrunk)
v0.23.2Compare Source
Improved
--forceflag forwt step copy-ignored: Overwrite existing destination files when copying gitignored files to new worktrees. Closes #971. (#974, thanks @williamgoulois for requesting)Fixed
wt switch pr:NNNN/mr:NNNNfails in repos without fetch refspecs: Same-repo PRs and MRs failed with "No branch named X" in single-branch clones or bare repos because fetch didn't create remote tracking branches, and worktree creation relied on DWIM. Now uses explicit refspecs and-bfallback. (#965, thanks @andoniaf)Progressive table garbled when output exceeds terminal height:
wt listoutput was corrupted when more lines than the terminal height, because cursor-up commands tried to reach scrolled-off lines. Now detects overflow and falls back to a clean full-table print. (#981)Symlink paths resolved to canonical in cd directives: When navigating via symlinks, cd directives wrote canonical paths, silently moving users out of their symlink tree. Now preserves the user's logical path. Fixes #968. (#976, thanks @brooke-hamilton for reporting)
Terminal artifacts when cancelling interactive picker: Pressing Esc to cancel the picker left terminal artifacts and a misplaced cursor. Now skim handles cleanup symmetrically for both cancel and accept. (#984)
Documentation
-sTCP:LISTENtolsofin hook examples to prevent accidentally killing unrelated processes with connections to the port. (#952, thanks @andoniaf)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Summary by cubic
Update the worktrunk crate to 0.23.2. This pulls in fixes for PR/MR switching in single-branch repos, symlink path preservation, table overflow rendering, and picker cleanup, plus a new --force flag for copy-ignored.
Written for commit 3fad4b5. Summary will update on new commits.