stackabletech / stackable-cockpit

Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
7 stars 2 forks source link

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

Open stackable-bot opened 4 months ago

stackable-bot commented 4 months ago

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`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0120) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.11.3...openapi-fetch@0.12.0) ##### Minor Changes - ⚠️ **Breaking Change** [#​1826](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1826) [`b893c44`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/b893c44f4290917f24c2ef7cda106c540df9cb3d) Thanks [@​goce-cz](https://redirect.github.com/goce-cz)! - Do not set content-type on body-less requests ### [`v0.11.3`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0113) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.11.2...openapi-fetch@0.11.3) ##### Patch Changes - [#​1825](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1825) [`6038f8f`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/6038f8fca09fa698c9dd9bc49349c49342c46ac2) Thanks [@​goce-cz](https://redirect.github.com/goce-cz)! - Allow falsy values (except undefined) as a valid body ### [`v0.11.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0112) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.11.1...openapi-fetch@0.11.2) ##### Patch Changes - [#​1817](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1817) [`2a4b067`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2a4b067f43f7e0b75aecbf5c2fb3013a4e96e591) Thanks [@​Gruak](https://redirect.github.com/Gruak)! - Allow specifying baseUrl per request - [#​1842](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1842) [`0e42cbb`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/0e42cbb98e2a023c33685de65ab0b8dbf82cc4b3) Thanks [@​gzm0](https://redirect.github.com/gzm0)! - fix: allow use of `PathBasedClient` with generated `paths` ### [`v0.11.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0111) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.11.0...openapi-fetch@0.11.1) ##### Patch Changes - [#​1831](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1831) [`091e71a`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/091e71ad4bf805be32261a53524f320c2fa42690) Thanks [@​SebastienGllmt](https://redirect.github.com/SebastienGllmt)! - Add MethodResponse utility type to easily get the return type of an endpoint on a client - [#​1833](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1833) [`cec023d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/cec023d3461c79ca355a88366949d0f6382e4e2a) Thanks [@​ngraef](https://redirect.github.com/ngraef)! - Fix identification of required properties when `strictNullChecks` is disabled - Updated dependencies \[[`cec023d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/cec023d3461c79ca355a88366949d0f6382e4e2a)]: - openapi-typescript-helpers@0.0.12 ### [`v0.11.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0110) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.6...openapi-fetch@0.11.0) ##### Minor Changes \-- ⚠️ **Breaking Change** [#​1791](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1791) [`a956d5d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/a956d5d8480834402536283ee2f24ce8086698dc) Thanks [@​gzm0](https://redirect.github.com/gzm0)! - Add support for `client["/endpoint"].GET()` style calls ### [`v0.10.6`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0106) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.5...openapi-fetch@0.10.6) ##### Patch Changes - [#​1809](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1809) [`f21c05b`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/f21c05b9afcc89ee6ef73edab4045620b410eb01) Thanks [@​gzm0](https://redirect.github.com/gzm0)! - perf: remove unnecessary `async` keywords (for reduced code size) - [#​1827](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1827) [`ba0d595`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/ba0d595556661053b5ef310afafec4fcc116e206) Thanks [@​ngraef](https://redirect.github.com/ngraef)! - Fix typing for environments without DOM lib ### [`v0.10.5`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0105) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.4...openapi-fetch@0.10.5) ##### Patch Changes - [#​1762](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1762) [`7698546`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/76985467402dc52d705902c21159387ddaff3519) Thanks [@​thatsprettyfaroutman](https://redirect.github.com/thatsprettyfaroutman)! - Allow FormData through defaultBodySerializer ### [`v0.10.4`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0104) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.3...openapi-fetch@0.10.4) ##### Patch Changes - Updated dependencies \[[`bcc9222`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/bcc92223c83ba074316e17534a173fee8da9cd41)]: - openapi-typescript-helpers@0.0.11 ### [`v0.10.3`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0103) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.2...openapi-fetch@0.10.3) ##### Patch Changes - [#​1717](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1717) [`335530c`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409) Thanks [@​kerwanp](https://redirect.github.com/kerwanp)! - Ignore configuration files in published package - [#​1717](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1717) [`335530c`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409) Thanks [@​kerwanp](https://redirect.github.com/kerwanp)! - Create own client type for easier reusability - Updated dependencies \[[`335530c`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/335530c4f8f966d0154f19504585c462f5f5a409)]: - openapi-typescript-helpers@0.0.10 ### [`v0.10.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0102) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.1...openapi-fetch@0.10.2) ##### Patch Changes - [#​1696](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1696) [`aea31a8`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/aea31a8679b901745a98f856fea9d53dff6807b3) Thanks [@​swachter](https://redirect.github.com/swachter)! - Fix: encode primitive path parameters ### [`v0.10.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0101) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.10.0...openapi-fetch@0.10.1) ##### Patch Changes - [#​1719](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1719) [`a8f2253`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/a8f2253d31f060f66fe8c5c69ae79b1f81e78587) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Remove nanoid from dependencies - [#​1719](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1719) [`a8f2253`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/a8f2253d31f060f66fe8c5c69ae79b1f81e78587) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix "failed to execute fetch on Window" error - [#​1719](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1719) [`a8f2253`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/a8f2253d31f060f66fe8c5c69ae79b1f81e78587) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Revert customFetch API back to `fetch(input: Request)` ### [`v0.10.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0100) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.8...openapi-fetch@0.10.0) ##### 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](https://openapi-ts.dev/openapi-fetch/middleware-auth) 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`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#098) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.7...openapi-fetch@0.9.8) ##### Patch Changes - [#​1697](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1697) [`e77ce50`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/e77ce501e479f54fb783c19b99fa7a53a894732c) Thanks [@​armandabric](https://redirect.github.com/armandabric)! - Expose original request on Middleware.onResponse ### [`v0.9.7`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#097) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.6...openapi-fetch@0.9.7) ##### Patch Changes - [#​1672](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1672) [`64cb619`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/64cb6193ddd94523636fd55ba308117f2614a2e2) Thanks [@​jaredLunde](https://redirect.github.com/jaredLunde)! - Fixes issue where native properties were not excluded from custom properties in the CustomRequest class ### [`v0.9.6`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#096) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.5...openapi-fetch@0.9.6) ##### Patch Changes - [#​1653](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1653) [`4f4253a`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4f4253a031820a664499b9df7ed5c8b192aa98b3) Thanks [@​FreeAoi](https://redirect.github.com/FreeAoi)! - Let request object have custom properties ### [`v0.9.5`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#095) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.4...openapi-fetch@0.9.5) ##### Patch Changes - [#​1639](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1639) [`645f436`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/645f4366d2907b05eee1e6ec33d13edab8614fa1) Thanks [@​FreeAoi](https://redirect.github.com/FreeAoi)! - fix request option types don't showing optional props correctly ### [`v0.9.4`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#094) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.3...openapi-fetch@0.9.4) ##### Patch Changes - [#​1597](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1597) [`1f7ad9d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/1f7ad9d41f1f1ca7b1195a381c907393f9ef743b) Thanks [@​armandabric](https://redirect.github.com/armandabric)! - Allow to select the response content type - [#​1585](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1585) [`4e06f86`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4e06f86934e11f3dbc3aabee4b4e61dd62680782) Thanks [@​mikestopcontinues](https://redirect.github.com/mikestopcontinues)! - Update types for path-methods object - [#​1610](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1610) [`cc8073b`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/cc8073b3ee42e7aaa546a9c6a0553c300d8882de) Thanks [@​illright](https://redirect.github.com/illright)! - Fix data/error discrimination when there are empty-body errors - [#​1587](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1587) [`2a66a64`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2a66a6483d755a090e57a457b22eb99696da098a) Thanks [@​JE-lee](https://redirect.github.com/JE-lee)! - Fix the custom fetch type ### [`v0.9.3`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#093) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.2...openapi-fetch@0.9.3) ##### Patch Changes - [#​1580](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1580) [`4c0c7fc`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4c0c7fc69dc6416dcf1fea785455bce8b9742704) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix type errors ### [`v0.9.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#092) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.1...openapi-fetch@0.9.2) ##### Patch Changes - [#​1550](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1550) [`a5a9cc7`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/a5a9cc766f893fd93500a5a1ff909746194bfdc7) Thanks [@​shirish87](https://redirect.github.com/shirish87)! - Fix 'Content-Type' header being removed from requests with multipart/form-data body ### [`v0.9.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#091) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.9.0...openapi-fetch@0.9.1) ##### Patch Changes - [#​1546](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1546) [`cc64453`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/cc64453c7f92c77c19bc45dc0f701a98ab461b16) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix JSON consuming body ### [`v0.9.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#090) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.8.2...openapi-fetch@0.9.0) ##### Minor Changes - [#​1521](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1521) [`b174dd6`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/b174dd6a7668e2f1f6bf6bd086ba2dabf7fb669e) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Add middleware support - [#​1521](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1521) [`fc3a468`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/fc3a468c4342e17d203712be358b30a3fb82ab1e) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - ⚠️ Breaking change (internal): fetch() is now called with new Request() to support middleware (which may affect test mocking) - [#​1521](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1521) [`2551e4b`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2551e4bde41d5437a76c13bb5ba25ede4f14db10) Thanks [@​drwpow](https://redirect.github.com/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](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1534) [`2bbeb92`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - ⚠️ Breaking change: no longer supports deeply-nested objects/arrays for query & path serialization. ##### Patch Changes - [#​1484](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1484) [`49bbd72`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/49bbd72800f7bc6c460a741c50d11eb216746290) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Remove prepare script - [#​1479](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1479) [`c6d945b`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/c6d945be717bb3999178fb3a77292e41e1b7ab80) Thanks [@​darwish](https://redirect.github.com/darwish)! - Fixed build of openapi-typescript-helpers for CommonJS environments - [#​1534](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1534) [`2bbeb92`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Add support for automatic label & matrix path serialization. - [#​1521](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1521) [`fd44bd2`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/fd44bd28d881715e30f5a71435f05f6bae13859d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Support arrays in headers - [#​1534](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1534) [`2bbeb92`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/2bbeb92244cb82a534abb016ffb5fbd1255d9db5) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Remove leading question marks from querySerializer - [#​1530](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1530) [`4765658`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4765658460e0850d005e3f08cd63c4949326349b) Thanks [@​wydengyre](https://redirect.github.com/wydengyre)! - Exports the ClientMethod utility type. - Updated dependencies \[[`c6d945b`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/c6d945be717bb3999178fb3a77292e41e1b7ab80)]: - openapi-typescript-helpers@0.0.7 ### [`v0.8.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#082) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.8.1...openapi-fetch@0.8.2) ##### Patch Changes - [#​1424](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1424) [`8f5adb3`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/8f5adb3700eacff287d8b3f62837cb823503d5a4) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Separate TS types to be managed manually - Updated dependencies \[[`5be2082`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/5be20827334c60e53222445561b9cfc526f4f6a9)]: - openapi-typescript-helpers@0.0.5 ### [`v0.8.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#081) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.8.0...openapi-fetch@0.8.1) ##### Patch Changes - [#​1404](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1404) [`93204e4`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/93204e4de1b6e0469fdc8b710f5b279671570a9a) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix behavior for empty arrays and objects in default `querySerializer` ### [`v0.8.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#080) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.10...openapi-fetch@0.8.0) ##### Minor Changes - [#​1399](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1399) [`4fca1e4`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4fca1e477f524223fa8921559caef6bb364dc194) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - ⚠️ **Breaking**: change default querySerializer behavior to produce `style: form`, `explode: true` query params [according to the OpenAPI specification](https://swagger.io/docs/specification/serialization/#query). Also adds support for `deepObject`s (square bracket style). ### [`v0.7.10`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0710) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.9...openapi-fetch@0.7.10) ##### Patch Changes - [#​1373](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1373) [`fd3e96f`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/fd3e96fb2e68a0d58b326331264809e76ca89672) Thanks [@​HugeLetters](https://redirect.github.com/HugeLetters)! - Added the option to provide custom fetch function to individual API calls. ### [`v0.7.9`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#079) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.8...openapi-fetch@0.7.9) ##### Patch Changes - [#​1366](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1366) [`04dbd6d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/04dbd6d84fffd1d88300421bae25e946f1c303da) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix empty object being required param - Updated dependencies \[[`04dbd6d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/04dbd6d84fffd1d88300421bae25e946f1c303da)]: - openapi-typescript-helpers@0.0.4 ### [`v0.7.8`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#078) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.7...openapi-fetch@0.7.8) ##### Patch Changes - [#​1360](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1360) [`b59e431`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/b59e431d1876d1cc60dda5e9b59b6185b0136437) Thanks [@​marcomuser](https://redirect.github.com/marcomuser)! - Fix CJS build for TypeScript ### [`v0.7.7`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#077) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.6...openapi-fetch@0.7.7) ##### Patch Changes - Updated dependencies \[[`996e51e`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/996e51e9b475f4818af77301ed5c0ab458736cb9)]: - openapi-typescript-helpers@0.0.3 ### [`v0.7.6`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#076) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.5...openapi-fetch@0.7.6) ##### Patch Changes - [#​1332](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1332) [`8e8ebfd`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/8e8ebfdcd84ff6a3d7b6f5d00695fc11366b436e) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Restore original .d.ts module-resolution behavior ### [`v0.7.5`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#075) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.4...openapi-fetch@0.7.5) ##### Patch Changes - Updated dependencies \[[`e63a345`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/e63a34561c8137c4cfdef858a2272be32960ca4f)]: - openapi-typescript-helpers@0.0.2 ### [`v0.7.4`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#074) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.3...openapi-fetch@0.7.4) ##### Patch Changes - [#​1314](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1314) [`181c4de`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/181c4de395e9c337937f61d6dd5e0ba47954d893) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Make headers typing friendlier - [#​1314](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1314) [`181c4de`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/181c4de395e9c337937f61d6dd5e0ba47954d893) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Allow unsetting headers ### [`v0.7.3`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#073) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.2...openapi-fetch@0.7.3) ##### Patch Changes - [#​1300](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1300) [`5939e20`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/5939e20b86ca3019cbc0a1c7f6de2b15a806cf72) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Use openapi-typescript-helpers package for types ### [`v0.7.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#072) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.1...openapi-fetch@0.7.2) ##### Patch Changes - [#​1242](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1242) [`8d11701`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/8d11701deb22d47bc8ef04b6210ea6722ecb461b) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix impossible body typing ### [`v0.7.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#0710) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.7.0...openapi-fetch@0.7.1) ##### Patch Changes - [#​1373](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1373) [`fd3e96f`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/fd3e96fb2e68a0d58b326331264809e76ca89672) Thanks [@​HugeLetters](https://redirect.github.com/HugeLetters)! - Added the option to provide custom fetch function to individual API calls. ### [`v0.7.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#070) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.6.2...openapi-fetch@0.7.0) ##### Minor Changes - [#​1243](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1243) [`541abf4`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/541abf4966cf6020de5e4bf4b93cfa9741ec9a00) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - ⚠️ Breaking: rename all methods to UPPERCASE (`GET()`, `POST()`, etc.) ### [`v0.6.2`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#062) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.6.1...openapi-fetch@0.6.2) ##### Patch Changes - [#​1239](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1239) [`4c93067`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/4c9306720daa65b1c1977030737a52121fd46668) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix params.header inference ### [`v0.6.1`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#061) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.6.0...openapi-fetch@0.6.1) ##### Patch Changes - [#​1192](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1192) [`38ee8b4`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/38ee8b406ecf07e2dece05c4867a0bc5d27c309d) Thanks [@​psychedelicious](https://redirect.github.com/psychedelicious)! - Fix header handling for FormData ### [`v0.6.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#060) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.5.0...openapi-fetch@0.6.0) ##### Minor Changes - [`0380e9a`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/0380e9a572f6edfcc6ca1242b7f11abd8fc24610) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Add multipart/form-data request body support - [`0380e9a`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/0380e9a572f6edfcc6ca1242b7f11abd8fc24610) Thanks [@​drwpow](https://redirect.github.com/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`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#050) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.4.0...openapi-fetch@0.5.0) ##### Minor Changes - [#​1183](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1183) [`431a98f`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/431a98f0b6d518aa8e780f063d680d380a8a12dd) Thanks [@​psychedelicious](https://redirect.github.com/psychedelicious)! - Add global `querySerializer()` option to `createClient()` ##### Patch Changes - [#​1186](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1186) [`cd0a653`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/cd0a65354b03fce8a6e28453b8760ac017205df1) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix CJS build ### [`v0.4.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#040) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.3.0...openapi-fetch@0.4.0) ##### Minor Changes - [#​1176](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1176) [`21fb484`](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1176/commits/21fb4848f1e70e4423a5f20cae330210b5b813b4) Thanks [@​kecrily](https://redirect.github.com/kecrily)! - Add CommonJS bundle ### [`v0.3.0`](https://redirect.github.com/openapi-ts/openapi-typescript/blob/HEAD/packages/openapi-fetch/CHANGELOG.md#030) [Compare Source](https://redirect.github.com/openapi-ts/openapi-typescript/compare/openapi-fetch@0.2.1...openapi-fetch@0.3.0) ##### Minor Changes - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Expose createFinalURL() logic for testing - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Automatically remove `undefined` and `null` query params without requiring querySerializer - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Allow overriding of JSON body parsing ##### Patch Changes - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Clone response internally - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Strip trailing slashes from baseUrl - [#​1169](https://redirect.github.com/openapi-ts/openapi-typescript/pull/1169) [`74bfc0d`](https://redirect.github.com/openapi-ts/openapi-typescript/commit/74bfc0d879747790aed7942e11f4b277b9b0428d) Thanks [@​drwpow](https://redirect.github.com/drwpow)! - Fix querySerializer typing

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.



This PR has been generated by Renovate Bot.