Skip to content

Bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0 - #255

Merged
MattIPv4 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0
Aug 1, 2026
Merged

Bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0#255
MattIPv4 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0.

Release notes

Sourced from @​asteasolutions/zod-to-openapi's releases.

v9.1.0

What's Changed

  • Fix: correct regex for bigint OpenAPI (fixes #381)
  • Fix: correct discriminator mapping for nested discriminated unions (#239)
  • Feat: Added z.guid(), z.cidrv4(), z.cidrv6(), z.base64url(), z.iso.time() and z.iso.duration() string format support

Full Changelog: asteasolutions/zod-to-openapi@v9.0.0...v9.1.0

v9.0.0

What's Changed - Added support for OpenAPI 3.2 (#385)

  • feat: add OpenApiGeneratorV32 for OpenAPI 3.2.0 documents
  • feat: support 3.2 media-type fields — itemSchema, itemEncoding, and prefixEncoding (for streams like text/event-stream, application/jsonl, application/json-seq)
  • feat: support the query HTTP method on routes
  • feat: support optional summary on responses
  • feat: support mediaTypes as a reusable component type via registerComponent
  • feat: allow $ref entries directly in ZodContentObject
  • chore: bump openapi3-ts to ^4.6.0

OpenApiGeneratorV32 reuses the same JSON Schema dialect as 3.1 (2020-12), so schema output is unchanged from OpenApiGeneratorV31. Use it when you need 3.2 document-structure fields.

Breaking changes (TypeScript only)

These are interface-only changes; runtime behavior for existing OpenApiGeneratorV3 / OpenApiGeneratorV31 usage is unchanged.

  • ResponseConfig.description is now optional (required by OpenAPI 3.0/3.1, optional in 3.2). Code that assumes description is always present may need a guard or non-null assertion.
  • ZodMediaTypeObject.schema is now optional, to support itemSchema-only media types.

No other exported API removals or signature changes.

New Contributors

Full Changelog: asteasolutions/zod-to-openapi@v8.5.0...v9.0.0

Commits
  • 9af9229 Release 9.1.0
  • 2493f67 run prettier
  • d9f4bea add more string formats
  • bdc62d0 fix types and add more discriminated union tests
  • f8e3cf3 Merge pull request #369 from dirkluijk/fix/nested-discriminated-unions
  • e73d199 Merge pull request #299 from habibrehmansg/fix/bigint-pattern
  • 4653b6e Release 9.0.0
  • d2ac6bd Merge pull request #388 from bookernath/feat/oas-3.2
  • 2434848 fix: narrow OpenAPI component casts
  • 62dd8fa fix: address OpenAPI 3.2 review feedback
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0 branch from 782e69c to 5ac4e18 Compare August 1, 2026 14:09
@MattIPv4

MattIPv4 commented Aug 1, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@asteasolutions/zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi) from 8.5.0 to 9.1.0.
- [Release notes](https://github.com/asteasolutions/zod-to-openapi/releases)
- [Commits](asteasolutions/zod-to-openapi@v8.5.0...v9.1.0)

---
updated-dependencies:
- dependency-name: "@asteasolutions/zod-to-openapi"
  dependency-version: 9.1.0
  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/asteasolutions/zod-to-openapi-9.1.0 branch from 5ac4e18 to dd2cf5b Compare August 1, 2026 14:18
@MattIPv4
MattIPv4 merged commit d747322 into master Aug 1, 2026
8 checks passed
@MattIPv4
MattIPv4 deleted the dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0 branch August 1, 2026 14:23
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