Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @hey-api/openapi-ts from 0.32.0 to 0.48.1 in /frontend #976

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 1, 2024

  1. Bump @hey-api/openapi-ts from 0.32.0 to 0.48.1 in /frontend

    Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.32.0 to 0.48.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/v0.32.0...@hey-api/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: "@hey-api/openapi-ts"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    73314b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f14b22 View commit details
    Browse the repository at this point in the history
  3. Remove legacy CLI flag

    tillprochaska committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    91ecd32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7311ed2 View commit details
    Browse the repository at this point in the history
  5. Migrate to fetch client package

    Previous versions of `openapi-ts` would generate TypeScript types based on the API schema *and* client code to send requests. Recent versions of `openapi-ts` only generate the TypeScript types and a few helper methods to send API requests, but not the actual code to send the API requests. Instead, this is provided as a separate package (e.g. `@hey-api/client-fetch`).
    tillprochaska committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    77ad919 View commit details
    Browse the repository at this point in the history
  6. Regenerate API client

    tillprochaska committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2be32df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    285e165 View commit details
    Browse the repository at this point in the history