Skip to content

chore(deps): Bump tree-sitter-language-pack from 1.12.2 to 1.12.5 in the dependencies group#90

Merged
GoodbyePlanet merged 2 commits into
mainfrom
dependabot/uv/dependencies-acaaaf4fb5
Jul 11, 2026
Merged

chore(deps): Bump tree-sitter-language-pack from 1.12.2 to 1.12.5 in the dependencies group#90
GoodbyePlanet merged 2 commits into
mainfrom
dependabot/uv/dependencies-acaaaf4fb5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: tree-sitter-language-pack.

Updates tree-sitter-language-pack from 1.12.2 to 1.12.5

Release notes

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

v1.12.5

Fixed

  • build: build.rs no longer forces spurious rebuilds when the crate is consumed from a registry (crates.io) rather than a git checkout. It skips cargo:rerun-if-changed for the query-overlays directory when it does not exist, skips rerun triggers for parser directories under OUT_DIR, and falls back to CARGO_MANIFEST_DIR when the overlay-directory search walks past the filesystem root. Fixes #159.

Maintenance

  • Bump to 1.12.5 and regenerate all bindings, docs, and e2e suites with alef 0.32.11.
  • Update crossbeam-epoch to 0.9.20 (RUSTSEC-2026-0204).

See CHANGELOG.md for details.

Release v1.12.4

What's Changed

New Contributors

Full Changelog: xberg-io/tree-sitter-language-pack@v0.17.10...v1.12.4

v1.12.3

Fixed

  • python: get_parser() now returns the installed tree_sitter.Parser instead of a vendored parser class. On Python 3.14 the vendored parser produced unusable trees (nodes exposed no type/children; parse(bytes) raised TypeError) with nothing failing at construction, so the breakage was silent. get_parser(name) now builds tree_sitter.Parser(get_language(name)), mirroring get_language() and working across Python versions. Fixes #157.

Changed

  • deps: upgrade dependencies to their latest versions across every language binding (Rust, Python, Node, Ruby, PHP, Go, Java, C#, Elixir, WASM, Dart, Swift, Zig, Kotlin-Android); refresh grammar revisions and GitHub Actions pins. On wasm32, getrandom moves to 0.4 with the wasm_js feature.
  • Regenerated all bindings with alef 0.30.10, which corrects the generated Python get_parser return annotation (previously an invalid _rust.Parser that broke import on Python < 3.14).
Changelog

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

[1.12.5] - 2026-07-07

Fixed

  • build: build.rs no longer forces spurious rebuilds when the crate is consumed from a registry (crates.io) rather than a git checkout. It skips cargo:rerun-if-changed for the query-overlays directory when it does not exist, skips rerun triggers for parser directories that live under OUT_DIR, and falls back to CARGO_MANIFEST_DIR when the overlay-directory search walks past the filesystem root. Previously these emitted rerun triggers on nonexistent or generated paths, so cargo rebuilt the crate on every invocation. Fixes #159.

[1.12.3] - 2026-07-02

Fixed

  • python: get_parser() now returns the installed tree_sitter.Parser instead of a vendored parser class. On Python 3.14 the vendored parser produced unusable trees — nodes exposed no type/children and parse(bytes) raised TypeError — while nothing failed at construction, so the breakage was silent. get_parser(name) now builds tree_sitter.Parser(get_language(name)), mirroring get_language() and working across Python versions. Fixes #157.

Changed

  • deps: upgrade dependencies to their latest versions across every language binding (Rust, Python, Node, Ruby, PHP, Go, Java, C#, Elixir, WASM, Dart, Swift, Zig, Kotlin-Android) and refresh grammar revisions and GitHub Actions pins. On wasm32, getrandom moves to 0.4 with the wasm_js feature.
  • Regenerated all bindings with alef 0.30.10, which corrects the generated Python get_parser return annotation (previously an invalid _rust.Parser that broke import on Python < 3.14).

Fixed

  • wasm: skip the tmux grammar on wasm32. Its generated parser.c is ~30MB — under TSLP_WASM_MAX_PARSER_BYTES (40MB) so the size gate doesn't catch it, but it still overruns the clang wasm backend during codegen. Added to DEFAULT_WASM_SKIP_GRAMMARS so the wasm build is clean; it degrades gracefully (absent from STATIC_LANGUAGES).
  • wasm: enable the getrandom js feature for wasm32-unknown-unknown. Build-dependencies (ureq) transitively depend on getrandom, which requires the js feature on that target; without it wasm32 builds failed with "the wasm*-unknown-unknown targets are not supported by default".
  • build: build.rs now reports failed_languages.txt write errors separately (via eprintln) and always surfaces the underlying grammar compilation error even when the write fails.

[1.12.0] - 2026-06-29

Added

  • prefetch: prefetch(&[&str]) downloads (if needed) and loads every requested grammar in one pass, so a subsequent parallel workload only parses. It probes real on-disk loadability rather than has_language, fixing a short-circuit where known-but-not-downloaded grammars were skipped.

... (truncated)

Commits
  • b6bb82f chore(swift): update Package.swift with checksum for v1.12.5
  • 96b3ded fix(ci): resolve alef 0.32.11 vs poly conflicts and build FFI staticlib for s...
  • bc97ced fix: restore docs/skills dropped by version:sync, complete alef 0.32.11 regen
  • 2944f5f chore(release): 1.12.5
  • b61676f chore: cleanup
  • 95dbd42 fix: avoid spurious rebuilds for registry crates (#159)
  • 24d5919 chore(release): 1.12.4
  • 61d8d0c fix(ci): correct Python sdist smoke test to pass bytes to Parser.parse
  • 8aaf6dc fix(ci): hard-kill runaway tree-sitter generate on timeout
  • cdd15e4 fix(ci): add swap to publish clone-vendors shards to prevent OOM
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack).


Updates `tree-sitter-language-pack` from 1.12.2 to 1.12.5
- [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.12.2...v1.12.5)

---
updated-dependencies:
- dependency-name: tree-sitter-language-pack
  dependency-version: 1.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 9, 2026
tree-sitter-language-pack 1.12.5 enforces that Parser.parse() receives
bytes or a callable, not str, breaking the Dart and R parsers which
decoded source to str before parsing. Every other language parser
already passes raw bytes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@GoodbyePlanet GoodbyePlanet merged commit be2a188 into main Jul 11, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/dependencies-acaaaf4fb5 branch July 11, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant