Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v2.1.1-canary.0
What's Changed
Docs
- docs: document --affected flag and env vars by @chris-olszewski in #9046
- docs: document run displaying available tasks by @chris-olszewski in #9052
- feat(docs): doc ls by @tknickman in #9063
- chore(config): add undocummented
remote
types toturbo.json
schema by @chris-olszewski in #9073 - docs: Clarifications for
--affected
. by @anthonyshew in #9078 - Update constructing-ci.mdx by @eps1lon in #9079
Changelog
- pipes default values through to json-schema by @dimitropoulos in #9039
New Contributors
Full Changelog: v2.1.0...v2.1.1-canary.0
Turborepo v2.1.0
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
Turborepo v2.0.15-canary.4
What's Changed
Examples
- Update basic example to use stable Next.js. by @anthonyshew in #9059
Changelog
- 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
Full Changelog: v2.0.15-canary.3...v2.0.15-canary.4
Turborepo v2.0.15-canary.3
What's Changed
Docs
- Update using-environment-variables.mdx by @robertn702 in #9040
Changelog
- 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
New Contributors
- @robertn702 made their first contribution in #9040
Full Changelog: v2.0.15-canary.2...v2.0.15-canary.3
Turborepo v2.0.15-canary.2
What's Changed
Docs
- documentation for for
cacheDir
,daemon
, andenvMode
(config values, and env vars) by @dimitropoulos in #9018
@turbo/codemod
- separate configs, colocate JSONSchema, remove
globalDotEnv
andpipeline.dotEnv
from V2 by @dimitropoulos in #9025
Full Changelog: v2.0.15-canary.1...v2.0.15-canary.2
Turborepo v2.0.15-canary.1
What's Changed
Changelog
- 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
Full Changelog: v2.0.15-canary.0...v2.0.15-canary.1
Turborepo v2.0.15-canary.0
What's Changed
Examples
- Update README.md by @Aditya0257 in #8979
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
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
Full Changelog: v2.0.14...v2.0.15-canary.0
Turborepo v2.0.14
What's Changed
Changelog
- feat(tui): resize terminal pane by @chris-olszewski in #8996
- makes @DefaultValue usages consistent (and correct) by @dimitropoulos in #9012
- fix(create-turbo): correct path usage by @tknickman in #9014
Full Changelog: v2.0.13...v2.0.14
Turborepo v2.0.13
What's Changed
Docs
- (docs): Improve clarity for watch. by @anthonyshew in #8957
- Migrate to Storybook 8.2.6 by @joeblas in #8835
- chore(repo): update readme and links by @tknickman in #8965
- docs: add release flag to cargo build by @chris-olszewski in #8992
Changelog
- chore: improve error message for package graph construction by @NicholasLYang in #8966
- Log changed package names instead of full struct by @mehulkar in #8971
- refactor: renamed UI to ColorConfig by @NicholasLYang in #8962
- fix(watch): display which tasks will be rerun by @chris-olszewski in #8960
- fix: print application errors to stderr instead of stdout by @chris-olszewski in #8969
- feat: add
--affected
toturbo ls
by @NicholasLYang in #8970 - chore(change_mapper): add debug log explaining why package is root dep by @chris-olszewski in #8976
- chore: remove aliases by @NicholasLYang in #8980
- enables test_gh_8599 test by @dimitropoulos in #8984
- removes GOROOT from globalPassThroughEnv for local dev by @dimitropoulos in #8981
- simplify Prysk commands by @dimitropoulos in #8982
- fix(create-turbo): support renamed repositories by @tknickman in #8993
- cacheDir for env, config, and flag by @dimitropoulos in #8947
- Update Socket config by @jackwilson323 in #9005
New Contributors
Full Changelog: v2.0.12...v2.0.13
Turborepo v2.0.13-canary.1
What's Changed
Docs
- docs: add release flag to cargo build by @chris-olszewski in #8992
Changelog
- cacheDir for env, config, and flag by @dimitropoulos in #8947
Full Changelog: v2.0.13-canary.0...v2.0.13-canary.1