Skip to content

deps: update tree-sitter-language-pack requirement from <1,>=0.3.0 to >=0.3.0,<2 - #790

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tree-sitter-language-pack-gte-0.3.0-and-lt-2
Open

deps: update tree-sitter-language-pack requirement from <1,>=0.3.0 to >=0.3.0,<2#790
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tree-sitter-language-pack-gte-0.3.0-and-lt-2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on tree-sitter-language-pack to permit the latest version.

Release notes

Sourced from tree-sitter-language-pack's releases.

v1.13.7

Patch release fixing version strings that 1.13.6 shipped stale in generated bindings.

  • PHP module builder, Dart nativeModuleVersion (drives the native-asset download URL), Python __version__/docstring, and the C# e2e app package reference now report 1.13.7.
  • packages/go setup moduleVersion realigned so gofmt passes.
  • API reference docs and e2e suites regenerated for 1.13.7; coding-agent plugin version synced.
  • Hermes plugin now publishes to PyPI (trusted publisher configured).
Changelog

Sourced from tree-sitter-language-pack's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.13.5] - 2026-07-27

Changed

  • Regenerate all language bindings on alef 0.48.4, which fixes the Java publish (lowered the Maven enforcer floor) and the C# publish (generates runtime.json.template so runtime.json can be rendered before the NuGet pack).
  • Update grammar revisions to latest upstream (gnuplot, javadoc, scala, tmux).
  • Upgrade Rust dependencies to their latest incompatible versions (base64 0.22 -> 0.23).

Fixed

  • ci: render runtime.json from its template before packing the NuGet package so C# runtime metadata is published correctly.

[1.13.4] - 2026-07-26

Changed

  • Regenerate all language bindings on alef 0.48.2.
  • Update dependencies to their latest compatible versions.

Removed

  • Remove unused Java PMD ruleset and stale linter configuration.

[1.13.3] - 2026-07-21

Fixed

  • ruby: platform-specific native gems now package one native extension per supported Ruby ABI and load the extension matching the current runtime. This keeps precompiled gems usable on Ruby 3.2, 3.3, 3.4, 3.5, and Ruby 4 while avoiding Parser#parse self-conversion TypeErrors from loading an extension compiled against a different Ruby ABI. Fixes #171.

Changed

  • grammars: refresh 22 grammar revisions to newer upstream commits (no languages added or removed).
  • deps: refresh lock files with non-breaking updates within existing constraints (Cargo.lock,

... (truncated)

Commits
  • eda5571 chore(swift): update Package.swift with checksum for v1.13.7
  • f7ebdb4 chore(release): 1.13.7
  • 156c42b chore(release): rmcp 3.0, bump to 1.13.6, pin alef 0.48.5
  • 061f8c9 fix(graphql): support multiple directives on fields (#172)
  • 5be6d0a chore(lint): resolve shared poly base from git, not sibling path
  • 6764bef docs(plugin): fix tree-sitter MCP parse tool and init/flag docs
  • c1c1a3c docs: add Hermes install block for parity with other plugins
  • 47f7c44 docs: point plugin/MCP install at self-hosted marketplace
  • b4c75b5 chore: migrate coding-agent plugin into repo
  • 24d167e chore: inherit shared lint base from alef poly-base
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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@v0.3.0...v1.13.7)

---
updated-dependencies:
- dependency-name: tree-sitter-language-pack
  dependency-version: 1.13.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

code-review-graph review

Overall risk: 0.00 (LOW) — 0 changed function(s)/class(es), 0 affected flow(s), 0 test gap(s)

Token savings: this graph-backed report used ~982 fewer tokens (~93%) than reading every changed file in full (estimated, chars/4 approximation).


Powered by code-review-graph — local-first analysis; no code leaves the CI runner.

@tirth8205

Copy link
Copy Markdown
Owner

For #790: tree-sitter-language-pack 1.x cannot be adopted with a range widen alone. Under 1.13.7 the full suite fails (2 failed, 2303 passed), matching CI: (1) custom_languages.py catches (LookupError, ValueError, ImportError, OSError) when probing grammars, but 1.x raises a new tree_sitter_language_pack.DownloadError for unknown grammars and attempts a network download, so a bad grammar in languages.toml crashes loading instead of being skipped, and the download behavior conflicts with local-first operation; (2) the updated Erlang grammar drops module qualifiers from remote calls (lists:map parses as map), losing cross-module call edges. Adopting 1.x needs a code PR that handles DownloadError (or disables downloads) and fixes Erlang qualified-call extraction. Keeping <1 until then.

@aromal-a

Copy link
Copy Markdown

Scale : error , CMD |Ckeck| : Context : protocol : [dataset : check : ]

Parse : form{tree-out : mean-through : 'Output'} [Context : Regeneration , [Prompt-fix - bug :'disabled, enabled ? 'Choices'']]

loose-sitter / free-package/npm-Branches/Tree-nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants