-
Notifications
You must be signed in to change notification settings - Fork 0
Update Vite toolchain and fix workspace source resolution for local dev #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
61a3adf
f204321
76e24da
c60eada
c6eee79
aab654e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,9 @@ | |
| "type": "git", | ||
| "url": "https://github.com/Taylor-CCB-Group/SpatialData.js.git" | ||
| }, | ||
| "packageManager": "pnpm@10.33.0", | ||
| "scripts": { | ||
| "clean": "rm -rf packages/*/dist packages/vis/demo/dist packages/zarrextra/src/*.d.ts packages/zarrextra/src/*.d.ts.map", | ||
| "build": "pnpm -r --filter='!docs' run build", | ||
| "test": "pnpm -r --filter='!docs' run test", | ||
| "test:unit": "vitest run --exclude tests/integration/**", | ||
|
|
@@ -37,7 +39,11 @@ | |
| "typescript": "catalog:" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20", | ||
| "node": ">=20.19", | ||
| "pnpm": ">=10" | ||
| }, | ||
|
Comment on lines
41
to
+44
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: cat -n package.json | head -50Repository: Taylor-CCB-Group/SpatialData.js Length of output: 2266 🏁 Script executed: find . -name "pnpm-workspace.yaml" -o -name ".pnpmfile.cjs" | head -5Repository: Taylor-CCB-Group/SpatialData.js Length of output: 96 🏁 Script executed: cat -n pnpm-workspace.yamlRepository: Taylor-CCB-Group/SpatialData.js Length of output: 775 🏁 Script executed: find . -iname "README*" -type f | head -5Repository: Taylor-CCB-Group/SpatialData.js Length of output: 190 🏁 Script executed: cat README.md | grep -i "node" -C 3Repository: Taylor-CCB-Group/SpatialData.js Length of output: 682 🌐 Web query:
💡 Result: Vite 8 requires Node.js 20.19+ or 22.12+ as the minimum supported versions. These are the same requirements as Vite 7, ensuring support for require(esm) without flags for ESM-only distribution. Citations:
Tighten the declared Node floor to match Vite 8 requirements. The current 🤖 Prompt for AI Agents |
||
| "volta": { | ||
| "node": "24.14.1", | ||
| "pnpm": "10.33.0" | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.