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.55.2 to 0.57.1 in /ui #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps @hey-api/openapi-ts from 0.55.2 to 0.57.1.

Release notes

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

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

Patch Changes

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

Minor Changes

  • #1324 4e62378 Thanks @​mrlubos! - feat: rename Hey API plugins

    Renamed @hey-api/services plugin

    This plugin has been renamed to @hey-api/sdk.

    Changed sdk.output value

    To align with the updated name, the @hey-api/sdk plugin will generate an sdk.gen.ts file. This will result in a breaking change if you're importing from services.gen.ts. Please update your imports to reflect this change.

    import { client } from 'client/services.gen'; // [!code --]
    import { client } from 'client/sdk.gen'; // [!code ++]

    Renamed @hey-api/types plugin

    This plugin has been renamed to @hey-api/typescript.

  • #1327 62e37d5 Thanks @​mrlubos! - feat: add typescript.exportInlineEnums option

    Added typescript.exportInlineEnums option

    By default, inline enums (enums not defined as reusable components in the input file) will be generated only as inlined union types. You can set exportInlineEnums to true to treat inline enums as reusable components. When true, the exported enums will follow the style defined in enums.

    This is a breaking change since in the previous versions, inline enums were always treated as reusable components. To preserve your current output, set exportInlineEnums to true. This feature works only with the experimental parser.

    export default {
      client: '@hey-api/client-fetch',
      experimentalParser: true,
      input: 'path/to/openapi.json',

... (truncated)

Commits
  • 47026d4 Merge pull request #1331 from hey-api/changeset-release/main
  • d76f8a7 Version Packages
  • 0278fcf Merge pull request #1340 from hey-api/feat/reusable-request-body
  • 8b5663e Merge pull request #1338 from hey-api/dependabot/npm_and_yarn/angular-deps-41...
  • c8511e0 fix: experimental parser exports reusable request bodies
  • 12e3e1b chore(deps): bump the angular-deps group with 13 updates
  • 9e5f634 Merge pull request #1337 from hey-api/dependabot/npm_and_yarn/prod-deps-7cb9b...
  • 487a281 chore(deps): bump the prod-deps group with 6 updates
  • 4d8c6ac Merge pull request #1336 from hey-api/fix/transformers-any-of-null
  • 6857da8 fix: experimental parser transforms anyOf date and null
  • 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)

Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.55.2 to 0.57.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/[email protected]...@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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
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