What's Changed
create-turbo
- fix: Improve create-turbo connectivity check and offline error messages by @anthonyshew in #12257
- feat: Add
affectedUsingTaskInputsfuture flag for task-level--affecteddetection by @anthonyshew in #12247 - fix: Replace dns.lookup with https.get for create-turbo online check by @anthonyshew in #12277
- fix: Remove redundant online check from create-turbo by @anthonyshew in #12281
Examples
- fix: Match
viteand@vitejs/plugin-reactversions on example by @GabrielBB in #12193
Changelog
- fix: Resolve root-level tasks not executing with //# CLI syntax by @anthonyshew in #12242
- fix: Prevent run summary
SendErrorpanic on shutdown by @anthonyshew in #12244 - fix: Deflake
watch_rapid_edits_produce_single_rebuildtest by @anthonyshew in #12245 - fix: Use
FilterModeenum for root task scoping with exclude-only filters by @Jaredw2289-svg in #12212 - fix: Resolve package-name-shaped tsconfig path aliases by @sleitor in #11998
- fix: Use BTreeMap for deterministic lockfile dependency ordering by @anthonyshew in #12254
- fix: Cap rayon thread pool and
block_in_placein tokio to prevent deadlock potential by @anthonyshew in #12253 - feat: Add Node.js version to
turbo infooutput by @anthonyshew in #12260 - feat: Send
x-ai-agentheader on all Vercel API requests by @anthonyshew in #12261 - fix: Deflake watch_edit_during_build_triggers_rebuild test by @anthonyshew in #12263
- fix: Validate task names when
--affectedyields empty package scope by @anthonyshew in #12268 - feat: Deprecate
--scopeflag forturbo pruneby @anthonyshew in #12269 - docs: Note that future flags affect global hash by @anthonyshew in #12271
- fix: Align query affectedTasks with run
--affectedfor$TURBO_ROOT$inputs by @anthonyshew in #12270 - fix: Initialize TUI terminal in watch mode even when all tasks hit cache by @anthonyshew in #12273
- feat: Use task graph for
watchby @anthonyshew in #12275 - fix: Use BTreeMap for bundled_deps in bun PackageIndex by @anthonyshew in #12266
- fix: Fix non-deterministic hashOfExternalDependencies with Bun lockfiles by @anthonyshew in #12279
New Contributors
- @GabrielBB made their first contribution in #12193
- @Jaredw2289-svg made their first contribution in #12212
Full Changelog: v2.8.16...v2.8.17