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.25.0 #448

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps orval from 6.20.0 to 6.25.0.

Release notes

Sourced from orval's releases.

Release 6.25.0

6.25.0 (2024-02-17)

Bug Fixes

  • afterAllFilesWritten (#1194) (84a9ac7)
  • angular: avoid Angular type error when nullable (#1200) (cd0a56e)
  • core: implement {} insterd of unknown for blank schema interface (#1219) (97552e4)
  • msw: changed naming convention for response mock functions to avoid function name conflicts (#1217) (e528e11)
  • msw: fixed imports of split-tags, tags, and split mode (#1205) (9f16e37)
  • msw: refactor to include duplication of mock imports in mocks in split and split-tags modes (#1214) (1c39aab)
  • useMutation still appears even if false (#1209) (288f488)
  • useQuery improve override logic (#1212) (1aff031)

Features

  • swr: add swrOptions property to output.override.swr (#1223) (74ef879)

Release 6.24.0

6.24.0 (2024-01-31)

Bug Fixes

  • add option for adding missing props to union types, fix duplicate props (340012c)
  • adjust SecondParameter utility type (#1125) (848bbe3)
  • auto-formatting regression (#1117) (5ab74a3)
  • avoid duplicate variable name in genrated function for query clients (#1131) (dbfb2e5)
  • core: add missing properties in subschemas to fix TS error (#1115) (b889c88)
  • core: Fixed condition for using barrel import in split-tags mode (#1122) (0a747c7)
  • define default value for msw mock orverride (#1184) (992085b)
  • handle nordic characters when converting to pascal-case (#1157) (7e563eb)
  • mock: null is excluded instead of being converted to an empty string '' (#1166) (c41635b)
  • openapi 3.1 schemas with multiple types (#1170) (35e5074)
  • reproducible typescript output (#1159) (#1179) (a11e821)
  • strictly check dependencies import judgment using regular expressions (#1146) (c42fcda)

Features

  • don't inject generated files into hook command (#1181) (2a77a04)
  • implement function generation using useSWRMutation (#1148) (632a666)
  • msw: define the return value type in the msw mock function. (#1171) (99cc5a6)
  • msw: possible to overwrite value when creating an object with msw mock (#1165) (c7ccb65)
  • msw: possible to value of the mock handler function overridable (#1186) (0d05129)
  • msw: separated mock handler and made it reusable (#1182) (02161de)
  • only generate the formData mutator if the operation body includes formData information (#1178) (48a1b6e)
  • possible to generate a function using useSWRInfinite on the swr client. (#1138) (67bf84f)

... (truncated)

Commits
  • 98eaf3f chore(release): 6.25.0
  • 3a81be8 chore(orval): remove unused chalk import (#1224)
  • 74ef879 feat(swr): add swrOptions property to output.override.swr (#1223)
  • 97552e4 fix(core): implement {} insterd of unknown for blank schema interface (#1...
  • e528e11 fix(msw): changed naming convention for response mock functions to avoid func...
  • 12072f8 chore: add petstore tests for each mode to zod (#1216)
  • 1c39aab fix(msw): refactor to include duplication of mock imports in mocks in split...
  • 1aff031 fix: useQuery improve override logic (#1212)
  • cb597a6 chore: added plain tests for each mode (#1211)
  • 288f488 fix: useMutation still appears even if false (#1209)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 7 months ago

Superseded by #453.