From f4113a1beabc4d299c7e5ed71f9850f5cff734405fd486b079548dfe97c106e1 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 7 May 2024 06:39:39 +0000 Subject: [PATCH 1/3] - Update to 0.21.4: * fix: build from source #1125 * doc: update how to install via cargo #1118 * feat: report undefined util rules #1106 * Breaking change: feat: separate RuleCoreError and RuleConfigError d96efa9 * refactor: move Transformation into a standalone module b51cc95 * fix(deps): update dependency @babel/core to v7.24.5 77ea8bd OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=45 --- _service | 2 +- ast-grep-0.21.3+0.tar.zst | 3 --- ast-grep-0.21.4+0.tar.zst | 3 +++ ast-grep.changes | 11 +++++++++++ ast-grep.spec | 2 +- vendor.tar.zst | 4 ++-- 6 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 ast-grep-0.21.3+0.tar.zst create mode 100644 ast-grep-0.21.4+0.tar.zst diff --git a/_service b/_service index 38346f0..4cd48b5 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ast-grep/ast-grep.git @PARENT_TAG@+@TAG_OFFSET@ git - 0.21.3 + 0.21.4 * v(\d+\.\d+\.\d+) \1 diff --git a/ast-grep-0.21.3+0.tar.zst b/ast-grep-0.21.3+0.tar.zst deleted file mode 100644 index 4c45f0e..0000000 --- a/ast-grep-0.21.3+0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f97bab6ae4c3f70fc30da1ab8db1d148ea650e8f641dedc1c01a46f5cb38aab3 -size 670010 diff --git a/ast-grep-0.21.4+0.tar.zst b/ast-grep-0.21.4+0.tar.zst new file mode 100644 index 0000000..3ce3b31 --- /dev/null +++ b/ast-grep-0.21.4+0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033cdda94a2626223e799d7e6d6ef651b2db2b01f422b9c40626b74898e6feda +size 672410 diff --git a/ast-grep.changes b/ast-grep.changes index 1874786..da28f82 100644 --- a/ast-grep.changes +++ b/ast-grep.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 7 06:37:14 UTC 2024 - Michael Vetter + +- Update to 0.21.4: + * fix: build from source #1125 + * doc: update how to install via cargo #1118 + * feat: report undefined util rules #1106 + * Breaking change: feat: separate RuleCoreError and RuleConfigError d96efa9 + * refactor: move Transformation into a standalone module b51cc95 + * fix(deps): update dependency @babel/core to v7.24.5 77ea8bd + ------------------------------------------------------------------- Fri May 3 05:34:29 UTC 2024 - Michael Vetter diff --git a/ast-grep.spec b/ast-grep.spec index 9b5bd1f..7bd3bfa 100644 --- a/ast-grep.spec +++ b/ast-grep.spec @@ -17,7 +17,7 @@ Name: ast-grep -Version: 0.21.3+0 +Version: 0.21.4+0 Release: 0 Summary: A CLI tool for code structural search, lint and rewriting License: MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index ebb3518..72d212e 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d77ce3eead22527860d745fb04b2a591da1980b456e4204d7c5fb3d61a77969b -size 27078876 +oid sha256:ca1914b3937b48659cdf25989c3b31a629311a9029f65d9d10fcd823339829c0 +size 27118211 From f0ee5b230a502b8f9091b5ac44c37ce83371ec9bff6a9a64d2b33aeb193f14bc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 13 May 2024 06:58:43 +0000 Subject: [PATCH 2/3] - Update to 0.22.2: * fix: fix releases 3a6e553 * fix: fix efaa1ca * fix: debug e39fd12 - Update to 0.22.1: * feat(language): Add support for Haskell via tree-sitter-haskell #1128 * fix: add ast-grep to release #1130 * fix(deps): update dependency @swc/core to v1.5.5 31428dd * fix(deps): update dependency tree-sitter-typescript to v0.21.1 188525d * chore(deps): update dependency @types/node to v20.12.11 3fe7780 - Update to 0.22.0: * test: add string test case back in Rust #1060 * chore: bump tree-sitter version 5b45bd7 * fix: update wasm crate ce9acba * fix: update ts deps 3a67b6b OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=46 --- _service | 2 +- ast-grep-0.21.4+0.tar.zst | 3 --- ast-grep-0.22.2+0.tar.zst | 3 +++ ast-grep.changes | 27 +++++++++++++++++++++++++++ ast-grep.spec | 4 ++-- vendor.tar.zst | 4 ++-- 6 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 ast-grep-0.21.4+0.tar.zst create mode 100644 ast-grep-0.22.2+0.tar.zst diff --git a/_service b/_service index 4cd48b5..52eb9a1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ast-grep/ast-grep.git @PARENT_TAG@+@TAG_OFFSET@ git - 0.21.4 + 0.22.2 * v(\d+\.\d+\.\d+) \1 diff --git a/ast-grep-0.21.4+0.tar.zst b/ast-grep-0.21.4+0.tar.zst deleted file mode 100644 index 3ce3b31..0000000 --- a/ast-grep-0.21.4+0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:033cdda94a2626223e799d7e6d6ef651b2db2b01f422b9c40626b74898e6feda -size 672410 diff --git a/ast-grep-0.22.2+0.tar.zst b/ast-grep-0.22.2+0.tar.zst new file mode 100644 index 0000000..c65240c --- /dev/null +++ b/ast-grep-0.22.2+0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe6f408061ef4e75d98c91b9f1fdb83e3db3adaf720bc062b37332137a2866f +size 673485 diff --git a/ast-grep.changes b/ast-grep.changes index da28f82..3bf437b 100644 --- a/ast-grep.changes +++ b/ast-grep.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon May 13 06:51:13 UTC 2024 - Michael Vetter + +- Update to 0.22.2: + * fix: fix releases 3a6e553 + * fix: fix efaa1ca + * fix: debug e39fd12 + +------------------------------------------------------------------- +Mon May 13 06:50:55 UTC 2024 - Michael Vetter + +- Update to 0.22.1: + * feat(language): Add support for Haskell via tree-sitter-haskell #1128 + * fix: add ast-grep to release #1130 + * fix(deps): update dependency @swc/core to v1.5.5 31428dd + * fix(deps): update dependency tree-sitter-typescript to v0.21.1 188525d + * chore(deps): update dependency @types/node to v20.12.11 3fe7780 + +------------------------------------------------------------------- +Mon May 13 06:50:40 UTC 2024 - Michael Vetter + +- Update to 0.22.0: + * test: add string test case back in Rust #1060 + * chore: bump tree-sitter version 5b45bd7 + * fix: update wasm crate ce9acba + * fix: update ts deps 3a67b6b + ------------------------------------------------------------------- Tue May 7 06:37:14 UTC 2024 - Michael Vetter diff --git a/ast-grep.spec b/ast-grep.spec index 7bd3bfa..c51dd2c 100644 --- a/ast-grep.spec +++ b/ast-grep.spec @@ -17,7 +17,7 @@ Name: ast-grep -Version: 0.21.4+0 +Version: 0.22.2+0 Release: 0 Summary: A CLI tool for code structural search, lint and rewriting License: MIT @@ -36,7 +36,7 @@ ast-grep(sg) is a CLI tool for code structural search, lint, and rewriting. install -D -m 644 %{SOURCE2} .cargo/config %build -%{cargo_build} +%{cargo_build} --locked %install install -D -d -m 0755 %{buildroot}%{_bindir} diff --git a/vendor.tar.zst b/vendor.tar.zst index 72d212e..06563f0 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca1914b3937b48659cdf25989c3b31a629311a9029f65d9d10fcd823339829c0 -size 27118211 +oid sha256:0ab8e88ebf81e45b33bd0fa8c36eb66aadf6652d6d6c42f2f3c52a9069ad7377 +size 27657198 From a345895ac3245472e6403d163cf07eb65191e39ecf9bbb65bd78ee2feb22519e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 13 May 2024 14:08:39 +0000 Subject: [PATCH 3/3] - Update to 0.22.3: * fix: fix napi test #1140 * fix: use dumb implementation for web-tree-sitter 5cb7052 * chore: fix asset names 70cef40 * fix af20be8 OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=47 --- _service | 2 +- ast-grep-0.22.2+0.tar.zst | 3 --- ast-grep-0.22.3+0.tar.zst | 3 +++ ast-grep.changes | 9 +++++++++ ast-grep.spec | 2 +- vendor.tar.zst | 4 ++-- 6 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 ast-grep-0.22.2+0.tar.zst create mode 100644 ast-grep-0.22.3+0.tar.zst diff --git a/_service b/_service index 52eb9a1..108cf84 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ast-grep/ast-grep.git @PARENT_TAG@+@TAG_OFFSET@ git - 0.22.2 + 0.22.3 * v(\d+\.\d+\.\d+) \1 diff --git a/ast-grep-0.22.2+0.tar.zst b/ast-grep-0.22.2+0.tar.zst deleted file mode 100644 index c65240c..0000000 --- a/ast-grep-0.22.2+0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afe6f408061ef4e75d98c91b9f1fdb83e3db3adaf720bc062b37332137a2866f -size 673485 diff --git a/ast-grep-0.22.3+0.tar.zst b/ast-grep-0.22.3+0.tar.zst new file mode 100644 index 0000000..f853e80 --- /dev/null +++ b/ast-grep-0.22.3+0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e3b997ed3322331640e81259ea8df16abf33cb4b9811600b0e17fcae8924d2 +size 673494 diff --git a/ast-grep.changes b/ast-grep.changes index 3bf437b..ff95de9 100644 --- a/ast-grep.changes +++ b/ast-grep.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 13 14:06:01 UTC 2024 - Michael Vetter + +- Update to 0.22.3: + * fix: fix napi test #1140 + * fix: use dumb implementation for web-tree-sitter 5cb7052 + * chore: fix asset names 70cef40 + * fix af20be8 + ------------------------------------------------------------------- Mon May 13 06:51:13 UTC 2024 - Michael Vetter diff --git a/ast-grep.spec b/ast-grep.spec index c51dd2c..4e39e90 100644 --- a/ast-grep.spec +++ b/ast-grep.spec @@ -17,7 +17,7 @@ Name: ast-grep -Version: 0.22.2+0 +Version: 0.22.3+0 Release: 0 Summary: A CLI tool for code structural search, lint and rewriting License: MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index 06563f0..d08b5da 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ab8e88ebf81e45b33bd0fa8c36eb66aadf6652d6d6c42f2f3c52a9069ad7377 -size 27657198 +oid sha256:414c87603cc6c022b1aa2dd933af68ae814a5e7b87f3fd3eaa3c8305e34c7440 +size 27657199