Skip to content
Open
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 apps/web-acode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"recharts": "^2.15.3",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.61"
"zod": "^4.1.12"
Copy link

@cubic-dev-ai cubic-dev-ai bot Oct 13, 2025

Choose a reason for hiding this comment

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

Zod v4 breaking change: The { message: '...' } object for custom validation messages has been replaced with { error: '...' }. The old syntax is used here.

Prompt for AI agents
Address the following comment on apps/web-acode/package.json at line 36:

<comment>Zod v4 breaking change: The `{ message: &#39;...&#39; }` object for custom validation messages has been replaced with `{ error: &#39;...&#39; }`. The old syntax is used here.</comment>

<file context>
@@ -33,7 +33,7 @@
 		&quot;tailwind-merge&quot;: &quot;^3.3.0&quot;,
 		&quot;tailwindcss-animate&quot;: &quot;^1.0.7&quot;,
-		&quot;zod&quot;: &quot;^3.25.61&quot;
+		&quot;zod&quot;: &quot;^4.1.12&quot;
 	},
 	&quot;devDependencies&quot;: {
</file context>
Fix with Cubic

},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rimraf dist .turbo"
},
"dependencies": {
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jwt-decode": "^4.0.0",
"p-wait-for": "^5.0.2",
"socket.io-client": "^4.8.1",
"zod": "^3.25.76"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"postgres": "^3.4.7",
"ps-tree": "^1.2.0",
"redis": "^5.5.5",
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@acode/types": "workspace:^",
"posthog-node": "^5.0.0",
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "rimraf dist .turbo"
},
"dependencies": {
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"web-tree-sitter": "^0.25.6",
"workerpool": "^9.2.0",
"yaml": "^2.8.0",
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/build": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"use-sound": "^5.0.0",
"vscode-material-icons": "^0.1.1",
"vscrui": "^0.2.2",
"zod": "^3.25.61"
"zod": "^4.1.12"
},
"devDependencies": {
"@acode/config-eslint": "workspace:^",
Expand Down