Skip to content

chore(deps): bump @asteasolutions/zod-to-openapi from 7.3.4 to 9.1.0 in /backend#208

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

chore(deps): bump @asteasolutions/zod-to-openapi from 7.3.4 to 9.1.0 in /backend#208
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/asteasolutions/zod-to-openapi-9.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @asteasolutions/zod-to-openapi from 7.3.4 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

v8.5.0

What's Changed

  • fix: allow nested discriminated unions as they are supported in Zod v4 (#239)

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

v8.4.3

What's Changed

  • Bump rollup from 4.22.4 to 4.59.0

Full Changelog: asteasolutions/zod-to-openapi@v8.4.2...v8.4.3

v8.4.2

... (truncated)

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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​asteasolutions/zod-to-openapi since your current version.


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 7.3.4 to 9.1.0.
- [Release notes](https://github.com/asteasolutions/zod-to-openapi/releases)
- [Commits](asteasolutions/zod-to-openapi@v7.3.4...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 added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: backend. Please create it before Dependabot can add it to a pull request.

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants