Skip to content

Tags: vercel/turbo

Tags

v2.0.4-canary.3

Toggle v2.0.4-canary.3's commit message
publish 2.0.4-canary.3 to registry

turbopack-240612.3

Toggle turbopack-240612.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove UnsupportedModule plugin (#8439)

This change removes the UnsupportedModule issue module from the
codebase.

It was used by the UnsupportedModule resolve plugin in Next.js, but
there are no longer any unsupported modules.

This should improve performance as this check was performed during every
resolution.

turbopack-240612.2

Toggle turbopack-240612.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Evaluation uses Node.js chunking context instead of browser one (#8402)

### Description

Evaluation uses Node.js chunking context instead of browser one.
Renaming

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

turbopack-240612.1

Toggle turbopack-240612.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Evaluation uses Node.js chunking context instead of browser one (#8402)

### Description

Evaluation uses Node.js chunking context instead of browser one.
Renaming

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

v2.0.4-canary.2

Toggle v2.0.4-canary.2's commit message
publish 2.0.4-canary.2 to registry

turbopack-240611.2

Toggle turbopack-240611.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: Update `swc_core` to `v0.93.2` (#8395)

### Description

Update `swc_core`. The regression of the minifier is fixed by swc-project/swc#9031


### Testing Instructions


- Closes vercel/next.js#66182

turbopack-240611.1

Toggle turbopack-240611.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix panic in debug mode (#8324)

### Description

getting the id of the root span is not valid

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

v2.0.4-canary.1

Toggle v2.0.4-canary.1's commit message
publish 2.0.4-canary.1 to registry

v2.0.4-canary.0

Toggle v2.0.4-canary.0's commit message
publish 2.0.4-canary.0 to registry

turbopack-240610.2

Toggle turbopack-240610.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(turbopack-ecmascript): cache external modules with wrapper (#7988)