chore(deps): update ⬆️ mise-packages#954
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.43.0→0.44.0v0.60.0→v0.61.0Release Notes
ast-grep/ast-grep (aqua:ast-grep/ast-grep)
v0.44.0Compare Source
#2763#2762#2761#2727#2677#2758#2759#2757#2756#2755#2754#2753#2751#2750notrule#2676#2749#2748#2747#2746#2745#2744#2678#2731#2743#2739#2738#2737#2729#2726#2724#2723#2722#2721#2719#2718#2717#2716#2715#2714#2713#2711#2712#2710#2709#2701#2704#2708#2703#2702#2700#2693#2692#2694#2698#2699#2695#2672#2680#2691#2690#2686#2689#2682#2683#2688#2687#2684#2674#2673#2670#2671#2666#2665#2664b488bd36f89a3d202d8b8max-sixty/worktrunk (github:max-sixty/worktrunk)
v0.61.0: 0.61.0Compare Source
Release Notes
Improved
wt listcustom columns: Each[list.custom-columns.<Header>]entry in user config adds a column towt list(and thewt switchpicker), rendered per row as a minijinja template overbranch,worktree_path,worktree_name, andvars.*, with optionalwidthand drop priority. Values expand from in-memory data only — no subprocess runs per cell — and a column that is empty on every row is dropped.wt list --format=jsongains acolumnsmap per item. The feature is experimental, so the config shape may still change. (#3073)--config-setfor inline config overrides: A global, repeatable--config-set <toml>flag overrides any user-config key for a single invocation, layered above config files andWORKTRUNK_*env vars. The value is a real TOML fragment, so arrays and tables work natively (wt --config-set list.full=true list); nested tables deep-merge, and a malformed or invalid override drops the whole--config-setlayer with an attributed warning rather than failing the command. (#3138)Picker shows cached PR/MR numbers: The
wt switchpicker skips the networked CI-status fetch, so it previously had no CI column. It now fills PR/MR numbers from the local.git/wt/cache/ci-status/cache populated by earlierwt list --fullor statusline runs, with zero network access. A stale entry (TTL passed or branch head moved) keeps its number dimmed; expired entries without a number are dropped. (#3073)Faster file copies on macOS: After a reflink (
clonefileon APFS, which already preserves mode bits), worktrunk now skips the redundant follow-upchmodon macOS, saving one syscall per file inwt step copy-ignoredand every other copy path. Linux (btrfs/XFS) still sets permissions, sinceFICLONEclones data extents only and drops the execute bit. (#3149)Internal
Picker migrated to skim 4.8 (ratatui/crossterm): The
wt switchpicker moved off skim 0.20.5 (tuikit) to skim 4.8.0, dropping the vendoredvendor/skim-tuikit/patch tree (both patches it carried are now native or upstream). Two cosmetic picker changes come with it: the match counter no longer overlaps the preview-tab header, and the HEAD column shows the full short-SHA. (#3137)All command spawns route through one trace chokepoint:
CommandTraceis now the sole emitter of[wt-trace]command records, so a spawn path can't silently skip tracing —git worktree add, previously an unattributed gap, now shows up as a labeled slice inwt-perf timeline. (#3134)Documentation
--yesto bypass prompts. (#3146)Install worktrunk 0.61.0
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
Install prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.61.0
Install via Cargo
cargo install worktrunk && wt config shell installInstall via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell installInstall via AUR (Arch Linux)
paru worktrunk-bin && wt config shell installConfiguration
📅 Schedule: (in timezone America/Los_Angeles)
* 3-5 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.