Skip to content

chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.0.0#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.0.0
Open

chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.0.0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown

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

Release notes

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

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
  • 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
  • 8ce3092 feat: add OpenApiGeneratorV32 for OpenAPI 3.2
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

---
updated-dependencies:
- dependency-name: "@asteasolutions/zod-to-openapi"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2026
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.

0 participants