Skip to content

chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.0 in the hey-api group across 1 directory#1408

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hey-api-18b9cc099b
Open

chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.0 in the hey-api group across 1 directory#1408
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hey-api-18b9cc099b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 4, 2026

Bumps the hey-api group with 1 update in the / directory: @hey-api/openapi-ts.

Updates @hey-api/openapi-ts from 0.80.18 to 0.97.0

Release notes

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

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

Minor Changes

Validator request schemas

Valibot plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "valibot",
    },
    {
      name: "valibot",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};

Removed plugin.getSymbol() function

This function has been removed. You can use plugin.querySymbol() instead. It accepts the same arguments and returns the same result.

Validator request schemas

Zod plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "zod",
</tr></table> 

... (truncated)

Changelog

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

@​hey-api/openapi-ts 0.97.0

⚠️ Breaking

This release has 15 breaking changes. Please review the release notes carefully before upgrading.

Updates

  • cli: print file count and generator speed (#3828)
  • ⚠️ Breaking: client: resolve runtimeConfigPath relative to the output folder (#3770)

Changed runtimeConfigPath behavior

This was a known, long-standing issue confusing first-time users. Before, defining client runtimeConfigPath value would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.

  • config: remove --apply flag from Biome post-processor commands (#3812)

Plugins

@​hey-api/client-angular

  • ⚠️ Breaking: request and response objects might be undefined (#3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#3814)

@​hey-api/client-fetch

  • ⚠️ Breaking: pass previous result to error interceptors (#3814)
  • ⚠️ Breaking: request and response objects might be undefined (#3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#3814)

@​hey-api/client-ky

  • ⚠️ Breaking: pass previous result to error interceptors (#3814)
  • ⚠️ Breaking: request and response objects might be undefined (#3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#3814)
  • ⚠️ Breaking: respect ky instance defaults (#3806)

Changed Ky client behavior

The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the kyOptions field and you need to pass undefined to unset an option.

@​hey-api/client-next

  • ⚠️ Breaking: request and response objects might be undefined (#3814)
  • ⚠️ Breaking: pass previous result to error interceptors (#3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#3814)

@​hey-api/client-ofetch

  • ⚠️ Breaking: request and response objects might be undefined (#3814)
  • ⚠️ Breaking: respect throwOnError when request validation fails (#3814)

... (truncated)

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 4, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Feb 4, 2026

Deploying orpc with  Cloudflare Pages  Cloudflare Pages

Latest commit: d419e4d
Status: ✅  Deploy successful!
Preview URL: https://03a6d766.orpc-4zt.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-hey-mh9s.orpc-4zt.pages.dev

View logs

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 4, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 4, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 4, 2026

More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@1408

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@1408

@orpc/client

npm i https://pkg.pr.new/@orpc/client@1408

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@1408

@orpc/experimental-durable-iterator

npm i https://pkg.pr.new/@orpc/experimental-durable-iterator@1408

@orpc/hey-api

npm i https://pkg.pr.new/@orpc/hey-api@1408

@orpc/interop

npm i https://pkg.pr.new/@orpc/interop@1408

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@1408

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@1408

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@1408

@orpc/openapi-client

npm i https://pkg.pr.new/@orpc/openapi-client@1408

@orpc/otel

npm i https://pkg.pr.new/@orpc/otel@1408

@orpc/experimental-pino

npm i https://pkg.pr.new/@orpc/experimental-pino@1408

@orpc/experimental-publisher

npm i https://pkg.pr.new/@orpc/experimental-publisher@1408

@orpc/experimental-publisher-durable-object

npm i https://pkg.pr.new/@orpc/experimental-publisher-durable-object@1408

@orpc/experimental-ratelimit

npm i https://pkg.pr.new/@orpc/experimental-ratelimit@1408

@orpc/react

npm i https://pkg.pr.new/@orpc/react@1408

@orpc/react-query

npm i https://pkg.pr.new/@orpc/react-query@1408

@orpc/experimental-react-swr

npm i https://pkg.pr.new/@orpc/experimental-react-swr@1408

@orpc/server

npm i https://pkg.pr.new/@orpc/server@1408

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@1408

@orpc/solid-query

npm i https://pkg.pr.new/@orpc/solid-query@1408

@orpc/standard-server

npm i https://pkg.pr.new/@orpc/standard-server@1408

@orpc/standard-server-aws-lambda

npm i https://pkg.pr.new/@orpc/standard-server-aws-lambda@1408

@orpc/standard-server-fastify

npm i https://pkg.pr.new/@orpc/standard-server-fastify@1408

@orpc/standard-server-fetch

npm i https://pkg.pr.new/@orpc/standard-server-fetch@1408

@orpc/standard-server-node

npm i https://pkg.pr.new/@orpc/standard-server-node@1408

@orpc/standard-server-peer

npm i https://pkg.pr.new/@orpc/standard-server-peer@1408

@orpc/svelte-query

npm i https://pkg.pr.new/@orpc/svelte-query@1408

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@1408

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@1408

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@1408

@orpc/vue-colada

npm i https://pkg.pr.new/@orpc/vue-colada@1408

@orpc/vue-query

npm i https://pkg.pr.new/@orpc/vue-query@1408

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@1408

commit: d505d8b

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 5 times, most recently from e598443 to 1e9cdf2 Compare February 11, 2026 12:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 5 times, most recently from 0eec2d5 to 9ac63d8 Compare February 19, 2026 12:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 3 times, most recently from bb0d0c6 to b74b442 Compare February 23, 2026 10:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 6 times, most recently from be888b3 to 6e61991 Compare March 6, 2026 03:29
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 2 times, most recently from 9957450 to 997b401 Compare March 10, 2026 09:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 5 times, most recently from f479f86 to c025362 Compare March 18, 2026 09:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 4 times, most recently from d66e186 to 98ba5db Compare March 25, 2026 09:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 5 times, most recently from ca24578 to 400f131 Compare April 2, 2026 09:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 2 times, most recently from 99211b8 to 373bdca Compare April 9, 2026 09:46
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 2 times, most recently from c286d58 to c038655 Compare April 17, 2026 09:48
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch from c038655 to cdd7d08 Compare April 23, 2026 09:46
@dependabot dependabot Bot changed the title chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.91.1 in the hey-api group chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.96.1 in the hey-api group across 1 directory Apr 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 2 times, most recently from 12857f2 to 374898b Compare April 27, 2026 11:29
Bumps the hey-api group with 1 update in the / directory: [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts).


Updates `@hey-api/openapi-ts` from 0.80.18 to 0.97.0
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.80.18...@hey-api/openapi-ts@0.97.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.96.1 in the hey-api group across 1 directory chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.0 in the hey-api group across 1 directory Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch from 374898b to d419e4d Compare April 30, 2026 09:46
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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants