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

chore: bump orval from 6.20.0 to 7.2.0 #469

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps orval from 6.20.0 to 7.2.0.

Release notes

Sourced from orval's releases.

Release 7.2.0

7.2.0 (2024-10-22)

Bug Fixes

  • add nullable condition to multipart formdata for openapi3.1 (#1646) (b3b0306)
  • angular: add request overloads based on observe property (#1633) (398b667)
  • Correctly set type for false or 0 constants (#1653) (4692501)
  • deps: yarn.lock (f523b7c)
  • msw: ref in allOf expands the object (#1638) (a45b20f)
  • msw: do not import delay if not needed (#1643) (a752a3e)
  • msw: fix break msw when anyof included allof (#1635) (f373039)
  • msw: fix broken mocks when using 'allOf' within 'anyOf' and using a shared schema (#1663) (87e1db6)
  • msw: Incorrect Import Generated for Enum in Mock Files (#1639) (b37b2b3)
  • msw: when use useDates, convert faker values to Date instance (#1645) (535bb65)
  • required of parent schema not considered in allOf #1570 (#1659) (86b63eb)

Release 7.1.1

7.1.1 (2024-09-17)

Bug Fixes

  • change --apply to --write in biome check command (#1616) (f516975)
  • exclude readOnly fields from CreateBody schema in Zod generation (#1625) (bdc584b)
  • fetch: fetch client can now override headers with options (#1627) (d9fcfd5)
  • generate zod constants for oneOf schemas (#1618) (19ff0e0)
  • import react deps when tags have mutator (#1614) (47d3367)
  • msw: broken mock when allof with not has properties object (#1623) (2245435)
  • msw: do not use spread objects if nullable object schema in oneOf (#1626) (261f8de)

Release 7.1.0

7.1.0 (2024-09-02)

Bug Fixes

  • don't allow conversion if there are errors in the results of the validation (#1584) (852dce7)
  • client-query: return type can be undefined when config request options is set to false (#1578) (a51064a)
  • hono: validator unused cloned response (349829c)
  • query: remove Promise from error type in query clients (#1571) (d689408)
  • relative hono handler imports when using tag mode (#1574) (8dac2a2)
  • zod: Docs missing generateEachHttpStatus option (#1589) (e2ed21c)

Features

... (truncated)

Commits
  • 87e1188 chore(release): 7.2.0
  • 14c36fa Fix custom client example to include a ? before query parameters (#1667)
  • 87e1db6 fix(msw): fix broken mocks when using 'allOf' within 'anyOf' and using a shar...
  • 86b63eb fix: required of parent schema not considered in allOf #1570 (#1659)
  • 8736381 chore(deps-dev): bump husky from 9.1.4 to 9.1.6 (#1652)
  • 493681f chore(deps): bump chokidar from 3.6.0 to 4.0.1 (#1648)
  • 3068af8 chore(deps): bump esbuild from 0.19.12 to 0.24.0 (#1650)
  • a64260d Fix small typo in the docs (#1654)
  • 4692501 fix: Correctly set type for false or 0 constants (#1653)
  • b3b0306 fix: add nullable condition to multipart formdata for openapi3.1 (#1646)
  • Additional commits viewable in compare view

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 [orval](https://github.com/orval-labs/orval) from 6.20.0 to 7.2.0.
- [Release notes](https://github.com/orval-labs/orval/releases)
- [Changelog](https://github.com/orval-labs/orval/blob/master/.release-it.json)
- [Commits](orval-labs/orval@v6.20.0...v7.2.0)

---
updated-dependencies:
- dependency-name: orval
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 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.

0 participants