Skip to content

Bump @hey-api/openapi-ts from 0.61.2 to 0.91.1 in /frontend#1375

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/hey-api/openapi-ts-0.91.1
Open

Bump @hey-api/openapi-ts from 0.61.2 to 0.91.1 in /frontend#1375
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/hey-api/openapi-ts-0.91.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps @hey-api/openapi-ts from 0.61.2 to 0.91.1.

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.91.1

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.6.1
  • @​hey-api/shared@​0.1.1

@​hey-api/openapi-ts@​0.91.0

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:

  • @​hey-api/shared@​0.1.0
  • @​hey-api/codegen-core@​0.6.0
  • @​hey-api/types@​0.1.3

@​hey-api/openapi-ts@​0.90.10

Patch Changes

... (truncated)

Commits
  • ce5977e Merge pull request #3292 from hey-api/changeset-release/main
  • 1542a56 chore: update lock file
  • dd988e9 ci: release
  • caabc9f Merge pull request #3291 from hey-api/copilot/fix-duplicate-import-error
  • 3c08e38 Fix duplicate import error for symbols in planner
  • 3f23cef Remove unnecessary comments and add planner unit tests for import deduplication
  • 59efc7b Fix duplicate import error when same symbol is imported as both type and value
  • 6e7770d Initial plan
  • 124dc28 Merge pull request #3287 from hey-api/chore/py-typecheck
  • c7ebec3 chore: prepare Python typecheck
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​hey-api/openapi-ts 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/hey-api/openapi-ts-0.91.1 branch from cefbd52 to 3e48fe0 Compare February 9, 2026 08:41
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.61.2 to 0.91.1.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.61.2...@hey-api/openapi-ts@0.91.1)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.91.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/hey-api/openapi-ts-0.91.1 branch from 3e48fe0 to cf49f2d Compare February 9, 2026 14:29
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