From 8a654f2eaf19b3760298e8570c0827ae12be80b2 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Mon, 23 Sep 2024 08:59:35 +0000 Subject: [PATCH] build(deps): update getsavvyinc/savvy-cli to v0.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [getsavvyinc/savvy-cli](https://github.com/getsavvyinc/savvy-cli) | minor | `0.15.2` -> `0.16.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
getsavvyinc/savvy-cli (getsavvyinc/savvy-cli) ### [`v0.16.0`](https://github.com/getsavvyinc/savvy-cli/releases/tag/0.16.0) [Compare Source](https://github.com/getsavvyinc/savvy-cli/compare/0.15.2...0.16.0) #### Changelog - [`6b7fddd`](https://github.com/getsavvyinc/savvy-cli/commit/6b7fddd) cmd/history: improve debugl logging - [`83b7fb6`](https://github.com/getsavvyinc/savvy-cli/commit/83b7fb6) cmd/setup/fish: setup script for recording commands. - [`ca93900`](https://github.com/getsavvyinc/savvy-cli/commit/ca93900) cmd/setup: savvy.fish setup prompt and hooks for recording artifacts - [`607b187`](https://github.com/getsavvyinc/savvy-cli/commit/607b187) display original prompt on the right at the end - [`8acca97`](https://github.com/getsavvyinc/savvy-cli/commit/8acca97) fish auto inlcudes its config files - [`908ee42`](https://github.com/getsavvyinc/savvy-cli/commit/908ee42) fish: improve prompt ux for savvy run - [`1a5c521`](https://github.com/getsavvyinc/savvy-cli/commit/1a5c521) install.sh: update install script to support fish - [`0acec24`](https://github.com/getsavvyinc/savvy-cli/commit/0acec24) rm commandline -f - [`7e2db72`](https://github.com/getsavvyinc/savvy-cli/commit/7e2db72) setup/fish: handle case where fish_right_prompt dne - [`421b814`](https://github.com/getsavvyinc/savvy-cli/commit/421b814) setup/fish: impl prompt and cli integration for savvy run - [`6e32c66`](https://github.com/getsavvyinc/savvy-cli/commit/6e32c66) setup/fish: make step_id global - [`79c7edd`](https://github.com/getsavvyinc/savvy-cli/commit/79c7edd) setup/fish: record command as part of pre-exec hook - [`ce54443`](https://github.com/getsavvyinc/savvy-cli/commit/ce54443) setup/fish: rename savvy_modify_prompt -> savvy_record_prompt - [`d92f797`](https://github.com/getsavvyinc/savvy-cli/commit/d92f797) setup/fish: rm trailing whitespace - [`7cf2815`](https://github.com/getsavvyinc/savvy-cli/commit/7cf2815) setup/fish: savvy run completion hooks - [`b36f284`](https://github.com/getsavvyinc/savvy-cli/commit/b36f284) setup/fish: split on COMMA not :COMMA: - [`488e5cb`](https://github.com/getsavvyinc/savvy-cli/commit/488e5cb) setup/fish: use green instead of red for recording - [`9b78c57`](https://github.com/getsavvyinc/savvy-cli/commit/9b78c57) setup/fish: use post_exec hook to capture exit code. - [`aca8595`](https://github.com/getsavvyinc/savvy-cli/commit/aca8595) setup/fish: use well known XDG_DATA_DIRS dir to configure fish shells - [`c6b8567`](https://github.com/getsavvyinc/savvy-cli/commit/c6b8567) setup/fish: vendor code in fish is loaded before user configured - [`7d04940`](https://github.com/getsavvyinc/savvy-cli/commit/7d04940) setup: get status code before copying prompt - [`b3fdf47`](https://github.com/getsavvyinc/savvy-cli/commit/b3fdf47) setup: impl fish setup - [`a55f500`](https://github.com/getsavvyinc/savvy-cli/commit/a55f500) shell/fish: DRY vendorDir and dataDirs setup - [`b306bfb`](https://github.com/getsavvyinc/savvy-cli/commit/b306bfb) shell/fish: add pre_exec function that records but does not execute a command - [`755acf7`](https://github.com/getsavvyinc/savvy-cli/commit/755acf7) shell/fish: add pre_exec hook to record history without executing - [`928c1df`](https://github.com/getsavvyinc/savvy-cli/commit/928c1df) shell/fish: impl SpawnRunner - [`b7c8eba`](https://github.com/getsavvyinc/savvy-cli/commit/b7c8eba) shell/fish: impl record history - [`3ca4ce5`](https://github.com/getsavvyinc/savvy-cli/commit/3ca4ce5) shell/fish: replace OSTYPE with uname -s - [`45374c0`](https://github.com/getsavvyinc/savvy-cli/commit/45374c0) shell/fish: rm OS detection - [`91c712e`](https://github.com/getsavvyinc/savvy-cli/commit/91c712e) shell/fish: simplify setup script - [`4853d48`](https://github.com/getsavvyinc/savvy-cli/commit/4853d48) shell/fish: use completion to suggest commands in savvy run - [`50f5d40`](https://github.com/getsavvyinc/savvy-cli/commit/50f5d40) shell: Impl Shell for fish - [`83fdec7`](https://github.com/getsavvyinc/savvy-cli/commit/83fdec7) use bold; not green for discord - [`30c9bf1`](https://github.com/getsavvyinc/savvy-cli/commit/30c9bf1) work out issues with vendor dirs and color sequences
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index fa69987e..cf21e82f 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -202,7 +202,7 @@ packages: - name: yorukot/superfile@v1.1.4 description: Pretty fancy and modern terminal file manager link: https://github.com/yorukot/superfile -- name: getsavvyinc/savvy-cli@0.15.2 +- name: getsavvyinc/savvy-cli@0.16.0 description: Create, share, and run runbooks from your terminal link: https://github.com/getsavvyinc/savvy-cli - name: JFryy/qq@v0.2.0