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.31.0 #463

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 months ago

Bumps orval from 6.20.0 to 6.31.0.

Release notes

Sourced from orval's releases.

Release 6.31.0

6.31.0 (2024-06-25)

Bug Fixes

  • applies fileExtension to schemas generated files (#1473) (68fd4fb)
  • format for orval package options (#1450) (759ef48)
  • generate each http status is now zod specific (#1445) (f350fad)
  • msw: correctly add imports for enum references (#1456) (f580f5d), closes #1455
  • msw: correctly generate ref'd examples (#1459) (f296491)
  • use unknown instead of any for additional properties (#1466) (950b547)
  • zod: properly handling top level rules for array (#1475) (e1711e5)
  • zod: treat additionalProperties keyword (#1443) (257a21f)

Features

Release 6.30.2

6.30.2 (2024-06-07)

Bug Fixes

  • query: correctly set global options (8d3b3ea)

Release 6.30.1

6.30.1 (2024-06-07)

Bug Fixes

  • core: verboptions revert deep merge operations and tags (f49e706)
  • query: properly merge options by operation and tag (27080ea)

Release 6.30.0

6.30.0 (2024-06-07)

Bug Fixes

  • allow async overrideResponse to be passed to msw handler (issue #1389) (#1390) (c799462)
  • correct-enum-handling (#1386) (d5574cd)
  • msw: also split allof objects (#1442) (e3e680f)
  • msw: correctly generate integer enum mocks (#1437) (ce95b68)
  • msw: fix response http status code in handler function (#1400) (a7e6a18)
  • msw: if no success response apply a default 200 status (e236c5e)

... (truncated)

Commits
  • 7efca63 chore(release): 6.31.0
  • 502bfac Fix punycode deprecation warning (#1478)
  • 9d79bf4 docs(fetch): add guide for fetch client (#1476)
  • e1711e5 fix(zod): properly handling top level rules for array (#1475)
  • 68fd4fb fix: applies fileExtension to schemas generated files (#1473)
  • 6859a07 docs: fix format (#1471)
  • 9404af4 feat(fetch): include status code in fetch client response (#1470)
  • d5592b6 docs: suppressReadonlyModifier within override object (#1468)
  • 950b547 fix: use unknown instead of any for additional properties (#1466)
  • 82024a4 chore(fetch): add mutator test for fetch client (#1461)
  • 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 3 weeks ago

Superseded by #465.