Skip to content

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

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

chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.2 in the hey-api group across 1 directory#1408
dependabot[bot] wants to merge 1 commit into
mainfrom
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.2

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.2

Updates

  • dsl: cache lazy node result (#3855)

Plugins

@​hey-api/client-angular

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-axios

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-fetch

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-ky

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-next

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-nuxt

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/client-ofetch

  • preserve query auth when when there are no other query parameters (#3853)

@​hey-api/sdk

  • support valibot as response transformer (#3847)
  • support zod as response transformer (#3847)

@​tanstack/angular-query-experimental

  • add mutationKeys option (#3858)

@​tanstack/preact-query

  • add mutationKeys option (#3858)

@​tanstack/react-query

... (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: 8e2681a
Status: ✅  Deploy successful!
Preview URL: https://d27bf47d.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: b13847f

@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 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
@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
@dependabot dependabot Bot changed the title chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.0 in the hey-api group across 1 directory chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.1 in the hey-api group across 1 directory May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 2 times, most recently from 9357027 to f58182e Compare May 6, 2026 09:50
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch 3 times, most recently from 39b4e8c to 79c9c80 Compare May 14, 2026 09:47
@dependabot dependabot Bot changed the title chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.1 in the hey-api group across 1 directory chore(deps-dev): bump @hey-api/openapi-ts from 0.80.18 to 0.97.2 in the hey-api group across 1 directory May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch from 79c9c80 to 72582e4 Compare May 18, 2026 18:18
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.2
- [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/commits)

---
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 force-pushed the dependabot/npm_and_yarn/hey-api-18b9cc099b branch from 72582e4 to 8e2681a Compare May 21, 2026 10:11
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