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 javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rxjs": "^7.8.2",
"ws": "^8.20.1",
"xksuid": "^0.0.4",
"zod": "^3.25.76"
"zod": "^4.4.3"

@langwatch-agent langwatch-agent Jul 17, 2026

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 — Required CI is currently red for this dependency update.

The javascript-complete required gate fails at this PR head. Do not merge a dependency or CI change with required validation failing; identify and fix the incompatibility, or rebase and demonstrate that the failure is from the base before rerunning the required workflow.

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 — The major Zod upgrade is not mergeable without a compatibility migration. Required JavaScript CI fails while emitting declarations (scenarioMessageSnapshotSchema cannot be named without a reference to the Zod 3 package path), proving the new direct dependency and the remaining Zod 3 graph/source types are inconsistent. This PR only updates manifests/lockfile, so it leaves the library unable to build. Reconcile all Zod versions and exported schema annotations for v4, then get the declaration build and tests green.

},
"devDependencies": {
"@amiceli/vitest-cucumber": "^7.0.0",
Expand Down
Loading
Loading