Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump orval from 6.28.2 to 6.30.2 in /src/frontend (#81)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [orval](https://github.com/anymaniax/orval) from 6.28.2 to 6.30.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anymaniax/orval/releases">orval's releases</a>.</em></p> <blockquote> <h2>Release 6.30.2</h2> <h2><a href="https://github.com/anymaniax/orval/compare/v6.30.1...v6.30.2">6.30.2</a> (2024-06-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>query:</strong> correctly set global options (<a href="https://github.com/anymaniax/orval/commit/8d3b3ea36395a0737f693d4ad13428023700f275">8d3b3ea</a>)</li> </ul> <h2>Release 6.30.1</h2> <h2><a href="https://github.com/anymaniax/orval/compare/v6.30.0...v6.30.1">6.30.1</a> (2024-06-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> verboptions revert deep merge operations and tags (<a href="https://github.com/anymaniax/orval/commit/f49e7067aa03f13da20f6f93513f68d4d9119ee7">f49e706</a>)</li> <li><strong>query:</strong> properly merge options by operation and tag (<a href="https://github.com/anymaniax/orval/commit/27080ea43555a658729b358df76df94e4c2242e5">27080ea</a>)</li> </ul> <h2>Release 6.30.0</h2> <h1><a href="https://github.com/anymaniax/orval/compare/v6.29.1...v6.30.0">6.30.0</a> (2024-06-07)</h1> <h3>Bug Fixes</h3> <ul> <li>allow async overrideResponse to be passed to msw handler (issue <a href="https://github.com/anymaniax/orval/issues/1389">#1389</a>) (<a href="https://github.com/anymaniax/orval/issues/1390">#1390</a>) (<a href="https://github.com/anymaniax/orval/commit/c79946293225739abb2534980601cd0cfd249173">c799462</a>)</li> <li>correct-enum-handling (<a href="https://github.com/anymaniax/orval/issues/1386">#1386</a>) (<a href="https://github.com/anymaniax/orval/commit/d5574cd744886219a689b7c121c7cf8fe7c5e786">d5574cd</a>)</li> <li><strong>msw:</strong> also split allof objects (<a href="https://github.com/anymaniax/orval/issues/1442">#1442</a>) (<a href="https://github.com/anymaniax/orval/commit/e3e680f733e723d604b232102e46bddaad5a7457">e3e680f</a>)</li> <li><strong>msw:</strong> correctly generate integer enum mocks (<a href="https://github.com/anymaniax/orval/issues/1437">#1437</a>) (<a href="https://github.com/anymaniax/orval/commit/ce95b68ec99253817787e60dd985ce038927f8fd">ce95b68</a>)</li> <li><strong>msw:</strong> fix response http status code in handler function (<a href="https://github.com/anymaniax/orval/issues/1400">#1400</a>) (<a href="https://github.com/anymaniax/orval/commit/a7e6a1822a336b037aee2de70c6d2839002e312e">a7e6a18</a>)</li> <li><strong>msw:</strong> if no success response apply a default 200 status (<a href="https://github.com/anymaniax/orval/commit/e236c5e0bb60966280b4bc8bd67fad2dfbf94bfb">e236c5e</a>)</li> <li><strong>msw:</strong> make sure method is async even when delay=false (<a href="https://github.com/anymaniax/orval/issues/1440">#1440</a>) (<a href="https://github.com/anymaniax/orval/commit/991ac1711faa8c3ef4939f955ed376f050924e0e">991ac17</a>)</li> <li><strong>override:</strong> add deep merge with operations and tag options (<a href="https://github.com/anymaniax/orval/issues/1397">#1397</a>) (<a href="https://github.com/anymaniax/orval/commit/ce27a26edea5a641198555cc99099d57063c31b1">ce27a26</a>)</li> <li><strong>swr:</strong> correct second mutator parameter when using custom mutator (<a href="https://github.com/anymaniax/orval/issues/1412">#1412</a>) (<a href="https://github.com/anymaniax/orval/commit/1624e6a76b64f62c2601ed68df8255d2d747cbe9">1624e6a</a>)</li> <li>take optional request body into account when creating form data (<a href="https://github.com/anymaniax/orval/issues/1416">#1416</a>) (<a href="https://github.com/anymaniax/orval/commit/9c44e9e5d526a760d5f63f63b9bafa4798da19c2">9c44e9e</a>)</li> <li>VueJS infinite query parameters reactivity when <code>hasInfiniteQueryParam</code> (<a href="https://github.com/anymaniax/orval/issues/1379">#1379</a>) (<a href="https://github.com/anymaniax/orval/commit/c1adaf78f99b5a8e23bd17f44fa7b843b8b5524d">c1adaf7</a>)</li> <li><strong>zod:</strong> all http responses can now be generated (<a href="https://github.com/anymaniax/orval/issues/1429">#1429</a>) (<a href="https://github.com/anymaniax/orval/commit/d27a5a3b701b74374e05745f944c4b2178af8aec">d27a5a3</a>)</li> <li><strong>zod:</strong> date format now respects useDates override (<a href="https://github.com/anymaniax/orval/issues/1406">#1406</a>) (<a href="https://github.com/anymaniax/orval/commit/36ebf4f046085b8c65f38dd0478d909fba087a16">36ebf4f</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>input.filters.schemas</code> option (<a href="https://github.com/anymaniax/orval/issues/1426">#1426</a>) (<a href="https://github.com/anymaniax/orval/commit/bc21aade2b1786815e0183cd484ae8cae028dfef">bc21aad</a>)</li> <li>add new client <code>fetch</code> (<a href="https://github.com/anymaniax/orval/issues/1353">#1353</a>) (<a href="https://github.com/anymaniax/orval/commit/d1cf87f6ff82b9bee2ff7d7682a1cc53f02978d3">d1cf87f</a>)</li> <li><strong>msw:</strong> split polymorphic mocks into its own functions (<a href="https://github.com/anymaniax/orval/issues/1365">#1365</a>) (<a href="https://github.com/anymaniax/orval/commit/ddf7964667e82b73ab756780450d5cb3d76a76a1">ddf7964</a>)</li> <li><strong>msw:</strong> take string pattern property into account when generating mocks (<a href="https://github.com/anymaniax/orval/issues/1398">#1398</a>) (<a href="https://github.com/anymaniax/orval/commit/e32d4ec8e53150cfea602a001c97da1d49d3c3fe">e32d4ec</a>)</li> <li><strong>release-it:</strong> update (<a href="https://github.com/anymaniax/orval/commit/bd9c16c5530e1dea3de68796d3f9d2895fd700a1">bd9c16c</a>)</li> <li>use better regex for route parameters (<a href="https://github.com/anymaniax/orval/issues/1393">#1393</a>) (<a href="https://github.com/anymaniax/orval/commit/ba244076f68c8adf84fb0004511be344d60ba9e5">ba24407</a>)</li> </ul> <h2>Release 6.29.1</h2> <h2><a href="https://github.com/anymaniax/orval/compare/v6.29.0...v6.29.1">6.29.1</a> (2024-05-17)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anymaniax/orval/commit/5eea401f0156618565a37bebf97150e781db4709"><code>5eea401</code></a> chore(release): 6.30.2</li> <li><a href="https://github.com/anymaniax/orval/commit/8d3b3ea36395a0737f693d4ad13428023700f275"><code>8d3b3ea</code></a> fix(query): correctly set global options</li> <li><a href="https://github.com/anymaniax/orval/commit/bb7955afed0bb91349ee608bc629d2e72deee253"><code>bb7955a</code></a> docs(samples): update</li> <li><a href="https://github.com/anymaniax/orval/commit/fd3194b26463a41a5e6649c7be4218788c3be6fd"><code>fd3194b</code></a> chore(release): 6.30.1</li> <li><a href="https://github.com/anymaniax/orval/commit/27080ea43555a658729b358df76df94e4c2242e5"><code>27080ea</code></a> fix(query): properly merge options by operation and tag</li> <li><a href="https://github.com/anymaniax/orval/commit/f49e7067aa03f13da20f6f93513f68d4d9119ee7"><code>f49e706</code></a> fix(core): verboptions revert deep merge operations and tags</li> <li><a href="https://github.com/anymaniax/orval/commit/df82e4a83d8ea7f457278f4b974739b8dda2a760"><code>df82e4a</code></a> chore(script): force build post release</li> <li><a href="https://github.com/anymaniax/orval/commit/b38cb55332f848f2a4a0f2ff623bef81ca998841"><code>b38cb55</code></a> docs(samples): update</li> <li><a href="https://github.com/anymaniax/orval/commit/cf56fa01201e60f7b0390223c97f5fdd9752550a"><code>cf56fa0</code></a> chore(release): 6.30.0</li> <li><a href="https://github.com/anymaniax/orval/commit/bd9c16c5530e1dea3de68796d3f9d2895fd700a1"><code>bd9c16c</code></a> feat(release-it): update</li> <li>Additional commits viewable in <a href="https://github.com/anymaniax/orval/compare/v6.28.2...v6.30.2">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=6.28.2&new-version=6.30.2)](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>
- Loading branch information