Adds support for Cargo root packages and keeps Cargo tasks runnable without compiler identity. Also exposes flat lockfile package metadata for repository metrics, adds a skipPackageGraph option to @turbo/repository Workspace.find, and migrates the CLI parser to usage-rs, with numerous fixes including memory-bound streamed task output, multi-language cache normalization, and a tar dependency bump for CVE-2026-73566.
Turborepo
npx @buildinternet/releases get turborepoDry-run JSON output is now streamed, same-prefix tree-wildcard globs merge into a single directory walk, and Berry lockfile resolution overrides are indexed by dependency name. Added security.txt endpoint and removed incremental task caching.
Dry-run JSON output now streams instead of buffering, and same-prefix tree-wildcard globs are merged into one directory walk for faster builds. Also skips unused package configuration stats and repository indexing, plus dozens of fixes across Factory, task caching, and affected queries.
Native uv tool tasks are now cached, and gitignore rules are respected even without git metadata. Also fixed repeated strict entrypoint traversal, concurrent generator config isolation, and transient input file handling.
Concurrent generator config bundles are now isolated, and gitignore is respected in projects without git metadata.
Adds pytest task discovery and fixes manual hashing to apply nested parent gitignore patterns. Upgrades js-yaml to address GHSA-5p4m-2wfm-xmqj and removes unsupported sandbox network policy.
Pruning now walks the repository a single time, improving performance.
Adds support for nub.lock files, along with fixes for pruning Bun wildcard workspace dev dependencies and preventing Windows process cleanup PID reuse.
Turborepo can now synthesize, hash, and build Python quality task graphs from declared tooling, alongside a burst of lockfile and hashing performance work. Fixed a Windows process cleanup PID-reuse bug, a Git ignore invalidation issue, and package-filter/task composition for affected tasks.
Adds native discovery, execution, hashing, watching, and pruning for uv workspaces, plus faster glob resolution by walking literal-prefix trees without wax compilation. Accepts semver ranges in devEngines.packageManager.version and falls back to polling on macOS.