Skip to content

Commit

Permalink
update turbopack
Browse files Browse the repository at this point in the history
# Performance Improvements

* improve performance of TaskScopes and collectibes ([#3849](https://github.com/vercel/turbo/pull3849/))
* fix consistency issue with reading collectibles ([#3878](vercel/turborepo#3878))
* change to NoHashHasher for ID keys ([#3864](https://github.com/vercel/turbo/pull3864/))

# Bug Fixes

* strip UNC prefix on windows paths ([#3847](https://github.com/vercel/turbo/pull3847/))
* make error overlay message scrollable ([#3861](vercel/turborepo#3861))
* alias @swc/helpers to the version within next.js ([#3865](https://github.com/vercel/turbo/pull3865/))
* add possible unknown mutation to objects and arrays ([#3882](vercel/turborepo#3882))

# Contributing

* Update profiling instructions for macOS ([#3837](https://github.com/vercel/turbo/pull3837/))
  • Loading branch information
sokra committed Feb 21, 2023
1 parent 04c6c8c commit b623685
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 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.

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 @@ -19,7 +19,7 @@ serde = "1"
serde_json = "1"
tracing = { version = "0.1.37", features = ["release_max_level_info"] }

next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230217.2", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2", features = [
"__swc_core",
"__swc_core_next_core",
"__swc_transform_styled_jsx",
Expand All @@ -29,7 +29,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-230217.2", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2", features = [
"__swc_core_testing_transform",
"__swc_testing",
] }
Expand Down
8 changes: 4 additions & 4 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"
turbo-malloc = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230217.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230217.2" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230217.2" }
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230217.2", features = [
turbo-malloc = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2" }
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2", features = [
"__swc_core_binding_napi",
"__turbo_next_dev_server",
"__turbo_node_file_trace",
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-230217.2", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230221.2", features = [
"__swc_core_binding_wasm",
"__feature_mdx_rs",
] }
Expand Down

0 comments on commit b623685

Please sign in to comment.