Skip to content

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

Merged
greatest0fallt1me merged 1 commit into
mainfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0
Jul 27, 2026
Merged

chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0#210
greatest0fallt1me merged 1 commit into
mainfrom
dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 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 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.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 @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greatest0fallt1me
greatest0fallt1me merged commit 24b4fcc into main Jul 27, 2026
1 check failed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/asteasolutions/zod-to-openapi-9.1.0 branch July 27, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant