An open index of dependabot pull requests across open source projects.

⬆ Bump @hey-api/openapi-ts from 0.57.0 to 0.80.2 in /frontend

Closed
Number: #31
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 04, 2025 at 07:21 PM UTC
(11 months ago)
Updated: August 06, 2025 at 02:49 PM UTC
(10 months ago)
Closed: August 06, 2025 at 02:49 PM UTC
(10 months ago)
Time to Close: 2 days
Labels:
dependencies javascript
Description:

Bumps @hey-api/openapi-ts from 0.57.0 to 0.80.2.

Release notes

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

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

Patch Changes

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

Patch Changes

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

Minor Changes

  • #2341 9954bcf Thanks @​mrlubos! - feat(zod): add support for Zod 4 and Zod Mini

    Added Zod 4 and Zod Mini

    This release adds support for Zod 4 and Zod Mini. By default, the zod plugin will generate output for Zod 4. If you want to preserve the previous output for Zod 3 or use Zod Mini, set compatibilityVersion to 3 or mini.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: 'zod',
          compatibilityVersion: 3,
        },
      ],
    };
    
    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: 'zod',
          compatibilityVersion: 'mini',
        },
      ],
    };
    

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

... (truncated)

Commits
  • 7897efd Merge pull request #2384 from hey-api/changeset-release/main
  • 7e40d04 Version Packages
  • 27c8be7 Merge pull request #2383 from j-ibarra/main
  • 2ac456f Create lucky-seals-boil.md
  • ed7500c Merge pull request #2382 from idbenami/feat/accept-axios-instance
  • 003fdd7 Merge branch 'hey-api:main' into main
  • 074e8ab TypeTransformer
  • 3a23362 Create odd-ligers-jump.md
  • ff13a1b updated openapi-ts-tests spanshots
  • 8e9b9ae feat(client-axios): enhance createClient to accept AxiosStatic or AxiosInstance
  • 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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+335
Deletions:
-66
Package Dependencies
Ecosystem:
npm
Version Change:
0.57.0 → 0.80.2
Update Type:
Minor
Path:
/frontend
Technical Details
ID: 4571091
UUID: 2718955702
Node ID: PR_kwDOPF3fpc6iD_i2
Host: GitHub
Repository: Cheap-AI/FullServiceAPI
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes