Bump tree-sitter from 0.26.13 to 0.27.0 - #151
Merged
Merged
Conversation
HackingGate
added a commit
that referenced
this pull request
Sep 9, 2026
…ires (#155) tree-sitter 0.27.0 and tree-sitter-language 0.1.8 declare rustc 1.90, so the MSRV job refuses #151 on a floor of 1.88 -- not as a lint but as a build: the job compiles the crate on the declared version rather than on whatever stable is that week, which is the whole reason the number is checkable. Raising the floor is the decision, and it is a decision about who can build uphold rather than a dependency bump, so it is its own commit. Both copies move together -- Cargo.toml's `rust-version` and toolchain.toml's rustc `want` -- because cargo cannot read the preflight's manifest and tests/test_toolchain.py refuses a tree where only one of them moved. Verified on the floor itself rather than on stable: `cargo +1.90 check --locked --all-targets` builds this tree, and with #151's manifest and lock applied on top it builds tree-sitter 0.27.0 and tree-sitter-language 0.1.8 too, with the suite at 807 passed and 0 failed. So the number here is the number that lets #151 through, and not a round one chosen above it. Claude-Session: https://claude.ai/code/session_01HertdiAvdNKGyjR91jvRUM
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.26.13 to 0.27.0. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.26.13...v0.27.0) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/tree-sitter-0.27.0
branch
from
September 9, 2026 15:10
360bbfe to
4f84830
Compare
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.
Bumps tree-sitter from 0.26.13 to 0.27.0.
Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
6070dbffix(nix): remove Dockerfile reference from flake (#5892)f52e78cbuild(deps): cargo update49dbf70fix(rust): ensure C returned pointers are non-null in9540ea3fix(lib): reject anold_treefrom a different language3e7be91fix(rust): reject out-of-range node kind idsf471709fix(lib): bounds-check symbol and state ids in language lookups5ddf71bfix(rust)!: exposeQueryMatch::capturesas a methodefa0dd9fix(cli): correct zero-based positions for --edits16d5e9dci(checks): add lint-toml step using taplo3ac04a6docs: add taplo instructions