chore(deps): update dependency tree-sitter-cli to v0.20.8 #14

Open
renovate wants to merge 1 commit from renovate/tree-sitter-cli-0.20.x-lockfile into main
Member

This PR contains the following updates:

Package Change Age Confidence
tree-sitter-cli (source) 0.20.60.20.8 age confidence

Release Notes

tree-sitter/tree-sitter (tree-sitter-cli)

v0.20.8

Compare Source

What's Changed

Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.20.7...v0.20.8

v0.20.7

Compare Source


Configuration

📅 Schedule: (in timezone Etc/GMT)

  • Branch creation
    • "after 2am and before 6am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter) ([source](https://github.com/tree-sitter/tree-sitter/tree/HEAD/crates/cli/npm)) | [`0.20.6` → `0.20.8`](https://renovatebot.com/diffs/npm/tree-sitter-cli/0.20.6/0.20.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tree-sitter-cli/0.20.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tree-sitter-cli/0.20.6/0.20.8?slim=true) | --- ### Release Notes <details> <summary>tree-sitter/tree-sitter (tree-sitter-cli)</summary> ### [`v0.20.8`](https://github.com/tree-sitter/tree-sitter/releases/tag/v0.20.8) [Compare Source](https://github.com/tree-sitter/tree-sitter/compare/v0.20.7...v0.20.8) #### What's Changed - Change integer type in `ts_parser__set_cached_token` by [@&#8203;mattmassicotte](https://github.com/mattmassicotte) in [#&#8203;1879](https://github.com/tree-sitter/tree-sitter/pull/1879) - Explicit integer sizes for array capacity by [@&#8203;mattmassicotte](https://github.com/mattmassicotte) in [#&#8203;1881](https://github.com/tree-sitter/tree-sitter/pull/1881) - Resolving a crash when freeing a null pointer when cancelling parses by [@&#8203;logancollins](https://github.com/logancollins) in [#&#8203;1938](https://github.com/tree-sitter/tree-sitter/pull/1938) - Add note about including an external scanner in Rust crate by [@&#8203;J3RN](https://github.com/J3RN) in [#&#8203;1936](https://github.com/tree-sitter/tree-sitter/pull/1936) - Allow retrieving a tree's list of included ranges, fix some included range bugs by [@&#8203;maxbrunsfeld](https://github.com/maxbrunsfeld) in [#&#8203;1952](https://github.com/tree-sitter/tree-sitter/pull/1952) - Allow web-tree-sitter to work with Emscripten 3 by [@&#8203;J3RN](https://github.com/J3RN) in [#&#8203;1913](https://github.com/tree-sitter/tree-sitter/pull/1913) - Fix test output formatting for rules starting with `M/U` by [@&#8203;mliszcz](https://github.com/mliszcz) in [#&#8203;1941](https://github.com/tree-sitter/tree-sitter/pull/1941) - Fix racing on playground webserver port binding by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;1953](https://github.com/tree-sitter/tree-sitter/pull/1953) - Fix wasm tests and bump Emscripten version to 3.1.29 by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2014](https://github.com/tree-sitter/tree-sitter/pull/2014) - Add possibility to customize path to generated dynamically loaded libraries. Closes [#&#8203;1336](https://github.com/tree-sitter/tree-sitter/issues/1336) by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2013](https://github.com/tree-sitter/tree-sitter/pull/2013) - Add setting `TREE_SITTER_DEBUG` in the test sub command by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2020](https://github.com/tree-sitter/tree-sitter/pull/2020) - Produce smaller CLI release binary by stripping debug info by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2031](https://github.com/tree-sitter/tree-sitter/pull/2031) - Improve CLI init-config command with respect to `TREE_SITTER_DIR` by [@&#8203;sogaiu](https://github.com/sogaiu) in [#&#8203;2035](https://github.com/tree-sitter/tree-sitter/pull/2035) - Fix possible rollover of nanoseconds in `clock.h` by [@&#8203;paf31](https://github.com/paf31) in [#&#8203;1990](https://github.com/tree-sitter/tree-sitter/pull/1990) - Derive Hash for Language in Rust binding by [@&#8203;Ekleog](https://github.com/Ekleog) in [#&#8203;2080](https://github.com/tree-sitter/tree-sitter/pull/2080) - Improve the performance of running a query in a small range of a large file by [@&#8203;maxbrunsfeld](https://github.com/maxbrunsfeld) in [#&#8203;2085](https://github.com/tree-sitter/tree-sitter/pull/2085) - Make all tests run in a reliable way by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2135](https://github.com/tree-sitter/tree-sitter/pull/2135) - New workflow for CI/CD with more release assets by [@&#8203;ahlinc](https://github.com/ahlinc) in [#&#8203;2167](https://github.com/tree-sitter/tree-sitter/pull/2167) **Full Changelog**: <https://github.com/tree-sitter/tree-sitter/compare/v0.20.7...v0.20.8> ### [`v0.20.7`](https://github.com/tree-sitter/tree-sitter/compare/v0.20.6...v0.20.7) [Compare Source](https://github.com/tree-sitter/tree-sitter/compare/v0.20.6...v0.20.7) </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/GMT) - Branch creation - "after 2am and before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update dependency tree-sitter-cli to v0.20.8
Some checks failed
code quality / clippy_check (pull_request) Has been cancelled
main / Rust tests (marzano) (pull_request) Has been cancelled
main / Rust wasm (pull_request) Has been cancelled
main / Test the standard library (pull_request) Has been cancelled
pr-lint / validate PR title (pull_request) Has been cancelled
b96755c9d6
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-09 05:19:37 +00:00
renovate force-pushed renovate/tree-sitter-cli-0.20.x-lockfile from b96755c9d6
Some checks failed
code quality / clippy_check (pull_request) Has been cancelled
main / Rust tests (marzano) (pull_request) Has been cancelled
main / Rust wasm (pull_request) Has been cancelled
main / Test the standard library (pull_request) Has been cancelled
pr-lint / validate PR title (pull_request) Has been cancelled
to 08b99950e9
Some checks failed
main / Rust wasm (pull_request) Failing after 1s
main / Rust tests (marzano) (pull_request) Failing after 0s
code quality / clippy_check (pull_request) Failing after 1s
main / Test the standard library (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-unknown-linux-gnu (pull_request) Failing after 2s
NAPI Bindings / Build - aarch64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-pc-windows-msvc (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-pc-windows-msvc (pull_request) Failing after 0s
NAPI Bindings / Build - x86_64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - riscv64gc-unknown-linux-gnu (pull_request) Failing after 5s
NAPI Bindings / Build - aarch64-linux-android (pull_request) Failing after 6s
NAPI Bindings / Build - FreeBSD x64 (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-gnu (pull_request) Failing after 1s
pr-lint / validate PR title (pull_request) Failing after 0s
NAPI Bindings / Test - Linux x64 gnu - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 musl - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 musl - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 gnu - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - node@20 (pull_request) Has been skipped
NAPI Bindings / Publish to npm (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 musl (pull_request) Has been skipped
NAPI Bindings / Build universal macOS binary (pull_request) Has been skipped
2026-08-09 09:17:57 +00:00
Compare
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
main / Rust wasm (pull_request) Failing after 1s
main / Rust tests (marzano) (pull_request) Failing after 0s
code quality / clippy_check (pull_request) Failing after 1s
main / Test the standard library (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-unknown-linux-gnu (pull_request) Failing after 2s
NAPI Bindings / Build - aarch64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-pc-windows-msvc (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-pc-windows-msvc (pull_request) Failing after 0s
NAPI Bindings / Build - x86_64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - riscv64gc-unknown-linux-gnu (pull_request) Failing after 5s
NAPI Bindings / Build - aarch64-linux-android (pull_request) Failing after 6s
NAPI Bindings / Build - FreeBSD x64 (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-gnu (pull_request) Failing after 1s
pr-lint / validate PR title (pull_request) Failing after 0s
NAPI Bindings / Test - Linux x64 gnu - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 musl - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux x64 musl - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 gnu - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - node@18 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - node@20 (pull_request) Has been skipped
NAPI Bindings / Publish to npm (pull_request) Has been skipped
NAPI Bindings / Test - Linux aarch64 musl (pull_request) Has been skipped
NAPI Bindings / Build universal macOS binary (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tree-sitter-cli-0.20.x-lockfile:renovate/tree-sitter-cli-0.20.x-lockfile
git switch renovate/tree-sitter-cli-0.20.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tree-sitter-cli-0.20.x-lockfile
git switch renovate/tree-sitter-cli-0.20.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/tree-sitter-cli-0.20.x-lockfile
git switch renovate/tree-sitter-cli-0.20.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/tree-sitter-cli-0.20.x-lockfile
git switch main
git merge --squash renovate/tree-sitter-cli-0.20.x-lockfile
git switch main
git merge --ff-only renovate/tree-sitter-cli-0.20.x-lockfile
git switch main
git merge renovate/tree-sitter-cli-0.20.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
singularity/gritql!14
No description provided.