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.21.0 #432

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps orval from 6.20.0 to 6.21.0.

Release notes

Sourced from orval's releases.

Release 6.21.0

6.21.0 (2023-11-28)

Bug Fixes

  • accounted for properties with the same name (#1042) (1c7d4d9)
  • axios: ignore commented out lines (#1031) (4430193)
  • core: getters body sanitize implementation (#1048) (b712ffe)
  • enable multiple properties of array consts (#1051) (3ee382b)
  • improve isurl regex (#1032) (30ba2a2)
  • mock: amended http response types for typescript plain text compatibility (06fd568)
  • mock: infinite loop due to circular ref into arrays or allOf (2dfea42)
  • msw: faker object keys no longer in quotes (#1034) (27104e0)
  • query: better body definition regex (#1047) (1000e2d)
  • query: fix pageParam for useInfiniteQuery (#947) (685edcd)
  • return yarn.lock back for the docs (6f431ec)
  • revert back to manual type specification for passing type checks (2bd83fb)
  • schemas: detect duplicate schema names and throw (#876) (6627402)
  • uppercase method verbs (#1044) (fa12e9c)
  • use require_tld instead of regex (#920) (15835b7)
  • zod: array min max issues (#1052) (5b29452)
  • zod: proper date handling (#1050) (67856c2)

Features

  • add optional configuration parameter to generate native Typescript enums (#1058) (76efc85)
  • mock: moved msw folder to 'mock' to account for future work with other mocking solutions (4f9003b)
Commits
  • 5513c26 chore(release): 6.21.0
  • 2dfea42 fix(mock): infinite loop due to circular ref into arrays or allOf
  • ad7ddc0 chore(deps): bump fs-extra from 10.1.0 to 11.1.1 (#1074)
  • 198df8d chore(deps-dev): bump eslint-config-turbo from 0.0.4 to 1.10.16 (#1073)
  • 46332a7 chore(deps-dev): bump tsup from 6.7.0 to 8.0.1 (#1072)
  • 490d56a Merge pull request #1069 from Will-Mann-16/feat/move-from-msw-to-mock
  • 2bd83fb fix: revert back to manual type specification for passing type checks
  • 6f431ec fix: return yarn.lock back for the docs
  • 677650f chore: merge main
  • 06fd568 fix(mock): amended http response types for typescript plain text compatibility
  • 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 11 months ago

Superseded by #435.