From 09a77231e514368a64479bbb9592bd45620d5584 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 30 Aug 2026 19:24:28 +0200 Subject: [PATCH] build(deps): bump tree-sitter to v0.27.0 --- build.zig.zon | 4 ++-- cmake.deps/deps.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 28624a7e66..000f576ffb 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -20,8 +20,8 @@ .lazy = true, }, .treesitter = .{ - .url = "git+https://github.com/tree-sitter/tree-sitter#baad4174e551e527bde1b069f4b41082e4abd085", - .hash = "tree_sitter-0.27.0-Tw2sR2PIDQCAo9BUSY4nHYXcjt7g6UswYTT1LolwvVcy", + .url = "git+https://github.com/tree-sitter/tree-sitter?ref=v0.27.0#6070dbfefd326bd735e5683eb128cc1b57dad0c0", + .hash = "tree_sitter-0.27.0-Tw2sRzbJDQAI0igzBO7QpcYZiblLoFMNjSLLHKbx1ck3", .lazy = true, }, .libuv = .{ diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index 3747ebb75e..950bc4d6b4 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -46,8 +46,8 @@ TREESITTER_QUERY_URL https://github.com/tree-sitter-grammars/tree-sitter-query/a TREESITTER_QUERY_SHA256 c2b23b9a54cffcc999ded4a5d3949daf338bebb7945dece229f832332e6e6a7d TREESITTER_MARKDOWN_URL https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/v0.5.3.tar.gz TREESITTER_MARKDOWN_SHA256 df845b1ab7c7c163ec57d7fa17170c92b04be199bddab02523636efec5224ab6 -TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/baad4174e551e527bde1b069f4b41082e4abd085.tar.gz -TREESITTER_SHA256 c0be83fb7104bef61ba75536dc47b1ebfb84170f9a0ae9bd3ce03612d063b476 +TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.27.0.tar.gz +TREESITTER_SHA256 d35c96e68736bd9569d2757c3cc71052485f33082c3825f1aed9d0e86013a159 # NOTE: Also update the find_package() call if bumping the minimum. WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v48.0.0.tar.gz