deps: bump tree-sitter from 0.26.11 to 0.26.12 in /tree-sitter-mozcpp - #1329
deps: bump tree-sitter from 0.26.11 to 0.26.12 in /tree-sitter-mozcpp#1329dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.26.11 to 0.26.12. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.26.11...v0.26.12) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Supersedes the eight Dependabot PRs that each proposed this bump for one manifest (#1334, #1333, #1331, #1329, #1328, #1327, #1322, #1321). The runtime is `=`-pinned in seven manifests and locked in eight lockfiles; taking them one at a time would leave every intermediate commit with a split pin, which `check-excluded-manifests.py` rejects and which cannot resolve. They belong in one commit. Nothing in the release reaches this workspace's behaviour. `include/tree_sitter/api.h` and the Rust bindings are byte-identical to 0.26.11, so `TREE_SITTER_LANGUAGE_VERSION` stays at 15, the vendored `parser.c` sources remain valid against it, and the `Send + Sync` argument in `big-code-analysis-py/src/node.rs` is unaffected. Only three C files moved: - `parser.c`: restart error recovery when already in `ERROR_STATE`. - `tree_cursor.c`: a later *anonymous* sibling no longer settles `has_later_named_siblings`. - `query.c`: anchor semantics for skipped quantifiers — inert here, since this workspace uses no tree-sitter query API. Each lockfile moved exactly this one package; no edge was re-pointed. Verification: `make pre-commit` -> `BCA_GATE: pass`, with 5,364 Rust tests (10 skipped) and 363 Python tests (1 xfailed) — the same totals main carries. No integration snapshot moved: the working tree is free of `.snap.new` and the `big-code-analysis-output` submodule is clean at its recorded SHA, so no metric value changed. `make fuzz-check` passes separately, since `fuzz/Cargo.lock` sits outside the `make pre-commit` DAG. The three in-tree references naming the old pin are updated in the same commit: the rationale prose in `AGENTS.md` and in `utils/check-excluded-manifests.py`, and the sendability note in `big-code-analysis-py/src/node.rs`. The historical `CHANGELOG.md` entry recording the 0.26.9 -> 0.26.11 bump is left as written.
|
Superseded by 67eecdb ("deps: bump tree-sitter from 0.26.11 to 0.26.12", #1342), now on The runtime is #1342 carries the identical version bump for every manifest and lockfile at once, with the ABI verified unchanged ( |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps tree-sitter from 0.26.11 to 0.26.12.
Release notes
Sourced from tree-sitter's releases.
Commits
808e4b1release v0.26.127566ffafix(lib): continue search for later named siblings in4b7e2c9fix(generate): honor right associativity despite a lower-precedence shift3ee7c63fix(parser): restart recovery for invalid tokens in the error statefd0ccd6fix(highlight): usestd::sync::OnceCellfor various loader fields8df22e6fix(init): don't lowercase repository urlc02f324fix(cli):init --updateshould not updatesetup.pyafter replacing it (#5...f9b9b39fix(templates): replace deprecated method in Package.swift0938423fix(templates): add C source files to Python sdist5ccdbb6fix(query): transfer a leading boundary anchor across a zero-matched quantifierDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)