Skip to content

Commit

Permalink
Update turbopack (#62971)
Browse files Browse the repository at this point in the history
# Turbopack

* vercel/turbo#7625 <!-- Tobias Koppers -
generate calls of bindings correctly without this context -->
* vercel/turbo#7621 <!-- Donny/강동윤 - fix: Fix
purity lint for CSS Modules in swc mode -->
* vercel/turbo#7640 <!-- Tobias Koppers - very
dynamic requests will only lead to a warning -->
* vercel/turbo#7639 <!-- Donny/강동윤 - build:
Update `swc_core` to `v0.90.17` -->


### What?

Update turbopack

### Why?

To keep in sync

### How?
  • Loading branch information
kdy1 committed Mar 7, 2024
1 parent 27ed782 commit 03d89bc
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 1,017 deletions.
70 changes: 35 additions & 35 deletions 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 Cargo.toml
Expand Up @@ -37,11 +37,11 @@ swc_core = { version = "0.90.17", features = [
testing = { version = "0.35.20" }

# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240305.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240307.1" }
# [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-240305.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240307.1" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240305.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240307.1" }

# General Deps

Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -192,7 +192,7 @@
"@types/ws": "8.2.0",
"@vercel/ncc": "0.34.0",
"@vercel/nft": "0.26.4",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240305.2",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240307.1",
"acorn": "8.5.0",
"amphtml-validator": "1.0.35",
"anser": "1.4.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/next/src/compiled/@vercel/nft/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/next/src/compiled/babel-packages/packages-bundle.js

Large diffs are not rendered by default.

0 comments on commit 03d89bc

Please sign in to comment.