Skip to content

Tags: X-oss-byte/turbo

Tags

v1.10.8-canary.0

Toggle v1.10.8-canary.0's commit message
publish 1.10.8-canary.0 to registry

turbopack-230710.2

Toggle turbopack-230710.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Module Trait (vercel#5477)

### Description

First step in having separate traits for Source, Module and Outputs.

next.js PR: vercel/next.js#52401

turbopack-230710.1

Toggle turbopack-230710.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nightly toolchain (vercel#5376)

### Description

This updates the nightly toolchain from nightly-2023-03-09 to
nightly-2023-07-03.

This PR includes Clippy fixes and rustfmt fixes (let else formatting,
finally!)

Next.js PR: vercel/next.js#51757


### Testing Instructions

CI

turbopack-230709.1

Toggle turbopack-230709.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nightly toolchain (vercel#5376)

### Description

This updates the nightly toolchain from nightly-2023-03-09 to
nightly-2023-07-03.

This PR includes Clippy fixes and rustfmt fixes (let else formatting,
finally!)

Next.js PR: vercel/next.js#51757


### Testing Instructions

CI

turbopack-230708.1

Toggle turbopack-230708.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nightly toolchain (vercel#5376)

### Description

This updates the nightly toolchain from nightly-2023-03-09 to
nightly-2023-07-03.

This PR includes Clippy fixes and rustfmt fixes (let else formatting,
finally!)

Next.js PR: vercel/next.js#51757


### Testing Instructions

CI

turbopack-230707.3

Toggle turbopack-230707.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nightly toolchain (vercel#5376)

### Description

This updates the nightly toolchain from nightly-2023-03-09 to
nightly-2023-07-03.

This PR includes Clippy fixes and rustfmt fixes (let else formatting,
finally!)

Next.js PR: vercel/next.js#51757


### Testing Instructions

CI

turbopack-230707.2

Toggle turbopack-230707.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update swc_core to `v0.79.13` (vercel#5475)

### Description

Closes WEB-1271

### Testing Instructions

Let's look at the CI of next.js

turbopack-230707.1

Toggle turbopack-230707.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test(turborepo): Create Cache Tests (vercel#5371)

### Description

Tests for creating a cache. These do have different hashes than the Go
ones, but I think that's fine since there's no expectation that tar
construction or zstd compression is necessarily deterministic.

### Testing Instructions

---------

Co-authored-by: --global <Nicholas Yang>

turbopack-230706.3

Toggle turbopack-230706.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow hmr tests to correctly detect hmr event (vercel#5469)

### Description

This currently makes some hmr test flaky or broken

turbopack-230706.2

Toggle turbopack-230706.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configure the path of the Node.js entry chunk (vercel#5398)

### Description

This PR allows configuring a specific path to Node.js entry chunks.
Before, these
would be generated under most of the same rules as dev chunks. However,
in some
cases, Next.js expects these chunks to be under a specific path. In any
case,
having unique chunk paths isn't particularly useful on the server-side.

### Testing Instructions

N/A