deps: update tree-sitter-language-pack requirement from <1,>=0.3.0 to >=0.3.0,<2 - #790
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@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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
code-review-graph reviewOverall 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. |
|
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. |
|
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 |
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.
Changelog
Sourced from tree-sitter-language-pack's changelog.
... (truncated)
Commits
eda5571chore(swift): update Package.swift with checksum for v1.13.7f7ebdb4chore(release): 1.13.7156c42bchore(release): rmcp 3.0, bump to 1.13.6, pin alef 0.48.5061f8c9fix(graphql): support multiple directives on fields (#172)5be6d0achore(lint): resolve shared poly base from git, not sibling path6764befdocs(plugin): fix tree-sitter MCP parse tool and init/flag docsc1c1a3cdocs: add Hermes install block for parity with other plugins47f7c44docs: point plugin/MCP install at self-hosted marketplaceb4c75b5chore: migrate coding-agent plugin into repo24d167echore: inherit shared lint base from alef poly-baseDependabot 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)