Skip to content

chore(deps): update dependency @hey-api/openapi-ts to v0.93.1#345

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hey-api-openapi-ts-0.x
Open

chore(deps): update dependency @hey-api/openapi-ts to v0.93.1#345
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hey-api-openapi-ts-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@hey-api/openapi-ts (source) 0.90.100.93.1 age confidence

Release Notes

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.93.1

Compare Source

Patch Changes

v0.93.0

Compare Source

Minor Changes
Removed resolver node

Valibot plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Removed resolver node

Zod plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Patch Changes
Updated Dependencies:

v0.92.4

Compare Source

Patch Changes
Updated Dependencies:

v0.92.3

Compare Source

Patch Changes

v0.92.2

Minor Changes
Updated Symbol interface

The exportFrom property has been replaced with the getExportFromFilePath() function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.

Patch Changes
Updated Dependencies:

v0.91.1

Compare Source

Patch Changes
Updated Dependencies:

v0.91.0

Compare Source

Minor Changes
Removed CommonJS (CJS) support

@hey-api/openapi-ts is now ESM-only. This change simplifies the codebase, improves tree-shaking, and enables better integration with modern bundlers and TypeScript tooling.

CommonJS entry points (require(), module.exports) are no longer supported. If you are in a CJS environment, you can still load the package dynamically using import() like:

const { defineConfig } = await import('@​hey-api/openapi-ts');

If you have previously written:

const { defineConfig } = require('@​hey-api/openapi-ts');

Migrate by updating your static imports:

import { defineConfig } from '@​hey-api/openapi-ts';

If your environment cannot use ESM, pin to a previous version.

Patch Changes
Updated Dependencies:

Configuration

📅 Schedule: Branch creation - "after 01:00 and before 07:00 every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Feb 17, 2026
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 3d72c2a to 20e8a1b Compare February 17, 2026 14:12
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Feb 17, 2026
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 20e8a1b to 1734955 Compare February 24, 2026 00:59
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.92.4 chore(deps): update dependency @hey-api/openapi-ts to v0.93.0 Feb 24, 2026
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Feb 24, 2026
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.93.0 chore(deps): update dependency @hey-api/openapi-ts to v0.93.1 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 1734955 to 435e3e9 Compare February 27, 2026 13:22
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants