From 42fc9fdd80b1d12dc4b85a78330fdf1ffdf6ee21 Mon Sep 17 00:00:00 2001 From: Droid Date: Tue, 8 Sep 2026 13:58:17 +0000 Subject: [PATCH] chore(deps): bump droid, chezmoi, and n.zsh plugin Bump pinned CI tools and replace a deleted antidote plugin source. - Factory Droid CLI: 0.205.0 -> 0.209.0 - chezmoi: 2.72.0 -> 2.72.1 - antidote n.zsh plugin: ahjota/n.zsh -> vineyardbovines/n.zsh (ahjota/n.zsh is no longer available; upstream gretzky/n.zsh was renamed to vineyardbovines/n.zsh) Refs #135 --- .github/scripts/install-pinned-tools.sh | 4 ++-- dot_zsh_plugins.txt | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/scripts/install-pinned-tools.sh b/.github/scripts/install-pinned-tools.sh index ff7f96d..cc0187d 100755 --- a/.github/scripts/install-pinned-tools.sh +++ b/.github/scripts/install-pinned-tools.sh @@ -16,8 +16,8 @@ set -euo pipefail # Pinned versions. Bump these deliberately; the Meter Reader Minion watches # hardcoded version numbers in scripts. -readonly DROID_VERSION="0.205.0" -readonly CHEZMOI_VERSION="2.72.0" +readonly DROID_VERSION="0.209.0" +readonly CHEZMOI_VERSION="2.72.1" readonly INSTALL_DIR="${HOME}/.local/bin" diff --git a/dot_zsh_plugins.txt b/dot_zsh_plugins.txt index 0a0e392..2474362 100644 --- a/dot_zsh_plugins.txt +++ b/dot_zsh_plugins.txt @@ -40,7 +40,9 @@ ahjota/zsh-manydots-magic matthiasha/zsh-uv-env kind:defer # auto-switch node if n is installed. -# Replaces gretzsky/n.zsh. The upstream switch_n chpwd hook called `exit 1` -# when `n` wasn't installed and killed the shell on every cd. My fork -# ahjota/n.zsh fixes this behavior. -ahjota/n.zsh kind:defer +# The upstream gretzky/n.zsh repo was renamed to vineyardbovines/n.zsh. +# The original switch_n chpwd hook still calls `exit 1` when `n` or `jq` +# isn't installed, which kills the shell on every cd. The previous fork +# (ahjota/n.zsh) is no longer available, so this points at the renamed +# upstream; use with care if `n` is not installed. +vineyardbovines/n.zsh kind:defer