Bump openapi-fetch from 0.13.5 to 0.14.0 in /frontend #43

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/frontend/openapi-fetch-0.14.0 into main 2025-05-23 23:07:51 +01:00
dependabot[bot] commented 2025-05-22 21:38:23 +01:00 (Migrated from github.com)

Bumps openapi-fetch from 0.13.5 to 0.14.0.

Release notes

Sourced from openapi-fetch's releases.

openapi-fetch@0.14.0

Minor Changes

  • #2310 e66b5ce Thanks @​drwpow! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).

openapi-fetch@0.13.8

Patch Changes

openapi-fetch@0.13.7

Patch Changes

openapi-fetch@0.13.6

Patch Changes

  • #2205 4966560 Thanks @​live-small! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header value
Changelog

Sourced from openapi-fetch's changelog.

0.14.0

Minor Changes

  • #2310 e66b5ce Thanks @​drwpow! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).

0.13.8

Patch Changes

0.13.7

Patch Changes

0.13.6

Patch Changes

  • #2205 4966560 Thanks @​live-small! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header value
Commits

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 [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) from 0.13.5 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openapi-ts/openapi-typescript/releases">openapi-fetch's releases</a>.</em></p> <blockquote> <h2>openapi-fetch@0.14.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2310">#2310</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290"><code>e66b5ce</code></a> Thanks <a href="https://github.com/drwpow"><code>@​drwpow</code></a>! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).</li> </ul> <h2>openapi-fetch@0.13.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2096">#2096</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/0058128afa258180793ae2071022d89a688d8ddc"><code>0058128</code></a> Thanks <a href="https://github.com/obulat"><code>@​obulat</code></a>! - Encode the request body if <code>Content-Type</code> header is <code>x-www-form-urlencoded</code></li> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2157">#2157</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/419d9ac6851cf780b81060ddc05c231c5225a17b"><code>419d9ac</code></a> Thanks <a href="https://github.com/Rendez"><code>@​Rendez</code></a>! - Fix overriding baseUrl per request without overriding default baseUrl</li> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2308">#2308</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/81c031da8584ed49b033ebfc67bbb3e1ca258699"><code>81c031d</code></a> Thanks <a href="https://github.com/drwpow"><code>@​drwpow</code></a>! - Improve header handling</li> </ul> <h2>openapi-fetch@0.13.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2256">#2256</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/30c6da800a00bda87da66dea6d04807e1379f06a"><code>30c6da8</code></a> Thanks <a href="https://github.com/KajSzy"><code>@​KajSzy</code></a>! - fix dynamic access to methods using wrapAsPathBasedClient</li> </ul> <h2>openapi-fetch@0.13.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2205">#2205</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/4966560790ad49fabb06d718115a82a779a5b74a"><code>4966560</code></a> Thanks <a href="https://github.com/live-small"><code>@​live-small</code></a>! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header value</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md">openapi-fetch's changelog</a>.</em></p> <blockquote> <h2>0.14.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2310">#2310</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290"><code>e66b5ce</code></a> Thanks <a href="https://github.com/drwpow"><code>@​drwpow</code></a>! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).</li> </ul> <h2>0.13.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2096">#2096</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/0058128afa258180793ae2071022d89a688d8ddc"><code>0058128</code></a> Thanks <a href="https://github.com/obulat"><code>@​obulat</code></a>! - Encode the request body if <code>Content-Type</code> header is <code>x-www-form-urlencoded</code></li> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2157">#2157</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/419d9ac6851cf780b81060ddc05c231c5225a17b"><code>419d9ac</code></a> Thanks <a href="https://github.com/Rendez"><code>@​Rendez</code></a>! - Fix overriding baseUrl per request without overriding default baseUrl</li> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2308">#2308</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/81c031da8584ed49b033ebfc67bbb3e1ca258699"><code>81c031d</code></a> Thanks <a href="https://github.com/drwpow"><code>@​drwpow</code></a>! - Improve header handling</li> </ul> <h2>0.13.7</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2256">#2256</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/30c6da800a00bda87da66dea6d04807e1379f06a"><code>30c6da8</code></a> Thanks <a href="https://github.com/KajSzy"><code>@​KajSzy</code></a>! - fix dynamic access to methods using wrapAsPathBasedClient</li> </ul> <h2>0.13.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/openapi-ts/openapi-typescript/pull/2205">#2205</a> <a href="https://github.com/openapi-ts/openapi-typescript/commit/4966560790ad49fabb06d718115a82a779a5b74a"><code>4966560</code></a> Thanks <a href="https://github.com/live-small"><code>@​live-small</code></a>! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header value</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/e65c824acce55f99b34ad529a66976758c39d8a1"><code>e65c824</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2314">#2314</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290"><code>e66b5ce</code></a> Build packages with unbuild to improve CJS support (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2310">#2310</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/fb385a33aa0bc520313d0a557db44a9b533d9210"><code>fb385a3</code></a> chore: update openapi-fetch test fixture (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2313">#2313</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/2264d1d12ee81ce0a58e90d4434c6794744f97c2"><code>2264d1d</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2309">#2309</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/81c031da8584ed49b033ebfc67bbb3e1ca258699"><code>81c031d</code></a> Improve header handling (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2308">#2308</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/0058128afa258180793ae2071022d89a688d8ddc"><code>0058128</code></a> Encode the request body if Content-Type set (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2096">#2096</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/419d9ac6851cf780b81060ddc05c231c5225a17b"><code>419d9ac</code></a> fix(openapi-fetch): fix overriding baseUrl per request without overriding def...</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/66127d98db43648c01fa0ee727a263138b2f67a6"><code>66127d9</code></a> [ci] release (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2282">#2282</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/d630a52f92f330e704fa0fe836b47a2e4a54eff9"><code>d630a52</code></a> chore(deps): update dependency undici to v7 (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2281">#2281</a>)</li> <li><a href="https://github.com/openapi-ts/openapi-typescript/commit/30c6da800a00bda87da66dea6d04807e1379f06a"><code>30c6da8</code></a> fix(openapi-fetch): dynamic access to methods using wrapAsPathBasedClient (<a href="https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch/issues/2">#2</a>...</li> <li>Additional commits viewable in <a href="https://github.com/openapi-ts/openapi-typescript/commits/openapi-fetch@0.14.0/packages/openapi-fetch">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openapi-fetch&package-manager=npm_and_yarn&previous-version=0.13.5&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.
No description provided.