Skip to content

Commit

Permalink
Update Turbopack to 230309.2 (#46971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Mar 9, 2023
1 parent 9a41ba9 commit 8e14b67
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Build, test, and deploy
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
RUST_TOOLCHAIN: nightly-2023-03-09
PNPM_VERSION: 7.24.3
NODE_MAINTENANCE_VERSION: 16
NODE_LTS_VERSION: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Generate Pull Request Stats
env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-11-04
RUST_TOOLCHAIN: nightly-2023-03-09
PNPM_VERSION: 7.24.3

jobs:
Expand Down
61 changes: 31 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.

4 changes: 2 additions & 2 deletions packages/next-swc/crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1"
sha1 = "0.10.1"
tracing = { version = "0.1.37", features = ["release_max_level_info"] }

next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2", features = [
"__swc_core",
"__swc_core_next_core",
"__swc_transform_styled_jsx",
Expand All @@ -31,7 +31,7 @@ next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-2
] }

[dev-dependencies]
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2", features = [
"__swc_core_testing_transform",
"__swc_testing",
] }
Expand Down
10 changes: 5 additions & 5 deletions packages/next-swc/crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ tracing = { version = "0.1.37", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
tracing-chrome = "0.5.0"
turbopack = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3" }
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3", features = [
turbopack = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2" }
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2", features = [
"__swc_core_binding_napi",
"__turbo_next_dev_server",
"__turbo_node_file_trace",
Expand All @@ -51,7 +51,7 @@ next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-2


[target.'cfg(not(all(target_os = "linux", target_env = "musl", target_arch = "aarch64")))'.dependencies]
turbo-malloc = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3" }
turbo-malloc = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2" }

# There are few build targets we can't use native-tls which default features rely on,
# allow to specify alternative (rustls) instead via features.
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasm-bindgen-futures = "0.4.8"
getrandom = { version = "0.2.5", optional = true, default-features = false }
js-sys = "0.3.59"
serde-wasm-bindgen = "0.4.3"
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230308.3", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230309.2", features = [
"__swc_core_binding_wasm",
"__feature_mdx_rs",
] }
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-11-04
nightly-2023-03-09

0 comments on commit 8e14b67

Please sign in to comment.