What's Changed
Changelog
- perf: Reuse resolver inference during file tracing by @anthonyshew in #13999
- chore: Release Turborepo 2.10.13-canary.2 by @github-actions[bot] in #14000
- chore: Exclude turbo and @turbo/* from minimum release age by @anthonyshew in #14005
- perf: Binary search boundaries comments before each import by @anthonyshew in #14003
- perf: Fetch only npm dist tags in the binary version endpoint by @anthonyshew in #14007
- perf: Compute Devtools graph depths without rescanning every edge by @anthonyshew in #14001
- perf: Reuse package manager detection during create startup by @anthonyshew in #14006
- perf: Borrow workspace entries during dependency lookup by @anthonyshew in #14002
- perf: Cache LSP task index and dedupe identities in constant time by @anthonyshew in #14008
- perf: Deduplicate recursive glob prefixes before walking by @anthonyshew in #14004
- perf: Batch boundaries progress updates by @anthonyshew in #14009
- perf: Reuse archive anchor during cache creation by @anthonyshew in #14010
- perf: Bound remote-cache transfer memory instead of retaining whole artifacts by @anthonyshew in #14011
- perf: Build cache archives once for local and remote writes by @anthonyshew in #14012
- perf: Make VS Code binary discovery and LSP probes nonblocking by @anthonyshew in #14015
- perf: Avoid serializing ASTs for path-only file dependency queries by @anthonyshew in #14016
- perf: Share source text across boundaries diagnostics instead of copying it per error by @anthonyshew in #14014
- perf: Parse the lockfile once when opening a native Workspace with its graph by @anthonyshew in #14017
- docs: Document a focused Cargo build for CLI-only development by @anthonyshew in #14018
- perf: Run the docs MDX generator once per quality task graph by @anthonyshew in #14019
- perf: Keep package bundling inside a cacheable build boundary by @anthonyshew in #14020
- perf: Skip speculative content hashing for size-changed unnormalized tracked files by @anthonyshew in #14021
- perf: Move synchronous cache archiving off Tokio runtime workers by @anthonyshew in #14013
- perf: Index package directories for changed-file ownership lookups by @anthonyshew in #14022
- perf: Bound TUI raw-output retention independently of scrollback by @anthonyshew in #14024
- perf: Coalesce package rediscovery while a scan is already running by @anthonyshew in #14023
- perf: Replace repeated deferred-hash scans with dependency-driven readiness by @anthonyshew in #14025
- perf: Read child output in bounded chunks instead of per-line by @anthonyshew in #14026
- perf: Share one repo index across same-package spec rehashes in watch mode by @anthonyshew in #14027
- test: Deflake rediscovery_coalesces_during_in_flight_scan by @anthonyshew in #14029
- perf: Reuse the package graph across partial watch reruns by @anthonyshew in #14028
- test: Deflake Go watch CI by @anthonyshew in #14031
Full Changelog: v2.10.13-canary.2...v2.10.13-canary.3