Tags: tienpd/turbo
Tags
fix: no longer include peer dependencies in transitive closures (verc… …el#4824) ### Description Fixes vercel#4757 Underlying issue was I was including `peerDependencies` in the dependency crawl. This resulted in an error since we expect to only be looking at external dependencies in the dependency crawl. ### Testing Instructions Added a failing unit test where there's a workspace that's used as a peer dependency that conflicts with a package in the registry.
chore: add underlying error to lockfile error messages (vercel#4800) ### Description Noticed that I didn't include the underlying error in some of the lockfile error variants. This PR adds underlying errors to the error message to all variants where applicable. ### Testing Instructions `rustc`
avoid errors in computing issue details (vercel#4817) ### Description Better error message when import mapping fails
fix CSS HMR (vercel#4815) ### Description * type=stylesheet => rel=stylesheet * remove timestamp, that's not needed * ensure correct encoding of the href
release(turborepo): 1.9.4-canary.8 (vercel#4812) Co-authored-by: Turbobot <turbobot@vercel.com>
remove inital compilation message by default (vercel#4790) ### Description removes the ``` event - initial compilation 3.643ms ``` message
PreviousNext