What's Changed
Docs
- documentation for for
cacheDir
,daemon
, andenvMode
(config values, and env vars) by @dimitropoulos in #9018 - Update using-environment-variables.mdx by @robertn702 in #9040
- (docs) Fix Node.js subpath import guidance. by @anthonyshew in #9066
@turbo/codemod
- separate configs, colocate JSONSchema, remove
globalDotEnv
andpipeline.dotEnv
from V2 by @dimitropoulos in #9025
Examples
- Update README.md by @Aditya0257 in #8979
- Update basic example to use stable Next.js. by @anthonyshew in #9059
Changelog
- TypeScript types for
cacheDir
,daemon
, andenvMode
by @dimitropoulos in #9011 - chore: show deprecation info for globalDotEnv and dotEnv by @devy-bee in #8974
- fix: lock tui-term version to pass rust type check by @wadwings in #9022
- feat: color no longer tied to task execution order by @Shaharking in #9023
- fix(tui): avoid panic on restarting tasks during watch by @chris-olszewski in #9032
- feat(ls): support output format by @tknickman in #9031
- chore(tui): remove unwraps from tui by @chris-olszewski in #9034
- feat: implement a query interface for turborepo by @NicholasLYang in #8977
- feat(tui): allow searching for tasks by @chris-olszewski in #9042
- fix(affected): prevent affected from being used with filter by @chris-olszewski in #9049
- allow multiple fallbacks for --affected base branch by @dimitropoulos in #9045
- fix(affected): don't respect empty scm env vars by @chris-olszewski in #9053
- fix(affected): no longer error if
main
does not exist by @chris-olszewski in #9061 - fix(cli): avoid use of process exit by @chris-olszewski in #9065
- chore: Remove version output on CI by @NicholasLYang in #9068
- chore(tui): fix lint warnings in tests by @chris-olszewski in #9062
New Contributors
- @Aditya0257 made their first contribution in #8979
- @devy-bee made their first contribution in #8974
- @wadwings made their first contribution in #9022
- @Shaharking made their first contribution in #9023
- @robertn702 made their first contribution in #9040
Full Changelog: v2.0.14...v2.1.0