Skip to content

Commit

Permalink
update turbopack (#47994)
Browse files Browse the repository at this point in the history
* vercel/turbo#4480 <!-- Tobias Koppers - fix
CSS HMR for pages -->
* vercel/turbo#4473 <!-- Tobias Koppers - use
error pretty printer for code gen errors -->
* vercel/turbo#4476 <!-- Tobias Koppers - handle
module evaluation errors in the runtime correctly -->
* vercel/turbo#4471 <!-- Justin Ridgewell - Add
ServerAddr ip/port methods -->
* vercel/turbo#4475 <!-- Tobias Koppers - ignore
external chunks -->
* vercel/turbo#4474 <!-- Tobias Koppers - avoid
panic in EsmModuleItem -->
* vercel/turbo#4443 <!-- OJ Kwon -
test(turbopack): add one more test for flaky subsets -->
* vercel/turbo#4424 <!-- OJ Kwon - ci(workflow):
apply latest turbopack when build next-swc -->
  • Loading branch information
sokra committed Apr 6, 2023
1 parent 3a49a29 commit ebdc890
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions packages/next-swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/next-swc/Cargo.toml
Expand Up @@ -47,11 +47,11 @@ swc_emotion = { version = "0.29.10" }
testing = { version = "0.31.31" }

# Turbo crates
turbo-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
turbo-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230405.4" }
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230405.4" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230405.4" }

# General Deps

Expand Down

0 comments on commit ebdc890

Please sign in to comment.