Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v1.13.4
What's Changed
Docs
- Update eslint-config package name. by @anthonyshew in #8069
- chore(docs): add missing words by @jeremyadavis in #8067
- Fix typo in Turborepo task-graph documentation by @danisal in #8212
turbo-ignore
- feat(turbo-ignore): don’t fail on single package repos by @tknickman in #8177
@turbo/repository
- chore: differentiate rust changes from building turbo by @chris-olszewski in #8001
Examples
- fix(examples): lint docs by @tknickman in #8049
- fix(example): Fix Prisma example by @caaatisgood in #8046
- chore: move react from devDependency to dependency in design system starter template by @ghdtjgus76 in #8159
Changelog
- feat(Turborepo): Be explicit about which binary we failed to find by @gsoltis in #8050
- fix(ui): add carraige return after cache log messages by @chris-olszewski in #8015
- fix(turborepo): Watch mode not responding to changes by @NicholasLYang in #8057
- fix(Turborepo): Make package discovery async, and apply a debouncer by @gsoltis in #8058
- fix(Turborepo): Disable inputs support by @gsoltis in #8074
- feat(Turborepo): Add support for
$TURBO_DEFAULT$ to file hash watcher by @gsoltis in #8086 - Remove async-trait from a few crates by @arlyon in #8077
- feat(turborepo): Using file hashing for package watching by @NicholasLYang in #8104
- add support for cache_timeout as well as timeout by @arlyon in #8078
- yield a different warning when the cache upload times out by @arlyon in #8079
- fix lockfile by @sokra in #8110
- fix(gen): isolate generator to
commonjs
by @wesleycoder in #8109 - fix: properly propigate internal errors by @chris-olszewski in #8113
- feat(ui): render ui to alternative screen by @chris-olszewski in #8084
- fix(turborepo): Persistent tasks in watch mode by @NicholasLYang in #8107
- fix(Turborepo): Fix as_inputs to include ! by @gsoltis in #8119
- fix(Turborepo): Handle new packages in lockfile comparisons by @gsoltis in #8127
- fix(ui): minor formatting by @chris-olszewski in #8136
- feat(turborepo): new ui + watch mode by @NicholasLYang in #7962
- fix(turborepo): use transitive closure of filtered packages in watch mode by @NicholasLYang in #8161
- add two retry strategies to allow requests to timeout gracefully by @arlyon in #8080
- add support for upload speed / remaining in the cache upload step by @arlyon in #8081
- chore(@turbo/benchmark): fix lint warnings by @mehulkar in #8233
- chore(turborepo): Feature flagged off file hashing by @NicholasLYang in #8229
- chore: downgrade curl to fix Windows rust tests by @chris-olszewski in #8242
- fix(turborepo): Remove optional git locks by @NicholasLYang in #8244
- fix(turborepo): Optional lock with env var by @NicholasLYang in #8247
New Contributors
- @caaatisgood made their first contribution in #8046
- @jeremyadavis made their first contribution in #8067
- @wesleycoder made their first contribution in #8109
- @ghdtjgus76 made their first contribution in #8159
- @danisal made their first contribution in #8212
Full Changelog: v1.13.3...v1.13.4
Turborepo v2.0.0-canary.3
What's Changed
@turbo/codemod
- fix(codemod): support jsonc when parsing root turbo.json by @chris-olszewski in #8279
Changelog
- fix(ui): disable UI on all dry runs by @chris-olszewski in #8269
- fix(turborepo): stderr log by @NicholasLYang in #8267
- fix(turborepo): non-determinism with root internal deps hash. by @NicholasLYang in #8277
Full Changelog: v2.0.0-canary.2...v2.0.0-canary.3
Turborepo v2.0.0-canary.2
What's Changed
@turbo/codemod
- feat(codemod): place tasks last in turbo.json rewrites by @chris-olszewski in #8268
Changelog
- chore(turborepo): adjust error message for pipeline by @NicholasLYang in #8264
- fix(ui): ensure prelude gets printed before ui starts by @chris-olszewski in #8265
Full Changelog: v2.0.0-canary.1...v2.0.0-canary.2
Turborepo v2.0.0-canary.1
What's Changed
Docs
@turbo/codemod
- feat(codemod): add logic for major version bump by @chris-olszewski in #8260
Changelog
- chore(@turbo/benchmark): fix lint warnings by @mehulkar in #8233
- chore(turborepo): Feature flagged off file hashing by @NicholasLYang in #8229
- chore: downgrade curl to fix Windows rust tests by @chris-olszewski in #8242
- fix(turborepo): Remove optional git locks by @NicholasLYang in #8244
- fix(turborepo): Optional lock with env var by @NicholasLYang in #8247
New Contributors
Full Changelog: v2.0.0-canary.0...v2.0.0-canary.1
Turborepo v2.0.0-canary.0
What's Changed
@turbo/codemod
- feat(codemod): add missing package names by @tknickman in #8186
Changelog
- add two retry strategies to allow requests to timeout gracefully by @arlyon in #8080
- add support for upload speed / remaining in the cache upload step by @arlyon in #8081
- chore: remove --ignore flag by @chris-olszewski in #8201
- feat: all dependencies of root package contribute to global hash by @chris-olszewski in #8202
Full Changelog: v1.13.4-canary.5...v2.0.0-canary.0
Turborepo v1.13.4-canary.5
What's Changed
turbo-ignore
- feat(turbo-ignore): don’t fail on single package repos by @tknickman in #8177
Examples
- chore: move react from devDependency to dependency in design system starter template by @ghdtjgus76 in #8159
Changelog
- fix(turborepo): use transitive closure of filtered packages in watch mode by @NicholasLYang in #8161
New Contributors
- @ghdtjgus76 made their first contribution in #8159
Full Changelog: v1.13.4-canary.4...v1.13.4-canary.5
Turborepo v1.13.4-canary.4
What's Changed
Changelog
- fix(Turborepo): Handle new packages in lockfile comparisons by @gsoltis in #8127
- fix(ui): minor formatting by @chris-olszewski in #8136
- feat(turborepo): new ui + watch mode by @NicholasLYang in #7962
Full Changelog: v1.13.4-canary.3...v1.13.4-canary.4
Turborepo v1.13.4-canary.3
What's Changed
Changelog
- feat(ui): render ui to alternative screen by @chris-olszewski in #8084
- fix(turborepo): Persistent tasks in watch mode by @NicholasLYang in #8107
- fix(Turborepo): Fix as_inputs to include ! by @gsoltis in #8119
Full Changelog: v1.13.4-canary.2...v1.13.4-canary.3
Turborepo v1.13.4-canary.2
What's Changed
Changelog
- add support for cache_timeout as well as timeout by @arlyon in #8078
- yield a different warning when the cache upload times out by @arlyon in #8079
- fix lockfile by @sokra in #8110
- fix(gen): isolate generator to
commonjs
by @wesleycoder in #8109 - fix: properly propigate internal errors by @chris-olszewski in #8113
New Contributors
- @wesleycoder made their first contribution in #8109
Full Changelog: v1.13.4-canary.1...v1.13.4-canary.2
Turborepo v1.13.4-canary.1
What's Changed
Docs
- Update eslint-config package name. by @anthonyshew in #8069
- chore(docs): add missing words by @jeremyadavis in #8067
Changelog
- fix(Turborepo): Disable inputs support by @gsoltis in #8074
- feat(Turborepo): Add support for
$TURBO_DEFAULT$ to file hash watcher by @gsoltis in #8086 - Remove async-trait from a few crates by @arlyon in #8077
- feat(turborepo): Using file hashing for package watching by @NicholasLYang in #8104
New Contributors
- @jeremyadavis made their first contribution in #8067
Full Changelog: v1.13.4-canary.0...v1.13.4-canary.1