Tags: sarvex/turbo
Tags
release(turborepo): 1.9.0-canary.2 (vercel#4496) Co-authored-by: Turbobot <turbobot@vercel.com>
add ServerDirective transform which reports unsupported (vercel#4477) ### Description "use server" isn't supported yet, but we want to have an error message
Revert "feat(ecmascript): support configurable emotion options" (verc… …el#4481) Reverts vercel#4458
refactor(turborepo): Factored out API Client crate (vercel#4388) ### Description Factored out the API client into a separate crate so that we can use the API client without importing all of turborepo-lib. Also makes turborepo-lib less monolithic. <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions --------- Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
refactor(turborepo): Factored out API Client crate (vercel#4388) ### Description Factored out the API client into a separate crate so that we can use the API client without importing all of turborepo-lib. Also makes turborepo-lib less monolithic. <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions --------- Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
Use pnpm in prepare script (vercel#4466) Corepack throws an error when running pnpm install from the root of the monorepo, because the prepare script is run when you run install. Corepack does not allow using npm, because the root of the monorepo has configured the packageManager to be pnpm.
PreviousNext