Skip to content

chore(deps): upgrade tree-sitter stack to 0.26 / rust 0.24 / html 0.23 - #44

Merged
bdelanghe merged 2 commits into
mainfrom
chore/tree-sitter-upgrade
Jun 29, 2026
Merged

chore(deps): upgrade tree-sitter stack to 0.26 / rust 0.24 / html 0.23#44
bdelanghe merged 2 commits into
mainfrom
chore/tree-sitter-upgrade

Conversation

@bdelanghe

Copy link
Copy Markdown
Collaborator

Summary

Both grammar call sites updated from the deprecated language() fn to LANGUAGE.into(), which is the canonical API since the 0.23 grammar series.

Test plan

  • cargo build — clean, zero warnings
  • 97 unit tests pass unchanged
  • 5 cucumber integration tests pass unchanged

PR checklist

  1. Independent PR — dep bump only, no logic changes
  2. Changed codepaths verified — all 102 tests pass
  3. Root cause — N/A (dependency hygiene)
  4. No duplication — N/A
  5. No unrelated changes — N/A

🤖 Generated with Claude Code

tree-sitter  0.22 → 0.26.10
tree-sitter-rust  0.21 → 0.24.2
tree-sitter-html  0.20 → 0.23.2

Both grammar call sites updated: language() fn → LANGUAGE.into(), which
is the canonical API since the 0.23 grammar series. All 97 unit tests
and 5 cucumber tests pass unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bdelanghe
bdelanghe merged commit b4794de into main Jun 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant