Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@neondatabase/serverless": "^1.1.0",
"@upstash/redis": "^1.36.1",
"drizzle-orm": "^0.45.1",
"hono": "4.12.5",
"hono": "4.12.14",
"mcp-handler": "^1.0.7",
"jose": "^5.9.6",
"stripe": "^20.2.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"typescript": "^6.0.0",
"vite": "^5.4.10"
"vite": "^8.0.10"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Vite 5 → 8: three major versions, rolldown migration

Vite 8 replaces the Rollup bundler with rolldown, which can break existing vite.config files that rely on Rollup-specific plugin APIs, output options, or build.rollupOptions shapes. No config file changes are included in this PR. If any of the affected apps (cloud/apps/frontend, cloud/package.json, cloud/packages/ui, plugins/plugin-action-bench/src/frontend) use Rollup-specific hooks, builds will fail silently or throw. The vite 6/7/8 migration guides should be applied before landing.

},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion cloud/examples/clone-ur-crush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@fal-ai/client": "^1.7.0",
"@privy-io/react-auth": "^1.90.0",
"ai": "^4.0.38",
"ai": "^6.0.174",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
Expand Down
4 changes: 2 additions & 2 deletions cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"motion": "^12.38.0",
"music-metadata": "^11.12.3",
"nanoid": "^5.1.9",
"nodemailer": "^7.0.13",
"nodemailer": "^8.0.7",
"openai": "^6.35.0",
"oxapay": "^1.0.3",
"react": "19.2.4",
Expand Down Expand Up @@ -284,7 +284,7 @@
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^5.4.10",
"vite": "^8.0.10",
"wadis": "^1.0.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion cloud/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jsdom": "^28.1.0",
"storybook": "^10.3.5",
"typescript": "^6.0.0",
"vite": "^7.3.1",
"vite": "^8.0.10",
"vitest": "^4.0.18"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cloud/services/_smoke-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"hono": "4.12.5",
"hono": "4.12.14",
"mcp-handler": "^1.0.7",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions cloud/services/gateway-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"docker:logs": "docker compose logs -f gateway-discord"
},
"dependencies": {
"@hono/node-server": "1.19.7",
"@hono/node-server": "1.19.13",
"@upstash/redis": "1.35.8",
"discord.js": "14.25.1",
"hashring": "^3.2.0",
"hono": "4.10.8"
"hono": "4.12.14"
},
"devDependencies": {
"@types/hashring": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion cloud/services/gateway-webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@upstash/redis": "1.35.8",
"hashring": "^3.2.0",
"hono": "4.10.8",
"hono": "4.12.14",
"ioredis": "^5.4.1",
"zod": "^3.23.0"
},
Expand Down
175 changes: 43 additions & 132 deletions cloud/services/operator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading