Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps @hey-api/client-axios from 0.6.3 to 0.9.1.

Release notes

Sourced from @​hey-api/client-axios's releases.

@​hey-api/client-axios@​0.9.1

Patch Changes

@​hey-api/client-axios@​0.9.0

Minor Changes

@​hey-api/client-axios@​0.8.0

Minor Changes

  • #2094 8152aaf Thanks @​mrlubos! - feat: accept responses/errors map instead of union

    BREAKING: Update @hey-api/openapi-ts to the latest version.

Changelog

Sourced from @​hey-api/client-axios's changelog.

@​docs/openapi-ts

0.10.4

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

0.10.1

Patch Changes

0.10.0

Minor Changes

0.9.0

Minor Changes

  • #1511 4e8064d Thanks @​mrlubos! - feat: add watch mode

    Watch Mode

    ::: warning Watch mode currently supports only remote files via URL. :::

    If your schema changes frequently, you may want to automatically regenerate the output during development. To watch your input file for changes, enable watch mode in your configuration or pass the --watch flag to the CLI.

    Config

    export default {

... (truncated)

Commits
  • 7365e4a Merge pull request #2164 from hey-api/changeset-release/main
  • e8b6797 Version Packages
  • 1e1c40b Merge pull request #2167 from hey-api/fix/tanstack-query-name-builder
  • a46259e fix(tanstack-query): add name builder options for all generated artifacts
  • 67125d3 Merge pull request #2166 from hey-api/fix/zod-tuple
  • 594f3a6 fix(zod): support tuple types
  • 3d0aeb8 Merge pull request #2165 from hey-api/fix/client-path-param-date
  • f23f3ae fix(client): do not serialize path param name in url
  • 32a8d2c Merge pull request #2163 from hey-api/fix/zod-metadata
  • 9769998 fix(zod): add metadata option
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 12, 2025
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 33 to 35
"@emotion/styled": "^11.14.0",
"@hey-api/client-axios": "^0.6.1",
"@hey-api/client-axios": "^0.9.1",
"@hookform/resolvers": "^3.10.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align openapi generator with client-axios breaking upgrade

Bumping @hey-api/client-axios to 0.9.1 pulls in the 0.8.0 breaking change noted in the Dependabot summary (“BREAKING: Update @hey-api/openapi-ts to the latest version”), but our generator is still pinned to ^0.64.x and the generated SDK was not refreshed. Regenerating clients or compiling against the new runtime will keep emitting code that targets the old response/union API, which is the incompatibility the upstream warning calls out. Please bump @hey-api/openapi-ts and regenerate the client alongside this dependency change to avoid build failures when npm run generate-client is run.

Useful? React with 👍 / 👎.

@swelborn
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/interactEM/hey-api/client-axios-0.9.1 branch 5 times, most recently from a0ccae0 to 20d38ad Compare December 15, 2025 04:01
Bumps [@hey-api/client-axios](https://github.com/hey-api/openapi-ts) from 0.6.3 to 0.9.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/client-axios@0.6.3...@hey-api/client-axios@0.9.1)

---
updated-dependencies:
- dependency-name: "@hey-api/client-axios"
  dependency-version: 0.9.1
  dependency-type: direct:production
  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/interactEM/hey-api/client-axios-0.9.1 branch from 20d38ad to eef2f67 Compare December 15, 2025 16:02
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.

2 participants