You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): Update tree-sitter to 0.26.3 and related dependencies
Update major dependencies:
- tree-sitter: 0.25.3 -> 0.26.3
- tree-sitter-javascript: 0.23.1 -> 0.25.0
- tree-sitter-python: 0.23.6 -> 0.25.0
- tree-sitter-rust: 0.23.2 -> 0.24.0
- askama: 0.14 -> 0.15
- tree-sitter-kotlin-ng -> tree-sitter-kotlin-codanna 0.3.9
Also update tree-sitter version in all subcrates.
Regenerate language enums to match new grammar versions.
Fix tree-sitter API change: Node.child() now takes u32 instead of usize.
Fix clippy warnings for collapsible_if and lifetime elision.
0 commit comments