Skip to content

chore(deps-dev): bump @hey-api/openapi-ts from 0.90.10 to 0.91.1 in /apps/next#135

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/apps/next/hey-api/openapi-ts-0.91.1
Closed

chore(deps-dev): bump @hey-api/openapi-ts from 0.90.10 to 0.91.1 in /apps/next#135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/apps/next/hey-api/openapi-ts-0.91.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps @hey-api/openapi-ts from 0.90.10 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
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

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)

Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.90.10 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.90.10...@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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 31, 2026
@github-actions
Copy link
Contributor

Coverage report

This PR does not seem to contain any modification to coverable code.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2026

Superseded by #141.

@dependabot dependabot bot closed this Feb 7, 2026
@dependabot dependabot bot deleted the dependabot/bun/apps/next/hey-api/openapi-ts-0.91.1 branch February 7, 2026 20:53
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.

1 participant