decentraland / catalyst-client

A client to query and perform changes on Decentraland's catalyst servers
Apache License 2.0
7 stars 10 forks source link

chore: bump orval from 6.20.0 to 6.27.1 #454

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps orval from 6.20.0 to 6.27.1.

Release notes

Sourced from orval's releases.

Release 6.27.1

6.27.1 (2024-04-11)

Bug Fixes

  • hono: missing import when operationId in pascal case (0794603)

Release 6.27.0

6.27.0 (2024-04-11)

Bug Fixes

  • hono: validator response and param correctly typed (6d002f5)
  • schema type integer (#1294) (9c11e7a)

Features

Release 6.26.0

6.26.0 (2024-04-01)

Bug Fixes

  • core/src/types.ts: operatations option mock data now supports array (#1283) (e990899)
  • core: distinguish the value when it is blank only in interface (#1228) (dfa076a)
  • core: improve NonReadonly type (#1237) (5b76e3b), closes #1236
  • core: NPE check in validator (#1238) (cf66f3f)
  • fixes #1253 removing resolver for `null` type (#1255) (b63ffe6)
  • msw: make sure to not try to include error type in mock implementation (#1274) (5fe09c3)
  • msw: mock blobs as blobs instead of strings (#1269) (54df332)
  • msw: return mock as array of enums if array is the correct type (#1272) (150f49e)
  • name param __ in case of no body arg (#1263) (77d10b4)
  • overridden non-GET queries not generating hooks (#1251) (05bb15b)
  • query: type return of useMutation query (#1215) (9c13f1f)
  • query: usePrefetch should only work for Query/Infinite types (#1235) (4fecbb2), closes #1234
  • request bodies should take required property into account (#1277) (661a6ad)
  • swr: error type is correct even when it's the same type as success type (#1276) (6e521b5)
  • swr: make sure to not include comma when not valid while generating swrMutationFetcher (#1271) (ee01104)
  • TypeError custom override (#1229) (4f95efb)
  • vue: update samples to v5 and fix type issue (#1268) (c9834b6)

Features

... (truncated)

Commits
  • d62b3ca chore(release): 6.27.1
  • 0794603 fix(hono): missing import when operationId in pascal case
  • 24b16e2 docs(samples): update
  • 7fbb814 chore(release): 6.27.0
  • a1fa843 feat(zod): add option to setup strict mode (#1303)
  • 6d002f5 fix(hono): validator response and param correctly typed
  • 5cab47d feat: generate mocks for all responses (#1284)
  • a9ef135 docs: fix markdown syntax in guide for msw (#1300)
  • 67f2150 chore(msw): add msw guide route (#1296)
  • d0038b7 chore: upgrade prettier to 3.2.5 (#1297)
  • 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 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[bot] commented 4 months ago

Superseded by #457.