这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: tienpd/turbo

Tags

v1.9.4-canary.10

Toggle v1.9.4-canary.10's commit message
publish 1.9.4-canary.10 to registry

turbopack-230506.1

Toggle turbopack-230506.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.9.4-canary.9

Toggle v1.9.4-canary.9's commit message
publish 1.9.4-canary.9 to registry

v1.9.4-canary.8

Toggle v1.9.4-canary.8's commit message
publish 1.9.4-canary.8 to registry

turbopack-230505.1

Toggle turbopack-230505.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`

turbopack-230504.3

Toggle turbopack-230504.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid errors in computing issue details (vercel#4817)

### Description

Better error message when import mapping fails

turbopack-230504.2

Toggle turbopack-230504.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix CSS HMR (vercel#4815)

### Description

* type=stylesheet => rel=stylesheet
* remove timestamp, that's not needed
* ensure correct encoding of the href

turbopack-230504.1

Toggle turbopack-230504.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release(turborepo): 1.9.4-canary.8 (vercel#4812)

Co-authored-by: Turbobot <turbobot@vercel.com>

turbopack-230503.2

Toggle turbopack-230503.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove inital compilation message by default (vercel#4790)

### Description

removes the

```
event - initial compilation 3.643ms
```

message

v1.9.4-canary.7

Toggle v1.9.4-canary.7's commit message
publish 1.9.4-canary.7 to registry