Skip to content

chore(deps-dev): bump @hey-api/openapi-ts from 0.94.5 to 0.97.2 in the dev-dependencies group#3

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-481052c373
May 23, 2026
Merged

chore(deps-dev): bump @hey-api/openapi-ts from 0.94.5 to 0.97.2 in the dev-dependencies group#3
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-481052c373

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps the dev-dependencies group with 1 update: @hey-api/openapi-ts.

Updates @hey-api/openapi-ts from 0.94.5 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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 1 update: [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts).


Updates `@hey-api/openapi-ts` from 0.94.5 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.97.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 May 23, 2026
@github-actions github-actions Bot merged commit 8b44330 into main May 23, 2026
1 of 2 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/dev-dependencies-481052c373 branch May 23, 2026 22: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.

0 participants