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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps @hey-api/openapi-ts from 0.32.0 to 0.48.1.

Release notes

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

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

Patch Changes

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

Minor Changes

Patch Changes

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

Patch Changes

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

Patch Changes

  • #690 1017ace Thanks @​Nick-Lucas! - Fix an issue where transforms for endpoints with array returns were not generated correctly

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

Minor Changes

  • #685 8ca3e5e Thanks @​mrlubos! - feat: add initial support for response transformers (string -> Date)

  • #663 e01c612 Thanks @​Stono! - Add support for customizing method names with services.methodNameBuilder()

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

Patch Changes

  • #594 9878381 Thanks @​SimenB! - Add explicit type annotations to Interceptors

    This allows the generated code to work with TypeScript 5.5's new isolatedDeclarations configuration.

  • #635 0b09940 Thanks @​mrlubos! - fix: handle 1XX response status codes

  • #636 498f459 Thanks @​mrlubos! - fix: improve default response status code classification

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

Patch Changes

... (truncated)

Commits
  • 4169e29 Merge pull request #735 from hey-api/changeset-release/main
  • 5d549c8 Version Packages
  • 99823d7 Merge pull request #737 from hey-api/fix/config-file-path
  • 0537fe8 fix: support custom config file path
  • a3c13b3 Merge pull request #736 from hey-api/fix/async-transformers
  • 8410046 fix: handle async response transformers
  • 0a31408 Merge pull request #734 from hey-api/fix/types-export-service-types
  • 1f52b26 fix: generate service types when types are enabled, even if services are disa...
  • 099fb26 Merge pull request #732 from hey-api/dependabot/npm_and_yarn/dev-deps-8f271ff6c9
  • 6b764d3 chore(deps-dev): bump the dev-deps group across 1 directory with 11 updates
  • 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 Jul 1, 2024
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/openapi-ts@0.48.1)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  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/hey-api/openapi-ts-0.48.1 branch from 73e2d7e to 73314b5 Compare July 1, 2024 18:00
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
Copy link
Collaborator

Fixed most issues except for hey-api/openapi-ts#740

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

A newer version of @​hey-api/openapi-ts exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant