Files
codeql/misc/bazel
Taus 23fd0903ab Bazel: regenerate vendored cargo dependencies
Dropping the tree-sitter-swift crate removed the last consumer of the
tree-sitter grammar-generation dependencies, but the vendored Bazel deps
still listed them, so `defs.bzl` disagreed with the Cargo manifests:
`unified/extractor` was still given `tree-sitter` and
`tree-sitter-embedded-template`, and
`unified/extractor/tree-sitter-swift` remained as a package entry.

Regenerated with
`misc/bazel/3rdparty/update_tree_sitter_extractors_deps.sh`,
which drops `cc`, `tree-sitter-generate` and `tree-sitter-language`
along with their transitive closure. `tree-sitter` itself stays, as the
Ruby and QL extractors still use it.

This commit carries the regenerated `defs.bzl` and `MODULE.bazel`; the
vendored BUILD files for the dropped crates are deleted in the following
commit.

This was drift rather than breakage — the extra entries were simply
unused, so the build worked either way.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-28 21:32:23 +00:00
..
2024-12-10 12:05:37 +01:00
2024-05-31 11:49:36 +02:00
2024-06-05 14:46:59 +02:00