From c65832880a798b7a05f80afe044fa8f87b0a7642 Mon Sep 17 00:00:00 2001 From: Shane Daniel <135388+simshanith@users.noreply.github.com> Date: Tue, 18 Aug 2026 19:24:03 -0700 Subject: [PATCH] chore(mise): move go-grip to the github backend mise deprecated the `ubi` backend in favor of `github` (removal in mise 2027.1.0) and warns on every `mise install`. go-grip was the only `ubi:` entry in the baseline; the commented-out clojure-lsp line already used `github:`, so this makes the file consistent with itself. Same upstream releases and the same resolved 0.9.2, and the github backend additionally verifies GitHub artifact attestations and SLSA provenance on download. --- dot_config/mise/conf.d/fresh.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/mise/conf.d/fresh.toml b/dot_config/mise/conf.d/fresh.toml index 0536f32..63a04d8 100644 --- a/dot_config/mise/conf.d/fresh.toml +++ b/dot_config/mise/conf.d/fresh.toml @@ -81,7 +81,7 @@ chezmoi = "latest" "npm:dockerfile-language-server-nodejs" = "latest" # Dockerfile marksman = "latest" # Markdown LSP "pipx:grip" = "latest" # GitHub-accurate markdown preview via GitHub API (Emacs grip-mode; gh-authed) -"ubi:chrishrb/go-grip" = "latest" # Local GitHub-styled markdown preview, dark theme, no API/rate-limit (grip-mode auto-prefers) +"github:chrishrb/go-grip" = "latest" # Local GitHub-styled markdown preview, dark theme, no API/rate-limit (grip-mode auto-prefers) # Formatters for apheleia (format-on-save off by default; C-c f formats once): prettier = "latest" # TS / JSON / YAML oxfmt = "latest" # Markdown (npm:oxfmt) — Rust-based; delegates .md to prettier