Skip to content

Commit

Permalink
update turbopack (#54558)
Browse files Browse the repository at this point in the history
* vercel/turbo#5723 <!-- Alex Kirszenberg - Misc
comments in turbo_tasks -->
* vercel/turbo#5714 <!-- OJ Kwon - test(ci):
update datadog-ci -->
* vercel/turbo#5705 <!-- Justin Ridgewell -
Transformation code necessary to support Server Actions -->
* vercel/turbo#5739 <!-- Justin Ridgewell -
Update rust toolchain -->
* vercel/turbo#5785 <!-- Tobias Koppers - add
evaluatables to chunk list ident -->
* vercel/turbo#5783 <!-- Tobias Koppers -
Tracing improvements -->
* vercel/turbo#5738 <!-- Alex Kirszenberg -
Generic types over Vcs -->
* vercel/turbo#5795 <!-- Leah - fix: snapshot
test path canonicalization -->
* vercel/turbo#5794 <!-- Tobias Koppers - fix
"any" context condition implementation -->
* vercel/turbo#5800 <!-- Tobias Koppers - add
middleware entry type -->
* vercel/turbo#5786 <!-- Tobias Koppers -
perform invalidation directly on writes -->

Closes WEB-1446
  • Loading branch information
sokra committed Aug 25, 2023
1 parent 6a70ebf commit 08d3258
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 117 deletions.
74 changes: 37 additions & 37 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
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ swc_core = { version = "0.79.70" }
testing = { version = "0.33.24" }

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

# General Deps

Expand Down
4 changes: 2 additions & 2 deletions packages/next-swc/crates/next-core/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230816.1",
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230816.1",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230825.2",
"@vercel/turbopack-node": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-node/js?turbopack-230825.2",
"anser": "^2.1.1",
"css.escape": "^1.5.1",
"next": "*",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 08d3258

Please sign in to comment.