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

fix(deps): update dependency openapi-fetch to ^0.12.0 #256

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

Conversation

stackable-bot
Copy link
Contributor

@stackable-bot stackable-bot commented May 14, 2024

This PR contains the following updates:

Package Type Update Change
openapi-fetch (source) dependencies minor ^0.2.0 -> ^0.12.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

openapi-ts/openapi-typescript (openapi-fetch)

v0.12.0

Compare Source

Minor Changes

v0.11.3

Compare Source

Patch Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes

-- ⚠️ Breaking Change #​1791 a956d5d Thanks @​gzm0! - Add support for client["/endpoint"].GET() style calls

v0.10.6

Compare Source

Patch Changes

v0.10.5

Compare Source

Patch Changes

v0.10.4

Compare Source

Patch Changes

v0.10.3

Compare Source

Patch Changes

v0.10.2

Compare Source

Patch Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • ⚠️ Breaking Change: openapi-typescript@7 is needed to work. You’ll get type errors with openapi-typescript@6 and below.

  • ⚠️ Breaking Change: The Middleware API has changed to be an object rather than (request, options) or (response, options). See Middleware docs for updated API.

  • ⚠️ Breaking Change: The Content-Type header is no longer sent by default if a body payload is attached.

  • ⚠️ Breaking Change: The customFetch type now calls fetch(input: string, init: RequestInit) and the types have been updated, rather than fetch(input: Request) introduced in 0.9.0.

  • Added id to middleware handlers that create a unique ID per-fetch

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes
  • #​1672 64cb619 Thanks @​jaredLunde! - Fixes issue where native properties were not excluded from custom properties in the CustomRequest class

v0.9.6

Compare Source

Patch Changes

v0.9.5

Compare Source

Patch Changes

v0.9.4

Compare Source

Patch Changes

v0.9.3

Compare Source

Patch Changes

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • #​1521 b174dd6 Thanks @​drwpow! - Add middleware support

  • #​1521 fc3a468 Thanks @​drwpow! - ⚠️ Breaking change (internal): fetch() is now called with new Request() to support middleware (which may affect test mocking)

  • #​1521 2551e4b Thanks @​drwpow! - ⚠️ Breaking change: Responses are no longer automatically .clone()’d in certain instances. Be sure to .clone() yourself if you need to access the raw body!

  • #​1534 2bbeb92 Thanks @​drwpow! - ⚠️ Breaking change: no longer supports deeply-nested objects/arrays for query & path serialization.

Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes

v0.7.10

Compare Source

Patch Changes

v0.7.9

Compare Source

Patch Changes

v0.7.8

Compare Source

Patch Changes

v0.7.7

Compare Source

Patch Changes

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes

v0.7.0

Compare Source

Minor Changes

v0.6.2

Compare Source

Patch Changes

v0.6.1

Compare Source

Patch Changes

v0.6.0

Compare Source

Minor Changes
  • 0380e9a Thanks @​drwpow! - Add multipart/form-data request body support

  • 0380e9a Thanks @​drwpow! - Breaking: openapi-fetch now just takes the first media type it finds rather than preferring JSON. This is because in the case of multipart/form-data vs application/json, it’s not inherently clear which you’d want. Or if there were multiple JSON-like media types.

v0.5.0

Compare Source

Minor Changes
Patch Changes

v0.4.0

Compare Source

Minor Changes

v0.3.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@stackable-bot stackable-bot added the dependencies Pull requests that update a dependency file label May 14, 2024
@stackable-bot stackable-bot requested a review from a team May 14, 2024 09:06
@stackable-bot stackable-bot changed the title chore(deps): update dependency openapi-fetch to ^0.9.0 fix(deps): update dependency openapi-fetch to ^0.9.0 May 14, 2024
| datasource | package       | from  | to     |
| ---------- | ------------- | ----- | ------ |
| npm        | openapi-fetch | 0.2.1 | 0.12.0 |
@stackable-bot stackable-bot changed the title fix(deps): update dependency openapi-fetch to ^0.9.0 fix(deps): update dependency openapi-fetch to ^0.12.0 Sep 10, 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.

1 participant