Skip to content

Commit

Permalink
Bump orval from 7.1.0 to 7.2.0 in /src/frontend (#330)
Browse files Browse the repository at this point in the history
Bumps [orval](https://github.com/orval-labs/orval) from 7.1.0 to 7.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/orval-labs/orval/releases">orval's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.2.0</h2>
<h1><a
href="https://github.com/anymaniax/orval/compare/v7.1.1...v7.2.0">7.2.0</a>
(2024-10-22)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add nullable condition to multipart formdata for openapi3.1 (<a
href="https://redirect.github.com/anymaniax/orval/issues/1646">#1646</a>)
(<a
href="https://github.com/anymaniax/orval/commit/b3b03068d898967a7b8e012cc9a08bb50fc42c5d">b3b0306</a>)</li>
<li><strong>angular:</strong> add request overloads based on observe
property (<a
href="https://redirect.github.com/anymaniax/orval/issues/1633">#1633</a>)
(<a
href="https://github.com/anymaniax/orval/commit/398b66727a7ab96e6cccbff6d73213a1fec2dcaf">398b667</a>)</li>
<li>Correctly set type for false or 0 constants (<a
href="https://redirect.github.com/anymaniax/orval/issues/1653">#1653</a>)
(<a
href="https://github.com/anymaniax/orval/commit/46925012845e803a943b65b8bcc97ac50589d1e6">4692501</a>)</li>
<li><strong>deps:</strong> yarn.lock (<a
href="https://github.com/anymaniax/orval/commit/f523b7c62e836cea6d43e666bf4bd4669c35eded">f523b7c</a>)</li>
<li><strong>msw:</strong> <code>ref</code> in <code>allOf</code> expands
the object (<a
href="https://redirect.github.com/anymaniax/orval/issues/1638">#1638</a>)
(<a
href="https://github.com/anymaniax/orval/commit/a45b20f3104ec1bd62aa93cd7d3f05017148dd10">a45b20f</a>)</li>
<li><strong>msw:</strong> do not import delay if not needed (<a
href="https://redirect.github.com/anymaniax/orval/issues/1643">#1643</a>)
(<a
href="https://github.com/anymaniax/orval/commit/a752a3e608bcd66367c4468cc52c1a419c706fd6">a752a3e</a>)</li>
<li><strong>msw:</strong> fix break <code>msw</code> when
<code>anyof</code> included <code>allof</code> (<a
href="https://redirect.github.com/anymaniax/orval/issues/1635">#1635</a>)
(<a
href="https://github.com/anymaniax/orval/commit/f373039f9519c18b6186e4ccd6601d7a6be85665">f373039</a>)</li>
<li><strong>msw:</strong> fix broken mocks when using 'allOf' within
'anyOf' and using a shared schema (<a
href="https://redirect.github.com/anymaniax/orval/issues/1663">#1663</a>)
(<a
href="https://github.com/anymaniax/orval/commit/87e1db632b0b6678691b3796d162bed13879b065">87e1db6</a>)</li>
<li><strong>msw:</strong> Incorrect Import Generated for Enum in Mock
Files (<a
href="https://redirect.github.com/anymaniax/orval/issues/1639">#1639</a>)
(<a
href="https://github.com/anymaniax/orval/commit/b37b2b3dd27e0a478043c1838013c469f664a039">b37b2b3</a>)</li>
<li><strong>msw:</strong> when use <code>useDates</code>, convert faker
values to <code>Date</code> instance (<a
href="https://redirect.github.com/anymaniax/orval/issues/1645">#1645</a>)
(<a
href="https://github.com/anymaniax/orval/commit/535bb65cf23e091a4d57e29204aa55c4387919f9">535bb65</a>)</li>
<li>required of parent schema not considered in allOf <a
href="https://redirect.github.com/anymaniax/orval/issues/1570">#1570</a>
(<a
href="https://redirect.github.com/anymaniax/orval/issues/1659">#1659</a>)
(<a
href="https://github.com/anymaniax/orval/commit/86b63ebaf89a9bfc83e25eaac9148b615a5b2299">86b63eb</a>)</li>
</ul>
<h2>Release 7.1.1</h2>
<h2><a
href="https://github.com/anymaniax/orval/compare/v7.1.0...v7.1.1">7.1.1</a>
(2024-09-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>change --apply to --write in biome check command (<a
href="https://redirect.github.com/anymaniax/orval/issues/1616">#1616</a>)
(<a
href="https://github.com/anymaniax/orval/commit/f516975484a79a82b2c9c68a79474cc535ac4753">f516975</a>)</li>
<li>exclude readOnly fields from CreateBody schema in Zod generation (<a
href="https://redirect.github.com/anymaniax/orval/issues/1625">#1625</a>)
(<a
href="https://github.com/anymaniax/orval/commit/bdc584ba1df9aaf492d91c02ef2c392dcea6e60d">bdc584b</a>)</li>
<li><strong>fetch:</strong> <code>fetch</code> client can now override
<code>headers</code> with <code>options</code> (<a
href="https://redirect.github.com/anymaniax/orval/issues/1627">#1627</a>)
(<a
href="https://github.com/anymaniax/orval/commit/d9fcfd5f844feb12829a67b4afb3d505d6fc4fe8">d9fcfd5</a>)</li>
<li>generate zod constants for oneOf schemas (<a
href="https://redirect.github.com/anymaniax/orval/issues/1618">#1618</a>)
(<a
href="https://github.com/anymaniax/orval/commit/19ff0e0c727616b8486f3c241da90a6a2b9a1fe0">19ff0e0</a>)</li>
<li>import react deps when tags have mutator (<a
href="https://redirect.github.com/anymaniax/orval/issues/1614">#1614</a>)
(<a
href="https://github.com/anymaniax/orval/commit/47d336778eea80ccb01c5edd5d84d3f202133068">47d3367</a>)</li>
<li><strong>msw:</strong> broken mock when <code>allof</code> with not
has <code>properties</code> object (<a
href="https://redirect.github.com/anymaniax/orval/issues/1623">#1623</a>)
(<a
href="https://github.com/anymaniax/orval/commit/2245435b858daca931fafce3c9ab411aab6f346d">2245435</a>)</li>
<li><strong>msw:</strong> do not use spread objects if
<code>nullable</code> object schema in <code>oneOf</code> (<a
href="https://redirect.github.com/anymaniax/orval/issues/1626">#1626</a>)
(<a
href="https://github.com/anymaniax/orval/commit/261f8de8ce5b5f68e99538a702d201fc97ae394f">261f8de</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/orval-labs/orval/commit/87e11889758610ab36d7bca6e0c513c03055d0a8"><code>87e1188</code></a>
chore(release): 7.2.0</li>
<li><a
href="https://github.com/orval-labs/orval/commit/14c36fae58fbbd05f64caa92d668fefbaa45e0ca"><code>14c36fa</code></a>
Fix custom client example to include a <code>?</code> before query
parameters (<a
href="https://redirect.github.com/orval-labs/orval/issues/1667">#1667</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/87e1db632b0b6678691b3796d162bed13879b065"><code>87e1db6</code></a>
fix(msw): fix broken mocks when using 'allOf' within 'anyOf' and using a
shar...</li>
<li><a
href="https://github.com/orval-labs/orval/commit/86b63ebaf89a9bfc83e25eaac9148b615a5b2299"><code>86b63eb</code></a>
fix: required of parent schema not considered in allOf <a
href="https://redirect.github.com/orval-labs/orval/issues/1570">#1570</a>
(<a
href="https://redirect.github.com/orval-labs/orval/issues/1659">#1659</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/873638125fd9e7d4fcb7f309aab1da998f68c275"><code>8736381</code></a>
chore(deps-dev): bump husky from 9.1.4 to 9.1.6 (<a
href="https://redirect.github.com/orval-labs/orval/issues/1652">#1652</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/493681f7ec36bdade80e47290220def19b1c2fb9"><code>493681f</code></a>
chore(deps): bump chokidar from 3.6.0 to 4.0.1 (<a
href="https://redirect.github.com/orval-labs/orval/issues/1648">#1648</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/3068af8d6a4490b4a1a99dfcb68fa1531a107756"><code>3068af8</code></a>
chore(deps): bump esbuild from 0.19.12 to 0.24.0 (<a
href="https://redirect.github.com/orval-labs/orval/issues/1650">#1650</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/a64260d8fc799a5809ee2962f4103aa661d13473"><code>a64260d</code></a>
Fix small typo in the docs (<a
href="https://redirect.github.com/orval-labs/orval/issues/1654">#1654</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/46925012845e803a943b65b8bcc97ac50589d1e6"><code>4692501</code></a>
fix: Correctly set type for false or 0 constants (<a
href="https://redirect.github.com/orval-labs/orval/issues/1653">#1653</a>)</li>
<li><a
href="https://github.com/orval-labs/orval/commit/b3b03068d898967a7b8e012cc9a08bb50fc42c5d"><code>b3b0306</code></a>
fix: add nullable condition to multipart formdata for openapi3.1 (<a
href="https://redirect.github.com/orval-labs/orval/issues/1646">#1646</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/orval-labs/orval/compare/v7.1.0...v7.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=orval&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.2.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 84759b1 commit 6d875a3
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 172 deletions.
Loading

0 comments on commit 6d875a3

Please sign in to comment.