chore(eve): tooling - upgrade pnpm and enable global virtual store (#3496)

Signed-off-by: Andrew Barba <barba@hey.com>
This commit is contained in:
Andrew Barba
2026-09-17 22:05:06 -04:00
committed by GitHub
parent 190a49a0b3
commit 45df462a17
11 changed files with 4975 additions and 5443 deletions
@@ -62,5 +62,5 @@
"microsandbox": "^0.5.10",
"typescript": "7.0.2"
},
"packageManager": "pnpm@11.25.0"
"packageManager": "pnpm@12.4.2"
}
@@ -1,3 +1,5 @@
enableGlobalVirtualStore: false
packages:
- "."
@@ -28,5 +28,5 @@
"@types/react-dom": "~19.2.3",
"typescript": "7.0.2"
},
"packageManager": "pnpm@11.25.0"
"packageManager": "pnpm@12.4.2"
}
@@ -1,3 +1,5 @@
enableGlobalVirtualStore: false
allowBuilds:
sharp: true
esbuild: true
@@ -22,5 +22,5 @@
"@types/node": "^25.9.3",
"typescript": "7.0.2"
},
"packageManager": "pnpm@11.25.0"
"packageManager": "pnpm@12.4.2"
}
@@ -1,3 +1,5 @@
enableGlobalVirtualStore: false
minimumReleaseAgeExclude:
- "@ai-sdk/*"
- "@vercel/*"
@@ -58,5 +58,5 @@
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.25.0"
"packageManager": "pnpm@12.4.2"
}
@@ -1,3 +1,5 @@
enableGlobalVirtualStore: false
packages:
- "."
+1 -1
View File
@@ -46,5 +46,5 @@
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.25.0"
"packageManager": "pnpm@12.4.2"
}
+4960 -5438
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,3 +1,5 @@
enableGlobalVirtualStore: false
packages:
- apps/*
- apps/fixtures/*