build(deps): bump zod from 3.25.76 to 4.3.6 in /packages/mcp-server#6
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump zod from 3.25.76 to 4.3.6 in /packages/mcp-server#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/mcp-server/zod-4.3.6
branch
2 times, most recently
from
February 12, 2026 16:41
d940555 to
dff68a5
Compare
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 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/packages/mcp-server/zod-4.3.6
branch
from
February 12, 2026 16:46
dff68a5 to
c46ae36
Compare
fall-development-rob
added a commit
that referenced
this pull request
May 8, 2026
…ract unified glossary
Three threads of follow-up to Wave 11's auto-gen pilot, in one commit because they share the pipeline.
(a) Tighten the pipeline. schemars's SchemaSettings.inline_subschemas resolves nested $ref into inline objects, so WorkbookSpec.sheets is now z.array(z.object({...})) instead of z.array(z.any()) — full nested typing recovered. A post-processing pass in gen-office-schemas.mjs rewrites z.any().superRefine(oneOf[...]) to z.discriminatedUnion("kind", [...]) for the 8 tagged-enum types (CellValue, Chart, DocBlock, Slide, etc.). Two of the five Wave 11 gaps closed; three remain (Option<T> emits .nullable().optional() vs .optional() only; .min/.max array constraints not propagated; sha256-format regex not propagated).
(b) Scale-test on attest. Migrated the federation TrustAttestation / AttestationStatus / AttestationRevocation types to the auto-gen pipeline (3 types, distinct from office because they use Uuid + DateTime<Utc>). Adding chrono04 + uuid1 to the schemars feature gate is a new gap (#6) the office pipeline never exercised. AttestIssue/Verify/List/Revoke/Check input + output schemas stay hand-maintained because they're defined inline in MCP handlers, not as public Rust structs — clear demarcation for the long-tail migration. tools/attest.ts uses generated AttestationRevocationSchema; TrustAttestation + AttestationStatus stay hand-maintained where regex constraints / enum inference still beat the gen output.
(c) Unified glossary at docs/glossary.md. Extracted Ubiquitous Language tables from the 11 DDD bounded-context docs, the headline + decision sections of ADRs 001-025, contract invariant prefixes, and skill manifests. 1,163 lines, 104 terms, 12 semantic sections (core, memory, multi-agent, federation, audit, office, schema-gen, cargo features, skills). Zero open ambiguities — overlapping definitions reconciled to canonical (most-recent-most-specific) with cross-links to alternatives. First single source of truth for the prose ontology that previously lived only in 50+ scattered files.
All 63 office tests + 3 attest export tests pass. Bindings + tsc clean. No new ADRs (these are all refinements of Waves 10/11).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.3.6.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca3c862v4.3.6762e911Generalize numeric key handlingdfbbf1cAvoid re-exported star modules (#5656)cbf77bbAvoid non null assertion (#5638)85db85efix: typo in codec.test.ts file (#5628)edd4132fix: add missing User-agent to robots.txt and allow all (#5646)251d716Clean up workflow_callf4b7baeUpdate pullfrog.yml (#5634)9977fb0Add brand.dev to sponsors0cdc0b84.3.5You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)