-
Notifications
You must be signed in to change notification settings - Fork 625
chore: bump deps #721
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
chore: bump deps #721
Changes from all commits
2d99eec
0277e8f
0c12034
d04b469
c261ad7
53b886b
954a264
21421cf
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 |
|---|---|---|
|
|
@@ -42,13 +42,13 @@ | |
| "build:linux:x64": "pnpm run build && electron-builder --linux --x64", | ||
| "build:linux:arm64": "pnpm run build && electron-builder --linux --arm64", | ||
| "afterSign": "scripts/notarize.js", | ||
| "installRuntime": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun", | ||
| "installRuntime:win:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a x64 -p win32 && npx -y tiny-runtime-injector --type node --dir ./runtime/node -a x64 -p win32", | ||
| "installRuntime:win:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a arm64 -p win32 && npx -y tiny-runtime-injector --type node --dir ./runtime/node -a arm64 -p win32", | ||
| "installRuntime:mac:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a arm64 -p darwin && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun -a arm64 -p darwin", | ||
| "installRuntime:mac:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a x64 -p darwin && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun -a x64 -p darwin", | ||
| "installRuntime:linux:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a x64 -p linux && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun -a x64 -p linux", | ||
| "installRuntime:linux:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv -a arm64 -p linux && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun -a arm64 -p linux", | ||
| "installRuntime": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 && npx -y tiny-runtime-injector --type bun --dir ./runtime/bun --runtime-version v1.2.20", | ||
| "installRuntime:win:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a x64 -p win32 && npx -y tiny-runtime-injector --type node --dir ./runtime/node -a x64 -p win32", | ||
| "installRuntime:win:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a arm64 -p win32 && npx -y tiny-runtime-injector --type node --dir ./runtime/node -a arm64 -p win32", | ||
| "installRuntime:mac:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a arm64 -p darwin && npx -y tiny-runtime-injector --type bun --runtime-version v1.2.20 --dir ./runtime/bun -a arm64 -p darwin", | ||
| "installRuntime:mac:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a x64 -p darwin && npx -y tiny-runtime-injector --type bun --runtime-version v1.2.20 --dir ./runtime/bun -a x64 -p darwin", | ||
| "installRuntime:linux:x64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a x64 -p linux && npx -y tiny-runtime-injector --type bun --runtime-version v1.2.20 --dir ./runtime/bun -a x64 -p linux", | ||
| "installRuntime:linux:arm64": "npx -y tiny-runtime-injector --type uv --dir ./runtime/uv --runtime-version 0.8.8 -a arm64 -p linux && npx -y tiny-runtime-injector --type bun --runtime-version v1.2.20 --dir ./runtime/bun -a arm64 -p linux", | ||
| "installRuntime:duckdb:vss": "node scripts/installVss.js", | ||
| "i18n": "i18n-check -s zh-CN -f i18next --locales src/renderer/src/i18n", | ||
| "i18n:en": "i18n-check -s en-US -f i18next --locales src/renderer/src/i18n", | ||
|
|
@@ -61,9 +61,9 @@ | |
| "@e2b/code-interpreter": "^1.5.1", | ||
| "@electron-toolkit/preload": "^3.0.1", | ||
| "@electron-toolkit/utils": "^4.0.0", | ||
| "@google/genai": "^1.5.1", | ||
| "@google/genai": "^1.13.0", | ||
| "@jxa/run": "^1.4.0", | ||
| "@modelcontextprotocol/sdk": "^1.13.1", | ||
| "@modelcontextprotocol/sdk": "^1.17.2", | ||
| "axios": "^1.7.9", | ||
| "better-sqlite3-multiple-ciphers": "11.10.0", | ||
| "cheerio": "^1.0.0", | ||
|
|
@@ -78,12 +78,12 @@ | |
| "file-type": "^20.5.0", | ||
| "glob": "^11.0.3", | ||
| "https-proxy-agent": "^7.0.6", | ||
| "jsonrepair": "^3.12.0", | ||
| "jsonrepair": "^3.13.0", | ||
| "mammoth": "^1.9.0", | ||
| "mime-types": "^2.1.35", | ||
| "nanoid": "^5.1.5", | ||
| "ollama": "^0.5.16", | ||
| "openai": "^5.3.0", | ||
| "openai": "^5.12.2", | ||
| "pdf-parse-new": "^1.3.9", | ||
| "run-applescript": "^7.0.0", | ||
| "sharp": "^0.33.5", | ||
|
|
@@ -121,18 +121,18 @@ | |
| "@types/node": "^22.14.1", | ||
| "@types/xlsx": "^0.0.35", | ||
| "@vitejs/plugin-vue": "^6.0.1", | ||
| "@vitest/ui": "^3.2.3", | ||
| "@vitest/ui": "^3.2.4", | ||
| "@vue/test-utils": "^2.4.6", | ||
| "@vueuse/core": "^12.7.0", | ||
| "autoprefixer": "^10.4.20", | ||
| "autoprefixer": "^10.4.21", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "dompurify": "^3.2.4", | ||
| "electron": "^35.5.1", | ||
| "dompurify": "^3.2.6", | ||
| "electron": "^36.7.4", | ||
zerob13 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "electron-builder": "26.0.12", | ||
| "electron-vite": "^4.0.0", | ||
| "jsdom": "^26.1.0", | ||
| "lint-staged": "^16.1.2", | ||
| "lint-staged": "^16.1.5", | ||
| "lucide-vue-next": "^0.511.0", | ||
| "mermaid": "^11.6.0", | ||
| "minimatch": "^10.0.1", | ||
|
|
@@ -148,21 +148,21 @@ | |
| "tailwindcss-animate": "^1.0.7", | ||
| "tippy.js": "^6.3.7", | ||
| "typescript": "^5.8.3", | ||
| "vite": "npm:rolldown-vite@7.0.12", | ||
| "vite": "7.1.1", | ||
|
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. 💡 Verification agent 🧩 Analysis chainVite 7.1.1: confirm compatibility with electron-vite and plugins You bumped to Vite 7.1.1. electron-vite (^4) and @vitejs/plugin-vue (^6) should be compatible, but please validate dev/build flows.
🌐 Web query: 💡 Result: Short answer: No — there’s no public electron-vite “v4” release that advertises Vite 7 support, and the current electron-vite line (3.x / the docs) targets Vite 5. There are open requests for Vite 6+ support, so you should expect incompatibilities if you try to jump to Vite 7 today. (npmjs.com, electron-vite.org, github.com) Details & practical caveats
If you want, I can:
Citations:
Stop Vite 7 upgrade until electron-vite adds official support electron-vite’s current stable line (3.x) targets Vite 5 and does not support Vite 7. Bumping to Action required:
References:
🤖 Prompt for AI Agents |
||
| "vite-plugin-monaco-editor-esm": "^2.0.2", | ||
| "vite-plugin-vue-devtools": "^8.0.0", | ||
| "vite-svg-loader": "^5.1.0", | ||
| "vitest": "^3.2.3", | ||
| "vue": "^3.5.14", | ||
| "vue-i18n": "^11.1.3", | ||
| "vue-renderer-markdown": "^0.0.34", | ||
| "vitest": "^3.2.4", | ||
| "vue": "^3.5.18", | ||
| "vue-i18n": "^11.1.11", | ||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "vue-router": "4", | ||
| "vue-tsc": "^2.2.10", | ||
| "vue-use-monaco": "^0.0.6", | ||
| "vue-virtual-scroller": "^2.0.0-beta.8", | ||
| "vuedraggable": "^4.1.0", | ||
| "yaml": "^2.8.0", | ||
| "zod-to-json-schema": "^3.24.5" | ||
| "zod-to-json-schema": "^3.24.6" | ||
| }, | ||
| "simple-git-hooks": { | ||
| "pre-commit": "pnpm lint-staged && pnpm typecheck", | ||
|
|
@@ -177,9 +177,6 @@ | |
| ] | ||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "vite": "npm:rolldown-vite@7.0.12" | ||
| }, | ||
| "onlyBuiltDependencies": [ | ||
| "@tailwindcss/oxide", | ||
| "electron", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Runtime pinning: consider pinning Node on Windows and confirm bun omission
🏁 Script executed:
Length of output: 5791
Pin Node on Windows and clarify Bun omission
installRuntime:win:x64andinstallRuntime:win:arm64, the Node injector calls lack--runtime-version. For reproducible builds, add--runtime-version <node-version>(e.g. matching your Electron–embedded Node).