From 8d491483ab0211719755671ade80a46d1d4b1339 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Fri, 12 Jun 2026 11:19:58 +0200 Subject: [PATCH] chore: update neovim and prettier tools Change-Id: I8f7156d455a5c870dd3c5befc1dc472353e61f67 Signed-off-by: Thomas Kosiewski --- mise.lock | 8 ++++---- mise.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mise.lock b/mise.lock index 372dc6e5..8f7032d7 100644 --- a/mise.lock +++ b/mise.lock @@ -93,14 +93,14 @@ url = "https://conda.anaconda.org/conda-forge/osx-arm64/luajit-2.1.1744318430-h1 conda_deps = [] [[tools.neovim]] -version = "0.12.2" +version = "0.12.3" backend = "vfox:mise-plugins/vfox-neovim" [tools.neovim."platforms.linux-x64"] -url = "https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-linux-x86_64.tar.gz" +url = "https://github.com/neovim/neovim/releases/download/v0.12.3/nvim-linux-x86_64.tar.gz" [tools.neovim."platforms.macos-arm64"] -url = "https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-macos-arm64.tar.gz" +url = "https://github.com/neovim/neovim/releases/download/v0.12.3/nvim-macos-arm64.tar.gz" [[tools.node]] version = "26.3.0" @@ -115,7 +115,7 @@ checksum = "sha256:77ef7f7a15aa757c2ca19d63cf41c8d9eb3b18590ebc6883871310787d8c6 url = "https://nodejs.org/dist/v26.3.0/node-v26.3.0-darwin-arm64.tar.gz" [[tools.prettier]] -version = "3.8.3" +version = "3.8.4" backend = "npm:prettier" [[tools.shellcheck]] diff --git a/mise.toml b/mise.toml index 2de2f97d..b4e36f36 100644 --- a/mise.toml +++ b/mise.toml @@ -31,7 +31,7 @@ luajit = "2.1.1744318430" # (The LuaJIT plugin does not ship a LuaRocks.) lua = "5.5.0" # Neovim for the integration test suite and local plugin testing. -neovim = "0.12.2" +neovim = "0.12.3" # Node provides the runtime for prettier (installed via the npm backend). node = "26.3.0" @@ -39,7 +39,7 @@ node = "26.3.0" # treefmt drives every formatter/linter below (replaces `nix fmt`). "github:numtide/treefmt" = "2.5.0" stylua = "2.5.2" -prettier = "3.8.3" +prettier = "3.8.4" shfmt = "3.13.1" shellcheck = "0.11.0" actionlint = "1.7.12"