chore(deps): bump zod from 3.25.76 to 4.4.3 - #124
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/zod-4.4.3
branch
2 times, most recently
from
May 8, 2026 20:53
4726f2c to
a3a857c
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/zod-4.4.3
branch
2 times, most recently
from
May 22, 2026 02:07
31a6ed2 to
b395dde
Compare
This was referenced May 23, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/zod-4.4.3
branch
from
May 29, 2026 02:21
b395dde to
b19cf8a
Compare
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/zod-4.4.3
branch
from
June 7, 2026 02:14
b19cf8a to
263a9a8
Compare
This was referenced Jul 27, 2026
This was referenced Aug 3, 2026
fo0
added a commit
that referenced
this pull request
Aug 5, 2026
* fix(editor): warn before submitting oversize file content
Two gaps from the same backlog entry:
- StashEditor blocked nothing client-side for the 10MB per-file content
limit, so an oversize file was uploaded in full only to bounce off the
server schema. handleSave now names the offending file and its size
before the request leaves the browser. The mirror compares
`content.length` because the server cap is a Zod `.max()` on the string,
not a byte count.
- formatZodError rendered issue paths with `join('.')`, so array indices
read as object keys (`files.0.content`). Paths now use bracket form
(`files[0].content`) via the new exported formatZodPath.
Resolves BACKLOG #127.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVRRJeLcRSejvud1mH7ZSk
* chore(backlog): cleanup obsolete and completed entries
Backlog sweep 2026-08-05 against fo0/clawstash.
Completed (moved Open -> Done):
- #127 (UX) — client-side pre-submit block for the 10MB per-file content
limit plus bracket-form Zod issue paths. Implemented in ffaf71e.
Obsolete (removed): none. All 15 remaining Open entries were re-checked
against the working tree and every one still describes live code:
- #57/#92/#102/#103/#106 — the duplicated physics sim, the dual
state+ref bookkeeping and the mixed layout/draw helpers are all still
in GraphViewer.tsx (1820) / StashGraphCanvas.tsx (1944) /
StashViewer.tsx (1641).
- #93/#105 — openapi.ts still has no paths for the four version routes
or the five admin routes, and is still a 1155-line spec literal.
- #110 — logAccess still takes five positional params.
- #119 — next 16.2.10 still bundles postcss 8.4.31 (top-level 8.5.16).
- #124/#128/#129/#133/#149/#86 — unchanged.
Nothing migrated to a GitHub issue: the deferred entries are already
traceable through their Source column (#97, #105, #129, #133 and the
2026-07-18/26 review batches).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVRRJeLcRSejvud1mH7ZSk
---------
Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Aug 7, 2026
fo0
added a commit
that referenced
this pull request
Aug 7, 2026
Autonomous backlog sweep of 2026-08-07. All 12 open BACKLOG.md entries were re-verified against the source; none was obsolete and none fit the sweep effort cap, so no code changed. Migrated to issues and removed from the table (IDs retired per rule 8): - #105 -> #466 (generate OpenAPI from the Zod schemas — blocked on a new dependency decision, sequenced against the Zod 4 migration #348) - #124 -> #465 (no keyboard path into either graph canvas — the role/aria half had already shipped; the interaction half needs a design) The ten remaining entries are left unchanged. Verification chain green: format:check, tsc --noEmit, 453 tests, build. Closes #467
This was referenced Aug 9, 2026
This was referenced Aug 26, 2026
5 tasks
Contributor
Author
|
Superseded by #578. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps zod from 3.25.76 to 4.4.3.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.