deps: update tree-sitter-language-pack requirement from <1.7,>=0.24.0 to >=0.24.0,<1.14 - #218
Merged
cdeust merged 1 commit intoJul 27, 2026
Conversation
Updates the requirements on [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) to permit the latest version. - [Release notes](https://github.com/xberg-io/tree-sitter-language-pack/releases) - [Changelog](https://github.com/xberg-io/tree-sitter-language-pack/blob/main/CHANGELOG.md) - [Commits](xberg-io/tree-sitter-language-pack@v1.0.0...v1.13.5) --- updated-dependencies: - dependency-name: tree-sitter-language-pack dependency-version: 1.13.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/tree-sitter-language-pack-gte-0.24.0-and-lt-1.14
branch
from
July 27, 2026 20:04
c629854 to
29bf284
Compare
dependabot
Bot
deleted the
dependabot/pip/tree-sitter-language-pack-gte-0.24.0-and-lt-1.14
branch
July 27, 2026 20:24
8 tasks
cdeust
added a commit
that referenced
this pull request
Jul 29, 2026
…the lockfile (#251) uv.lock currently resolves tree-sitter-language-pack 1.13.5 (matching what CI's typecheck job installs via the hash-pinned, uv.lock-derived requirements/ci-typecheck.txt), so `uv sync --locked --all-extras && pyright mcp_server/` already reports 0 diagnostics today. But nothing in CI verified uv.lock itself stays current with pyproject.toml's declared constraints — only that the exported requirements files agree with whatever uv.lock currently says, stale or not. That gap is exactly how the divergence this issue reports was introduced: Dependabot's `deps` PR #218 widened tree-sitter-language-pack's upper bound in pyproject.toml (`<1.7` -> `<1.14`) but touched no other file (its "pip" ecosystem entry rewrites version specifiers only, it does not re-run `uv lock`). uv.lock kept resolving 1.6.2 — still valid under the wider range, and `uv lock`'s incremental resolution prefers an existing pin over the newest compatible one — so a contributor's `uv sync --locked` and CI's pip-resolved venv (unconstrained at the time) silently diverged on the same commit. Reproduced by checking out pyproject.toml + uv.lock as of 9e293ba (right after #218) and running `uv lock --check` there: it correctly reports the lockfile needs updating. That step did not exist in CI, so nothing caught the drift before it shipped. Fix: add `uv lock --check` to the lint job, before the existing hash-pinned- requirements check, so any future pyproject.toml constraint change that isn't accompanied by a lock refresh fails the build at commit time instead of resolving silently differently per install path. Also corrects a stale comment on the tree-sitter-language-pack pin: it claimed `<1.7` (no such PyPI release exists; versions jump 1.6.3 -> 1.8.0) and an AttributeError on `parser.parse(...)` that traces to upstream issue callers building `tree_sitter.Parser(get_language(name))` directly, not `get_parser(name).parse(...)` (what ast_parser.py:88 calls, and upstream's own documented safe path). Verified against the resolved 1.13.5: tests_py/core/test_ast_parser.py 19/19 passing. Fixes #251 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Yu6EnWspTfqHoGkExyS6u
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.
Updates the requirements on tree-sitter-language-pack to permit the latest version.
Release notes
Sourced from tree-sitter-language-pack's releases.
Changelog
Sourced from tree-sitter-language-pack's changelog.
... (truncated)
Commits
fd95c56chore(swift): update Package.swift with checksum for v1.13.57155e9dci(publish): render runtime.json before NuGet pack55cb1d8chore(release): 1.13.50ce8136chore(grammars): update grammar revisions to latest4cbc270chore(release): 1.13.43b2e252chore: remove unused linter cruftdc68512chore: updated deps3242bb3chore(dependabot): stop scanning alef-generated code50172f7chore: regenerate with ai-rulez 4.11.0f22c8d4refactor: migrate to agent-conventions shared modules