Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v2.3.4-canary.8
What's Changed
Docs
- docs(fix): correct line highlighting by removing extra comma by @anthonyshew in #9696
- docs: add community-built Run Summaries web viewer by @anthonyshew in #9679
- docs: edits for Prisma guide by @anthonyshew in #9682
create-turbo
- fix(create-turbo): correct repo name by @anthonyshew in #9708
Examples
- fix(examples): basic generator by @tknickman in #9687
- chore(examples): stable ports for applications by @anthonyshew in #9705
Changelog
- feat(telem): track ui mode by @tknickman in #9698
- fix(cache): suggest proper --cache flag for --remote-cache-read-only by @chris-olszewski in #9701
- fix(cache): avoid warning if TURBO_FORCE, TURBO_REMOTE_ONLY, and TURBO_CACHE by @chris-olszewski in #9704
- chore(@turbo/types): add interruptible to schema by @chris-olszewski in #9706
- perf(vt100): increase render performance for
tui_term
codepath by @chris-olszewski in #9123
Full Changelog: v2.3.4-canary.7...v2.3.4-canary.8
Turborepo v2.3.4-canary.7
What's Changed
Docs
- docs: guide for Playwright by @anthonyshew in #9662
- docs: mention --graph on graphs page by @anthonyshew in #9661
- docs: fix typo in typescript.mdx of repo-docs by @jbrocksfellas in #9674
- docs: document creating packages with framework bindings by @anthonyshew in #9222
- docs: add note about packaging patterns by @anthonyshew in #9673
- docs: guide for shadcn/ui by @anthonyshew in #9675
- docs: add link to shadcn/ui page by @anthonyshew in #9678
- docs: mention free remote caching earlier on page by @anthonyshew in #9688
- docs: typo fix by @chaficnajjar in #9690
Examples
- chore(examples): remove unused typescript-eslint dependencies from ba… by @tevem1207 in #9668
Changelog
- feat: optional
TURBO_SITE
environment variable at compilation time for development by @anthonyshew in #9660 - chore: add missing language fences to CONTRIBUTING.md by @NotNotARobot in #9671
- fix: respect output mode 'none' even when caching is disabled by @anthonyshew in #9670
- feat(mfe): remove hyphen from microfrontends binary name by @mknichel in #9683
- fix(cache): no longer let remoteCache.enable override force by @chris-olszewski in #9684
New Contributors
- @NotNotARobot made their first contribution in #9671
- @tevem1207 made their first contribution in #9668
- @jbrocksfellas made their first contribution in #9674
- @chaficnajjar made their first contribution in #9690
Full Changelog: v2.3.4-canary.6...v2.3.4-canary.7
Turborepo v2.3.4-canary.6
What's Changed
Docs
- docs: add missing
api
folder inturbo prune api --docker
example by @gianelli99 in #9648 - docs: add missing
apps
folder inprune
command reference by @gianelli99 in #9658 - docs: correct Bun support status by @anthonyshew in #9664
- docs: mention module resolution differences for package managers by @anthonyshew in #9665
Examples
- fix(examples): add missing ESLint dependency by @anthonyshew in #9640
- feat(examples): utm source by @tknickman in #9641
- feat(examples): add
example-with-angular
by @codexshell in #8140
Changelog
- docs: fix CONTRIBUTING.md typo by @anthonyshew in #9637
- docs: mention capnp in the dependencies by @maciej-ka in #9643
- fix: packages listed twice in watch mode by @maciej-ka in #9644
- chore: fix copyright license year by @JasonnnW3000 in #9663
- fix(prune): fix Yarn1 entries getting merged erroneously by @chris-olszewski in #9627
- feat(query): add lockfile package changes to
affectedPackage
by @chris-olszewski in #9639
New Contributors
- @maciej-ka made their first contribution in #9643
- @gianelli99 made their first contribution in #9648
- @codexshell made their first contribution in #8140
- @JasonnnW3000 made their first contribution in #9663
Full Changelog: v2.3.4-canary.5...v2.3.4-canary.6
Turborepo v2.3.4-canary.5
What's Changed
Docs
- docs: add community implementations of Remote Cache by @anthonyshew in #9631
Changelog
- fix(repository): honour handleTransparentWorkspaces setting in Yarn/Berry by @romanofski in #9626
- chore(env): add VERCEL_ENV into default global env map by @chris-olszewski in #9635
New Contributors
- @romanofski made their first contribution in #9626
Full Changelog: v2.3.4-canary.4...v2.3.4-canary.5
Turborepo v2.3.4-canary.4
What's Changed
Docs
- chore: change Discord links to Vercel Community by @anthonyshew in #9629
Changelog
- fix(package-manager): allow custom URL for
packageManager
version by @pkerschbaum in #9624 - feat(tui): persistent preferences by @anthonyshew in #9512
New Contributors
- @pkerschbaum made their first contribution in #9624
Full Changelog: v2.3.4-canary.3...v2.3.4-canary.4
Turborepo v2.3.4-canary.3
What's Changed
Docs
- docs(typo): fix typo on turbo-ignore page by @anthonyshew in #9576
- docs: clarify default daemon usage by @anthonyshew in #9566
- docs: provide reasoning on why Turborepo doesn't support nested workspaces by @anthonyshew in #9586
- docs: change path of options overview page by @anthonyshew in #9600
- docs: remove old options page by @anthonyshew in #9601
- fix(watch): fix output text when no tasks are provided by @takaebato in #9612
Examples
- chore(examples): stable React 19 version by @anthonyshew in #9575
- fix(examples): create-turbo dependencies with npm by @anthonyshew in #9580
- Update config.json by @yamz8 in #9603
- chore(examples): update
basic
example to Next.js 15.1 by @anthonyshew in #9602
Changelog
- chore: clean up old stuff from Go/Turbopack by @NicholasLYang in #9563
- chore: fix outdated docs issue template label by @anthonyshew in #9584
- fix(mfe): factor in configs to hashes by @chris-olszewski in #9582
- docs: update CONTRIBUTING.md by @anthonyshew in #9590
- chore(integration): use offline install by @chris-olszewski in #9599
- feat(tui): popup to list keybinds by @anthonyshew in #9545
- fix(berry): add yarn berry support for built dependencies meta when pruning by @chris-olszewski in #9605
- fix(watch): watch command require tasks argument by @takaebato in #9598
- fix(mfe): multiple versions by @chris-olszewski in #9595
- feat(tui): bind to toggle task selection pinning by @anthonyshew in #9609
- chore: add new package name for Nitro by @anthonyshew in #9608
- feat(tui): change binds for log scrolling and add UI hints by @anthonyshew in #9610
- ci(examples): test every package manager in Support Policy on
basic
by @anthonyshew in #9593
New Contributors
- @yamz8 made their first contribution in #9603
- @takaebato made their first contribution in #9598
Full Changelog: v2.3.4-canary.2...v2.3.4-canary.3
Turborepo v2.3.4-canary.2
What's Changed
Changelog
- fix(cli): error on out of place run args by @chris-olszewski in #9445
- fix(daemon): limit number of git children by @chris-olszewski in #9572
Full Changelog: v2.3.4-canary.1...v2.3.4-canary.2
Turborepo v2.3.4-canary.1
What's Changed
Docs
- docs: options one-pager by @anthonyshew in #9533
Changelog
- chore(tui): add test for key handling by @chris-olszewski in #9558
- feat(mfe): enable proxy for no turbo json by @chris-olszewski in #9560
- refactor: compile args + config to opts by @NicholasLYang in #9552
- refactor(opts): remove config from opts by @NicholasLYang in #9562
- chore(scm): avoid dropping child before wait by @chris-olszewski in #9564
- fix: downgrade lockfile to match pnpm version in package.json by @chris-olszewski in #9567
Full Changelog: v2.3.4-canary.0...v2.3.4-canary.1
Turborepo v2.3.4-canary.0
What's Changed
Docs
- chore(docs): enable hashlinking for System Environment Variables entries by @anthonyshew in #9532
eslint
- chore: add peer dependencies to eslint packages by @bitttttten in #8773
@turbo/repository
- chore(pm): reduce PackageManager surface area by @chris-olszewski in #9557
Changelog
- chore(tui): move
h
bind to correct section by @anthonyshew in #9543 - chore(tui): dim pane text helpers and remove dead code. by @anthonyshew in #9542
- chore(tui): rename some variables for clarity by @anthonyshew in #9541
- chore: remove leader from bug report template by @anthonyshew in #9551
- feat(mfe): support MFE config v2 by @chris-olszewski in #9471
New Contributors
- @bitttttten made their first contribution in #8773
Full Changelog: v2.3.3...v2.3.4-canary.0
Turborepo v2.3.3
What's Changed
Changelog
- fix: correct TUI vim binds direction by @anthonyshew in #9529
Full Changelog: v2.3.2...v2.3.3