What's Changed
Changelog
- chore: Release Turborepo 2.10.8 by @github-actions[bot] in #13626
- perf: Walk literal-prefix tree globs without wax compilation by @charpeni in #13522
- fix: Accept semver ranges in devEngines.packageManager.version by @bangseongbeom in #13623
- docs: Explain affected package invalidation reasons by @ghoullier in #13594
- perf(lockfiles): Borrow field-name scalars in the pnpm fast parser by @anthonyshew in #13648
- perf(repository): Avoid discarded alias allocation in Relationship by @anthonyshew in #13650
- perf(lockfiles): Drop redundant human_name clone for pnpm v7/v9 by @anthonyshew in #13649
- perf: Index workspace nodes by name in project_relationships by @anthonyshew in #13647
- perf: Share resolution identity lists across identical workspace closures by @anthonyshew in #13641
- docs: Fix duplicated word in runtime dependencies guide summary by @anthonyshew in #13630
- refactor: Remove turborepo-lsp dependency on turborepo-lib by @anthonyshew in #13631
- perf: Index Bun nested lockfile entries by name for fallback resolution by @anthonyshew in #13633
- perf: Memoize framework inference per package during task hashing by @anthonyshew in #13634
- perf: Avoid materializing transient declarations in external_dependencies by @anthonyshew in #13646
- perf: Enable shared closure DP for npm and yarn1 lockfiles by @anthonyshew in #13635
- perf: Parse pnpm explicit-key entries in the lockfile fast path by @anthonyshew in #13640
- perf: Parallelize resolution fingerprint hashing by @anthonyshew in #13642
- perf: Build resolution identity lists in parallel by @anthonyshew in #13643
- perf: Intern resolution identities as Arc<str> across closures by @anthonyshew in #13645
- fix: Compose affected tasks with package filters by @anthonyshew in #13656
- docs: Explain worktree cache path isolation by @anthonyshew in #13657
- fix: Upgrade brace-expansion to 5.0.9 by @anthonyshew in #13658
- docs: Correct verified inaccuracies in the Turborepo Agent Skill by @charpeni in #13644
- chore: Update Next.js to 16.3.0 by @anthonyshew in #13659
- fix: Don't use
eprintln!in the panic hook by @molofsky in #13637 - fix: Invalidate only when Git ignore sources change by @smasato in #13632
- docs: Update Geistdocs to 1.19.4 by @christopherkindl in #13680
- docs: Exclude Turborepo from its own OSS products menu by @christopherkindl in #13681
- docs: Use the geistdocs Turborepo logo in the navbar by @christopherkindl in #13682
- docs: Update redirected vercel.com/nextjs.org links to current targets by @molebox in #13685
- refactor: Generalize native command arguments by @anthonyshew in #13664
- refactor: Move native contracts to tasks by @anthonyshew in #13665
- docs: Fix loadTransformers reference in turbo-codemod README by @latent-9 in #13683
- refactor: Model native task execution explicitly by @anthonyshew in #13666
- feat: Compose aggregate native task dependencies by @anthonyshew in #13667
- fix: Respect aggregate task overrides by @anthonyshew in #13668
- test: Stabilize watch task inputs regression test by @anthonyshew in #13686
- feat: Parse Python quality tool declarations by @anthonyshew in #13669
- feat: Resolve Python quality plans by @anthonyshew in #13670
- refactor: Extract uv native task specs by @anthonyshew in #13671
- feat: Synthesize Python quality tasks by @anthonyshew in #13672
- test: Cover Python quality task commands by @anthonyshew in #13673
- feat: Hash Python quality task inputs by @anthonyshew in #13674
- test: Cover Python quality task graph by @anthonyshew in #13675
- chore: Release Turborepo 2.10.9-canary.1 by @github-actions[bot] in #13687
- docs: Document dependency-driven Python tasks by @anthonyshew in #13676
- fix: Prune Bun wildcard workspace dev dependencies by @anthonyshew in #13694
- fix: Prevent Windows process cleanup PID reuse by @anthonyshew in #13695
New Contributors
- @bangseongbeom made their first contribution in #13623
- @ghoullier made their first contribution in #13594
- @molofsky made their first contribution in #13637
- @smasato made their first contribution in #13632
- @latent-9 made their first contribution in #13683
Full Changelog: v2.10.8...v2.10.9