Merged
Conversation
Update the Rust grammar package while keeping the node-tree-sitter runtime on the current supported release. The runtime 0.25.0 release has known Node 24 install issues and should remain separate.
Deploying ratatui with
|
| Latest commit: |
4b0b865
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e4d89d17.ratatui.pages.dev |
| Branch Preview URL: | https://joshka-update-tree-sitter-ru.ratatui.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tree-sitter-rustfrom 0.23.3 to 0.24.0tree-sitterpinned to 0.22.1Why only the Rust grammar?
The
tree-sitter-rust0.24.0 release is small: upstream regenerated the grammar with the latest ABI and published the release. It still declares a peer dependency compatible withtree-sitter@^0.22.1, so this can move independently.The
tree-sitterruntime latest is 0.25.0, but that release currently has upstream Node 24 packaging issues:Keeping the runtime pinned avoids taking a known-broken native package update while still refreshing the Rust grammar.
Validation
node_modulesmise exec -- corepack pnpm install --frozen-lockfilemise exec -- corepack pnpm test -- --runmise exec -- corepack pnpm format:checkmise run build