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.5.0 #476

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 Feb 7, 2025

Bumps orval from 6.20.0 to 7.5.0.

Release notes

Sourced from orval's releases.

Release 7.5.0

7.5.0 (2025-02-03)

Bug Fixes

  • broken test in operation.test.ts (#1864) (c27bbbb)
  • core: combine schemas if type is array (#1818) (fae65bd)
  • core: export type with required properties in all-of object (#1819) (38dcfd4)
  • core: fallback to non-pascaled name (#1847) (b362845)
  • core: handle parameter counting in custom instance returning useCallback (#1830) (39926b7)
  • core: keyof typeof on native enum property (#1860) (1d703f0)
  • core: only generate one operation if it has multiple tags (#1812) (7314676)
  • core: parenthesize keyof typeof (#1846) (8154873)
  • docs: update docs for param serializer (#1855) (8b10578)
  • fetch: Improved error handling when body does not exist in fetch client (#1870) (043c5bc)
  • fetch: make sure responseDataType is not empty (#1827) (c091a0a)
  • hono: avoid unnecessary zValidator imports (#1814) (39a763a)
  • hono: custom validator always does return value (#1813) (828f558)
  • hono: remove unnecessary handler import when tags mode (#1833) (036bf52)
  • mock: ensure getMockScalar respects custom overrides for int64 format (#1829) (239187b)
  • msw: handle integer enums correctly (#1816) (e47c3de)
  • msw: make sure to not double import value and type (#1799) (cb58fb0)
  • msw: simplify combine (#1815) (5607700)
  • query: regression that breaks TData type check when using custom mutation (#1871) (e218b4c)
  • Remove broken sort of generated types (#1808) (9643099)
  • solve some fix-me and ts-errors (#1825) (dbd9c9b)

Features

  • add hono.validator option (#1811) (fe47c7d)
  • allow extension in mutator import (#1797) (ac62fa9)
  • export types from @​orval/core (#1824) (cceabe5)
  • hono: added the ability to generate composite routes with the hono client (#1843) (bd653c2)
  • msw: create an index file exporting msw for split tags mode (#1803) (6938ec7)
  • Sanitize model names in (#1859) (975d79e)

Release 7.4.1

7.4.1 (2025-01-09)

Bug Fixes

  • query: infinite query and placeholder type and new datatag error (#1805) (42c3ec2)
  • zod: pass resolved specKey in context (#1789) (813916e)

Release 7.4.0

7.4.0 (2025-01-07)

... (truncated)

Commits
  • e4985d5 chore(release): 7.5.0
  • fae65bd fix(core): combine schemas if type is array (#1818)
  • e218b4c fix(query): regression that breaks TData type check when using custom mutat...
  • 043c5bc fix(fetch): Improved error handling when body does not exist in fetch clien...
  • 3be76f2 chore(deps-dev): bump @​typescript-eslint/parser from 8.19.0 to 8.22.0 (#1868)
  • dcdf9fd chore(deps-dev): bump typescript-eslint from 8.19.1 to 8.22.0 (#1869)
  • 03be515 chore(deps): bump chokidar from 4.0.1 to 4.0.3 (#1867)
  • 5607700 fix(msw): simplify combine (#1815)
  • c27bbbb fix: broken test in operation.test.ts (#1864)
  • 39926b7 fix(core): handle parameter counting in custom instance returning useCallback...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
Bumps [orval](https://github.com/orval-labs/orval) from 6.20.0 to 7.5.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.5.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 force-pushed the dependabot/npm_and_yarn/orval-7.5.0 branch from f4e555f to 8aca1ee Compare February 7, 2025 15:34
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