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.34.5 to 0.55.2 #27

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 Nov 11, 2024

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

Release notes

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

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

Patch Changes

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

Patch Changes

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

Minor Changes

Patch Changes

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

Patch Changes

  • #1237 63ccc07 Thanks @​mrlubos! - fix: forbid any body, path, or query parameters if not defined in spec

  • #1235 7a1a419 Thanks @​mrlubos! - fix: handle additionalProperties: boolean in experimental parser

  • #1233 08baa77 Thanks @​mrlubos! - fix: update schemas plugin to handle experimental 3.0.x parser

    This release adds an experimental parser for OpenAPI versions 3.0.x. In the future, this will become the default parser. If you're using OpenAPI 3.0 or newer, we encourage you to try it out today.

    You can enable the experimental parser by setting the experimentalParser boolean flag to true in your configuration file or CLI.

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

... (truncated)

Commits
  • c410193 Merge pull request #1254 from hey-api/changeset-release/main
  • 5b42a28 Version Packages
  • 661fb6a Merge pull request #1269 from hey-api/docs/email-form
  • fd2c9e1 docs: add email form to landing page
  • 8b46fe6 Merge pull request #1267 from hey-api/fix/experimental-parser-discriminator
  • ff3aa4a fix: handle discriminators in experimental parser
  • 04c88dd Merge pull request #1266 from hey-api/fix/array-items-one-of-length-1
  • d60d260 fix: correctly generate array when items are a oneOf array with length 1
  • f31d4e2 Merge pull request #1265 from hey-api/fix/parameters-explode-false
  • 691cdc2 fix: handle non-exploded array query parameters
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mrlubos, a new releaser for @​hey-api/openapi-ts since your current version.


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.34.5 to 0.55.2.
- [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/openapi-ts@0.34.5...@hey-api/openapi-ts@0.55.2)

---
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 added the dependencies Pull requests that update a dependency file label Nov 11, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants