Skip to content

chore(deps): bump zod from 3.25.76 to 4.4.3#8

Open
dependabot[bot] wants to merge 10 commits into
mainfrom
dependabot/npm_and_yarn/zod-4.4.3
Open

chore(deps): bump zod from 3.25.76 to 4.4.3#8
dependabot[bot] wants to merge 10 commits into
mainfrom
dependabot/npm_and_yarn/zod-4.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown

Bumps zod from 3.25.76 to 4.4.3.

Release notes

Sourced from zod's releases.

v4.4.3

Commits:

  • 4c2fa95ce3f3390fbc522324e406b4e9e89b88f9 docs: use Zernio primary wordmark for gold sponsor logo
  • 2aeec83eb135e3a83756e973ef44845fc5a455d2 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 7391be88ac1ee5cd02057f5ccc012a1f5df4efd0 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2c703322a21b4e2b12f33f49ea8430c451a68b4f docs: normalize bronze sponsor logos to github avatar pattern
  • 9195250cab0e7950efe39c3926d6c203b4b0a170 docs: remove Mintlify from bronze sponsors (churned)
  • b8dffe9e62f17e6571e6249d05cc5102b54d94e4 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 1cab69383fcdeae2a366d5e2a2fc4d8fc765d168 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • c2be4f819064eed62c7c350a2d399b5faecd15f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent keys (#5941)
  • f3c9ec03ba7a28ae72d25cc295f38674bee0f559 4.4.3
  • 1fb56a5c18c27102dbc92260a4007c7732a0ccca docs: document release procedure in AGENTS.md

v4.4.2

Commits:

  • 0c62df0ea19fd05abdf90473e9eef7eea530fab2 Clean up docs navigation and stale labels (#5901)
  • 20cc794895cc8604fe0c87d83a5d1c3f89fad0ac chore: add security policy and refresh tooling deps
  • 6fbe07b0177efdd1bf1c0b05160e70d7a0702337 fix(docs): heading anchor links now include the hash so it doesnt scoll all the way up, follows navbar logic (#5791)
  • 4bbed1b1c73eca4ce9e59b1189ed236aa6c8b5bd Tighten discriminated union option typing
  • bbac3e567e7fccfaaf7cdc97f1ce30c295e2c908 Update PR guidance for agents
  • cf0dc942a32805c292fff59ade20a7ace980735a Merge remote-tracking branch 'origin/main' into fix-discriminated-union-key-constraint
  • 292c894a5fd2aa42e527900b83d8d7a3009a709c docs: add Zernio gold sponsor
  • 1fc9f311c28dcf80d0bb5a36b177086cbc3d8eca docs: document codec inversion
  • 1373c85da9aeff704a9762d27bc58699618aefb7 docs: remove AI disclosure guidance
  • e20d02b473c08e3a4e557bc610b1b5fac079b649 chore: ignore triage notes
  • e58ea4d91b1dfe8194b73508203213cbc7e9c936 docs: test Zod Mini tab code heights
  • 905761a5d127e8d5dd2ebb3bc88c75cb0b8149ff docs: document preprocess input type narrowing
  • bf64bac850d4dee2b7dde7e64909d5d796d32043 chore: tighten test guidance in AGENTS.md
  • 8ec4e73f4c4693b6361ad591be40fb41eb8a9f95 chore: update play.ts scratch
  • 02c2baf7d0d615872fa4528a8020603b71211702 Make z.preprocess defer optionality to inner schema (#5929)
  • 88015df8e25c44fb5385eb3ef28935119cd5edea fix(docs): drop deprecated baseUrl from tsconfig
  • c59d4474e3b4cad1b323462186cf607178ce8267 4.4.2

v4.4.1

Commits:

  • 481f7be4238c83ed58183f921b2646f340a91c6a ci: gate release publishing on full test workflow
  • 95ccab423aec720b2523c3a64cdc7e3204537cc7 test(v3): restore optional undefined expectations
  • cede2c63739a5823d6aa5093d291e9a111da943d fix(v4): reject tuple holes before required defaults (#5900)
  • edd0bf0f5ada4a8dc581c259407d7bbad0a71ea7 release: 4.4.1
  • 180d83d1dbe6a59260710cc8637a3dea2281ee56 docs: remove Jazz featured sponsor

v4.4.0

4.4.0

This is a minor release with a wide set of correctness and soundness fixes. Some fixes intentionally make Zod stricter, so code that depended on previously accepted invalid or ambiguous inputs may need small updates.

Potentially breaking bug fixes

... (truncated)

Commits
  • 1fb56a5 docs: document release procedure in AGENTS.md
  • f3c9ec0 4.4.3
  • c2be4f8 fix(v4): generalize optin/fallback to transform; restore preprocess on absent...
  • 1cab693 fix(v4): restore catch handling for absent object keys (#5937) (#5939)
  • b8dffe9 docs: remove Numeric and Speakeasy (2+ missed monthly cycles)
  • 9195250 docs: remove Mintlify from bronze sponsors (churned)
  • 2c70332 docs: normalize bronze sponsor logos to github avatar pattern
  • 7391be8 docs: prune lapsed silver/bronze sponsors and add active ones
  • 2aeec83 docs: prune lapsed gold sponsors and rebalance logo sizing
  • 4c2fa95 docs: use Zernio primary wordmark for gold sponsor logo
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for zod since your current version.


aedneth and others added 2 commits June 2, 2026 13:12
feat: agent-native monorepo foundation (core, cli, open sources)
- README: add CI/release/license badges to header
- README: add Demo section with sample terminal output
- README: add Roadmap table (v0.1.0→v1.0.0)
- README: add Contributing section linking CONTRIBUTING.md
- README: expand nav links to include Roadmap and Contributing
- CHANGELOG: restructure to proper Keep a Changelog format —
  move scaffold additions to [0.1.0] 2026-06-02, add CI fix entry,
  add empty [Unreleased], fix footer links (sapientia → aedneth org)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
aedneth and others added 8 commits June 2, 2026 13:27
P0 — Critical:
- download: validate URL scheme (https/http only) and reject private/loopback
  hosts before fetching to prevent SSRF from malicious adapter responses
- download: detect 206-not-honored resume corruption — truncate bad file and
  surface a clear FilesystemError rather than silently leaving corrupt data
- execute + registry/types: add setExitCode() to CommandContext so handlers
  can signal partial success; search now emits exit 8 when any source fails
- mcp/server: exclude 'config' from MCP tool surface — exposes mutating set
  action; read-only config access via manifest/file path is the safe path

P1 — Important:
- registry: remove --ndjson from GLOBAL_FLAGS (advertised but unimplemented;
  re-add when streaming output is built)
- sources: throw UsageError (exit 2) for enable/disable instead of silently
  returning ok:true — agents branching on exit code were misled
- catalog: quote FTS5 MATCH term to prevent SQLite parse error on user input
  containing operators (parentheses, colons, etc.)

All changes: build ✓ typecheck ✓ lint ✓ 8/8 tests ✓

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Portable three-layer knowledge graph integration: SessionStart/PostToolUse/
UserPromptSubmit/Stop/PreToolUse hooks, graphify graph (auto-updates on commit),
decisions + bugs ADRs committed, runtime artifacts gitignored. No-ops gracefully
without local CKIS vault — external contributors unaffected.

Registered in Dev Brain (~/Documents/Dev Brain/); graph-report auto-synced to CKIS
02-projects/<slug>/graph-report.md on each commit.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
- Add .npmrc: ignore-scripts=true, registry pin, save-exact=true
- Patch GHSA-5xrq-8626-4rwp: vitest → ^4.1.8 (critical — arbitrary file read/exec)
- Pin all GitHub Actions to commit SHAs (not mutable tags)
- Add --ignore-scripts to all npm ci / pnpm install steps in CI
- Add explicit native module whitelist with npm_config_ignore_scripts=false rebuild
- Add npm audit --audit-level=high gate to all CI and release workflows
- Add permissions: {} (deny-all default) with per-job minimum grants
- Add persist-credentials: false to all checkout steps
- Add weekly security-audit.yml workflow (runs every Monday 09:00 UTC)
- Add SECURITY.md with supply chain security policy and vulnerability disclosure

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…build override

- vitest → ^4.1.8 (critical GHSA-5xrq-8626-4rwp: arbitrary file read/exec)
- pnpm.overrides: esbuild >=0.25.0 (clears esbuild moderate)
- Remaining moderate: vite path traversal (dev-server only, not triggered in CI or
  published package; vite override deferred — would break tsup which requires vite 5)
- CodeQL workflow: pinned to SHA d77b13a0, permissions: {}, persist-credentials: false

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…og, import pipeline

Take the monorepo from architecture-only v0.1.0 to a working v1.0.0:

- Standard Ebooks adapter rewritten: OPDS (now 401-gated) → anonymous HTML
  catalog scrape; EPUB download requires ?source=download to get the binary
  instead of the interstitial page.
- Gutenberg + Standard Ebooks throttle to >=1 req/sec (module-level).
- library --import <dir>: recursive scan, filename+dir-as-category metadata,
  SHA-256 dedup, skips unsupported/unreadable, stderr progress.
- Catalog now returns authors (group_concat in list/search; rowToBook no longer
  hardcodes []). First catalog + import unit tests added.
- CLI flag fix: normalizeFlags() aliases Commander's camelCased keys back to the
  declared hyphenated names (--to-catalog / --output-dir were silently no-ops).
- doctor self-heals (mkdir) and checks writability; search ranks standard-ebooks
  above Gutenberg.
- Build/security: typescript devDep added per-package (.npmrc no-hoist); vite
  pinned ^6.4.2 (devDep + override) for vitest 4 + path-traversal CVE.

Verified: build (4 pkgs), 24 tests, typecheck 0 errors, audit clean,
real EPUB downloads from both sources land + catalog.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 dependabot Bot force-pushed the dependabot/npm_and_yarn/zod-4.4.3 branch from f72cb73 to 6123778 Compare June 4, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant