Skip to content

Commit ebe0a5b

Browse files
committed
fix: remove @nuxt/test-utils patch, fix upstream in nuxt-site-config
The structuredClone crash was caused by objects created in Vite's module runner (separate V8 context) being stored in runtimeConfig. Fixed upstream in nuxt-site-config by JSON-serializing the runtimeConfig contribution before assignment.
1 parent 327c7b8 commit ebe0a5b

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

patches/@nuxt__test-utils.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ packageExtensions:
4343

4444
patchedDependencies:
4545
'@jsr/deno__doc@0.189.1': patches/@jsr__deno__doc@0.189.1.patch
46-
'@nuxt/test-utils': patches/@nuxt__test-utils.patch
4746

4847
savePrefix: ''
4948

0 commit comments

Comments
 (0)