build(cargo): update turbopack for filewatcher fix (#61955)

<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->

### What

* https://github.com/vercel/turbo/pull/7340 <!-- OJ Kwon -
feat(tasks-fs): bump up notify, fix empty file watch -->

Bump up turbopack PR to fix hmr issues.

Closes PACK-2466
This commit is contained in:
OJ Kwon 2024-02-12 10:41:39 -08:00 committed by GitHub
parent 6a049eaf0c
commit d7f1e4552a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 119 additions and 196 deletions

297
Cargo.lock generated
View file

@ -131,7 +131,7 @@ version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -315,13 +315,13 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi 0.3.9",
"winapi",
]
[[package]]
name = "auto-hash-map"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"serde",
"smallvec",
@ -1269,11 +1269,11 @@ dependencies = [
"bitflags 1.3.2",
"crossterm_winapi",
"libc",
"mio 0.8.8",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -1282,7 +1282,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
dependencies = [
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -1551,7 +1551,7 @@ checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -1785,6 +1785,15 @@ dependencies = [
"log",
]
[[package]]
name = "file-id"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "filetime"
version = "0.2.22"
@ -1860,41 +1869,15 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags 1.3.2",
"fsevent-sys",
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags 1.3.2",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "2.0.0"
@ -2489,9 +2472,9 @@ checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"
[[package]]
name = "inotify"
version = "0.7.1"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
@ -2538,15 +2521,6 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
version = "2.7.1"
@ -2651,13 +2625,23 @@ dependencies = [
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"winapi 0.2.8",
"winapi-build",
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
@ -2824,7 +2808,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -3169,25 +3153,6 @@ dependencies = [
"sys-info",
]
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio"
version = "0.8.8"
@ -3200,30 +3165,6 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio 0.6.23",
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "modularize_imports"
version = "0.68.2"
@ -3356,17 +3297,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
@ -3513,7 +3443,7 @@ dependencies = [
[[package]]
name = "node-file-trace"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"serde",
@ -3556,25 +3486,40 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
dependencies = [
"winapi 0.3.9",
"winapi",
]
[[package]]
name = "notify"
version = "4.0.17"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.4.0",
"crossbeam-channel",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio 0.6.23",
"mio-extras",
"log",
"mio",
"walkdir",
"windows-sys 0.48.0",
]
[[package]]
name = "notify-debouncer-full"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
dependencies = [
"crossbeam-channel",
"file-id",
"log",
"notify",
"parking_lot",
"walkdir",
"winapi 0.3.9",
]
[[package]]
@ -3584,7 +3529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -3848,7 +3793,7 @@ dependencies = [
"libc",
"redox_syscall 0.1.57",
"smallvec",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -4593,7 +4538,7 @@ dependencies = [
"bitflags 1.3.2",
"libc",
"mach",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -4694,7 +4639,7 @@ dependencies = [
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -5215,7 +5160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio 0.8.8",
"mio",
"signal-hook",
]
@ -5312,7 +5257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -5382,7 +5327,7 @@ dependencies = [
"cfg-if 1.0.0",
"libc",
"psm",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -7008,7 +6953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
dependencies = [
"libc",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -7027,7 +6972,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -7154,7 +7099,7 @@ dependencies = [
"stdweb",
"time-macros 0.1.1",
"version_check",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -7235,7 +7180,7 @@ dependencies = [
"backtrace",
"bytes",
"libc",
"mio 0.8.8",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
@ -7557,7 +7502,7 @@ dependencies = [
[[package]]
name = "turbo-tasks"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-trait",
@ -7589,7 +7534,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-build"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"cargo-lock",
@ -7601,7 +7546,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-bytes"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"bytes",
@ -7616,7 +7561,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"dotenvs",
@ -7630,7 +7575,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fetch"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7647,7 +7592,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fs"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7662,7 +7607,7 @@ dependencies = [
"indexmap 1.9.3",
"jsonc-parser",
"mime",
"notify",
"notify-debouncer-full",
"parking_lot",
"serde",
"serde_json",
@ -7678,7 +7623,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-hash"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"base16",
"hex",
@ -7690,7 +7635,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@ -7704,7 +7649,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros-shared"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"proc-macro2",
"quote",
@ -7714,7 +7659,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-malloc"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"mimalloc",
]
@ -7722,7 +7667,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-memory"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7747,7 +7692,7 @@ dependencies = [
[[package]]
name = "turbopack"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-recursion",
@ -7779,7 +7724,7 @@ dependencies = [
[[package]]
name = "turbopack-binding"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"auto-hash-map",
"mdxjs",
@ -7820,7 +7765,7 @@ dependencies = [
[[package]]
name = "turbopack-build"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7845,7 +7790,7 @@ dependencies = [
[[package]]
name = "turbopack-cli-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"clap 4.4.2",
@ -7863,7 +7808,7 @@ dependencies = [
[[package]]
name = "turbopack-core"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-recursion",
@ -7894,7 +7839,7 @@ dependencies = [
[[package]]
name = "turbopack-css"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-trait",
@ -7922,7 +7867,7 @@ dependencies = [
[[package]]
name = "turbopack-dev"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7947,7 +7892,7 @@ dependencies = [
[[package]]
name = "turbopack-dev-server"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-compression",
@ -7984,7 +7929,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-trait",
@ -8020,7 +7965,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-hmr-protocol"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"serde",
"serde_json",
@ -8031,7 +7976,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-plugins"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-trait",
@ -8056,7 +8001,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-runtime"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indoc",
@ -8073,7 +8018,7 @@ dependencies = [
[[package]]
name = "turbopack-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -8089,7 +8034,7 @@ dependencies = [
[[package]]
name = "turbopack-image"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"base64 0.21.4",
@ -8109,7 +8054,7 @@ dependencies = [
[[package]]
name = "turbopack-json"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"serde",
@ -8124,7 +8069,7 @@ dependencies = [
[[package]]
name = "turbopack-mdx"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"mdxjs",
@ -8139,7 +8084,7 @@ dependencies = [
[[package]]
name = "turbopack-node"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"async-stream",
@ -8174,7 +8119,7 @@ dependencies = [
[[package]]
name = "turbopack-static"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"serde",
@ -8190,7 +8135,7 @@ dependencies = [
[[package]]
name = "turbopack-swc-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"swc_core",
"turbo-tasks",
@ -8201,7 +8146,7 @@ dependencies = [
[[package]]
name = "turbopack-trace-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"crossbeam-channel",
@ -8217,7 +8162,7 @@ dependencies = [
[[package]]
name = "turbopack-wasm"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.2#178a2948eeb795ba925838b2380bd5c532a2cd5f"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240212.3#3b05764efea42ab884506bafae01cb52172868d7"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -8796,7 +8741,7 @@ dependencies = [
"wasmparser 0.83.0",
"wasmparser 0.95.0",
"wat",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -8831,7 +8776,7 @@ dependencies = [
"wasmer-types",
"wasmer-vm",
"wasmparser 0.95.0",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -8906,7 +8851,7 @@ dependencies = [
"scopeguard",
"thiserror",
"wasmer-types",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -8962,7 +8907,7 @@ dependencies = [
"wasmer-wasix-types",
"webc",
"weezl",
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -9116,12 +9061,6 @@ dependencies = [
"once_cell",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
@ -9132,12 +9071,6 @@ dependencies = [
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
@ -9150,7 +9083,7 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
"winapi",
]
[[package]]
@ -9373,17 +9306,7 @@ version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
"winapi",
]
[[package]]

View file

@ -37,11 +37,11 @@ swc_core = { version = "0.89.6", features = [
testing = { version = "0.35.16" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240212.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240212.3" }
# [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-240212.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240212.3" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240212.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240212.3" }
# General Deps

View file

@ -193,7 +193,7 @@
"@types/ws": "8.2.0",
"@vercel/ncc": "0.34.0",
"@vercel/nft": "0.26.3",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3",
"acorn": "8.5.0",
"amphtml-validator": "1.0.35",
"anser": "1.4.9",

View file

@ -1077,8 +1077,8 @@ importers:
specifier: 0.26.3
version: 0.26.3
'@vercel/turbopack-ecmascript-runtime':
specifier: https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2
version: '@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2(react-refresh@0.12.0)(webpack@5.90.0)'
specifier: https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3
version: '@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3(react-refresh@0.12.0)(webpack@5.90.0)'
acorn:
specifier: 8.5.0
version: 8.5.0
@ -25655,9 +25655,9 @@ packages:
/zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
'@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2(react-refresh@0.12.0)(webpack@5.90.0)':
resolution: {tarball: https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2}
id: '@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.2'
'@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3(react-refresh@0.12.0)(webpack@5.90.0)':
resolution: {tarball: https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3}
id: '@gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240212.3'
name: '@vercel/turbopack-ecmascript-runtime'
version: 0.0.0
dependencies: