chore(deps): update dependency tree-sitter-cli to v0.22.6 #15

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

This PR contains the following updates:

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

Release Notes

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

v0.22.6

Compare Source

[0.22.6] — 2024-05-05

Features
  • Improve handling of serialization buffer overflows (#​3318)
  • Reverse iteration through node parents (#​3214)
  • cli: Support NO_COLOR (#​3299)
  • cli: Add test listing and allow users to parse a specific test number (#​3067)
  • grammar: Add "inherits" field if available (#​3295)
Bug Fixes
  • Correctly load field data from wasm languages
  • Improve error message when the tree-sitter field is malformed
  • Don't error out on package.json lookup errors if --no-bindings is passed (#​3323)
  • cli: Keep default cc flags in build
  • cli: Properly account for multi-grammar repos when using docker to build a wasm parser (#​3337)
  • generate: Don't check arbitrarily named dirs
  • generate: Take AsRef<Path> for the path parameter to avoid clones (#​3322)
  • highlight: Correct signature of ts_highlighter_add_language
  • lib: Do not return field names for extras (#​3330)
  • lib: Advance the lookahead end byte by 4 when there's an invalid code point (#​3305)
  • rust: Update README example (#​3307)
  • rust: Use unix + wasi cfg instead of not windows for fd (#​3304)
  • test: Allow newlines in between test name and attribute
  • wasm: Correct childrenFromFieldXXX method signatures (#​3301)
  • xtask: Always bump every crate in tandem
  • zig: Make usable as a zig dependency (#​3315)
Documentation
  • Mention build command variables
  • Swap \s for \\s in query example
  • highlight: Typo (#​3290)
Refactor
  • tests: Migrate remaining grammar.json tests to grammar.js (#​3325)
Build System and CI
  • Add nightly rustfmt to workflow for linting (#​3333)
  • Fix address sanitizer step (#​3188)
  • deps: Bump cc from 1.0.92 to 1.0.94 in the cargo group (#​3298)
  • deps: Bump the cargo group with 6 updates (#​3313)
  • xtask: Bump build.zig.zon version when bumping versions

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.22.5` → `0.22.6`](https://renovatebot.com/diffs/npm/tree-sitter-cli/0.22.5/0.22.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tree-sitter-cli/0.22.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tree-sitter-cli/0.22.5/0.22.6?slim=true) | --- ### Release Notes <details> <summary>tree-sitter/tree-sitter (tree-sitter-cli)</summary> ### [`v0.22.6`](https://github.com/tree-sitter/tree-sitter/releases/tag/v0.22.6) [Compare Source](https://github.com/tree-sitter/tree-sitter/compare/v0.22.5...v0.22.6) #### \[0.22.6] — 2024-05-05 ##### Features - Improve handling of serialization buffer overflows ([#&#8203;3318](https://github.com/tree-sitter/tree-sitter/pull/3318)) - Reverse iteration through node parents ([#&#8203;3214](https://github.com/tree-sitter/tree-sitter/pull/3214)) - **cli**: Support `NO_COLOR` ([#&#8203;3299](https://github.com/tree-sitter/tree-sitter/pull/3299)) - **cli**: Add test listing and allow users to parse a specific test number ([#&#8203;3067](https://github.com/tree-sitter/tree-sitter/pull/3067)) - **grammar**: Add "inherits" field if available ([#&#8203;3295](https://github.com/tree-sitter/tree-sitter/pull/3295)) ##### Bug Fixes - Correctly load field data from wasm languages - Improve error message when the `tree-sitter` field is malformed - Don't error out on package.json lookup errors if `--no-bindings` is passed ([#&#8203;3323](https://github.com/tree-sitter/tree-sitter/pull/3323)) - **cli**: Keep default cc flags in build - **cli**: Properly account for multi-grammar repos when using docker to build a wasm parser ([#&#8203;3337](https://github.com/tree-sitter/tree-sitter/pull/3337)) - **generate**: Don't check arbitrarily named dirs - **generate**: Take `AsRef<Path>` for the path parameter to avoid clones ([#&#8203;3322](https://github.com/tree-sitter/tree-sitter/pull/3322)) - **highlight**: Correct signature of `ts_highlighter_add_language` - **lib**: Do not return field names for extras ([#&#8203;3330](https://github.com/tree-sitter/tree-sitter/pull/3330)) - **lib**: Advance the lookahead end byte by 4 when there's an invalid code point ([#&#8203;3305](https://github.com/tree-sitter/tree-sitter/pull/3305)) - **rust**: Update README example ([#&#8203;3307](https://github.com/tree-sitter/tree-sitter/pull/3307)) - **rust**: Use unix + wasi cfg instead of not windows for fd ([#&#8203;3304](https://github.com/tree-sitter/tree-sitter/pull/3304)) - **test**: Allow newlines in between test name and attribute - **wasm**: Correct `childrenFromFieldXXX` method signatures ([#&#8203;3301](https://github.com/tree-sitter/tree-sitter/pull/3301)) - **xtask**: Always bump every crate in tandem - **zig**: Make usable as a zig dependency ([#&#8203;3315](https://github.com/tree-sitter/tree-sitter/pull/3315)) ##### Documentation - Mention build command variables - Swap `\s` for `\\s` in query example - **highlight**: Typo ([#&#8203;3290](https://github.com/tree-sitter/tree-sitter/pull/3290)) ##### Refactor - **tests**: Migrate remaining `grammar.json` tests to `grammar.js` ([#&#8203;3325](https://github.com/tree-sitter/tree-sitter/pull/3325)) ##### Build System and CI - Add nightly rustfmt to workflow for linting ([#&#8203;3333](https://github.com/tree-sitter/tree-sitter/pull/3333)) - Fix address sanitizer step ([#&#8203;3188](https://github.com/tree-sitter/tree-sitter/pull/3188)) - **deps**: Bump cc from 1.0.92 to 1.0.94 in the cargo group ([#&#8203;3298](https://github.com/tree-sitter/tree-sitter/pull/3298)) - **deps**: Bump the cargo group with 6 updates ([#&#8203;3313](https://github.com/tree-sitter/tree-sitter/pull/3313)) - **xtask**: Bump `build.zig.zon` version when bumping versions </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.22.6
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
9b5987711f
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-09 05:19:45 +00:00
renovate force-pushed renovate/tree-sitter-cli-0.22.x-lockfile from 9b5987711f
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 6a406db452
Some checks failed
code quality / clippy_check (pull_request) Failing after 1s
main / Rust tests (marzano) (pull_request) Failing after 1s
main / Rust wasm (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 1s
NAPI Bindings / Build - aarch64-linux-android (pull_request) Failing after 1s
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 - riscv64gc-unknown-linux-gnu (pull_request) Failing after 2s
NAPI Bindings / Build - x86_64-pc-windows-msvc (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-gnu (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-unknown-linux-musl (pull_request) Failing after 1s
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 musl (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - 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 - Linux aarch64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@20 (pull_request) Has been skipped
NAPI Bindings / Build universal macOS binary (pull_request) Has been skipped
NAPI Bindings / Publish to npm (pull_request) Has been skipped
NAPI Bindings / Build - FreeBSD x64 (pull_request) Failing after 1s
pr-lint / validate PR title (pull_request) Failing after 1s
2026-08-09 09:18:05 +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
code quality / clippy_check (pull_request) Failing after 1s
main / Rust tests (marzano) (pull_request) Failing after 1s
main / Rust wasm (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 1s
NAPI Bindings / Build - aarch64-linux-android (pull_request) Failing after 1s
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 - riscv64gc-unknown-linux-gnu (pull_request) Failing after 2s
NAPI Bindings / Build - x86_64-pc-windows-msvc (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-apple-darwin (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-musl (pull_request) Failing after 1s
NAPI Bindings / Build - aarch64-unknown-linux-gnu (pull_request) Failing after 1s
NAPI Bindings / Build - x86_64-unknown-linux-musl (pull_request) Failing after 1s
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 musl (pull_request) Has been skipped
NAPI Bindings / Test - x86_64-pc-windows-msvc - 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 - Linux aarch64 gnu - node@20 (pull_request) Has been skipped
NAPI Bindings / Test - universal-apple-darwin - node@20 (pull_request) Has been skipped
NAPI Bindings / Build universal macOS binary (pull_request) Has been skipped
NAPI Bindings / Publish to npm (pull_request) Has been skipped
NAPI Bindings / Build - FreeBSD x64 (pull_request) Failing after 1s
pr-lint / validate PR title (pull_request) Failing after 1s
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.22.x-lockfile:renovate/tree-sitter-cli-0.22.x-lockfile
git switch renovate/tree-sitter-cli-0.22.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.22.x-lockfile
git switch renovate/tree-sitter-cli-0.22.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/tree-sitter-cli-0.22.x-lockfile
git switch renovate/tree-sitter-cli-0.22.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/tree-sitter-cli-0.22.x-lockfile
git switch main
git merge --squash renovate/tree-sitter-cli-0.22.x-lockfile
git switch main
git merge --ff-only renovate/tree-sitter-cli-0.22.x-lockfile
git switch main
git merge renovate/tree-sitter-cli-0.22.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!15
No description provided.